A01
Broken Access Control
Access checks fail or are missing, allowing unauthorized actions.
Attackers can read, modify, or delete data across tenants and privileged boundaries.
Prevention Checklist
- Deny by default and enforce authorization on every request.
- Apply resource ownership checks for every read/write path.
- Add server-side tests for vertical and horizontal privilege escalation.