Testing API For Mass Assignment Vulnerability

Use when 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.

oyi77 db5684b 4.3 KB Updated 10 repo stars

File contents

oyi77/1ai-skills/tree/main/cybersecurity/testing-api-for-mass-assignment-vulnerability commit db5684bb76

Frequently asked questions

npx skillmds add oyi77/testing-api-for-mass-assignment-vulnerability