tag

mass-assignment

4 indexed skills · max 10 per page

skills (4)

testing-api-for-mass-assignment-vulnerability

mukul975/Anthropic-Cybersecurity-Skills · testing-api-for-mass-assignment-vulnerability

0

Tests APIs for mass assignment (auto-binding) vulnerabilities where clients can modify object properties they should not have access to by including additional parameters in API requests. The tester identifies writable endpoints, adds undocumented fields to request bodies (role, isAdmin, price, balance), and checks if the server binds these to the data model without filtering. Part of OWASP API3:2023 Broken Object Property Level Authorization. Activates for requests involving mass assignment testing, parameter binding abuse, auto-binding vulnerability, or API over-posting.

detecting-broken-object-property-level-authorization

mukul975/Anthropic-Cybersecurity-Skills · detecting-broken-object-property-level-authorization

0

Detect and test for OWASP API3:2023 Broken Object Property Level Authorization vulnerabilities including excessive data exposure and mass assignment attacks.

implementing-api-schema-validation-security

mukul975/Anthropic-Cybersecurity-Skills · implementing-api-schema-validation-security

0

Implement API schema validation using OpenAPI specifications and JSON Schema to enforce input/output contracts and prevent injection, data exposure, and mass assignment attacks.

exploiting-mass-assignment-in-rest-apis

mukul975/Anthropic-Cybersecurity-Skills · exploiting-mass-assignment-in-rest-apis

0

Discover and exploit mass assignment vulnerabilities in REST APIs to escalate privileges, modify restricted fields, and bypass authorization controls by injecting unexpected parameters in API requests.