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.

theheavenlyd3mon 5c0da32 4 files · 36.5 KB Updated 28 repo stars

File contents

theheavenlyd3mon/hermes-profiles/tree/main/profiles/cyber-blue-soc/skills/Anthropic-Cybersecurity-Skills/skills/testing-api-for-mass-assignment-vulnerability commit 5c0da3250d

Frequently asked questions

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