mass-assignment▌
4 indexed skills · max 10 per page
testing-api-for-mass-assignment-vulnerability
mukul975/Anthropic-Cybersecurity-Skills · testing-api-for-mass-assignment-vulnerability
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
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
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
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.