Terminology Index
Glossary
1801 terms
Showing 129-160 of 1801 terms
A32
Authorization Architecture Review
Assessing how a system decides what an authenticated user is allowed to do, examining the design of its access model (such as RBAC or ABAC), enforcement points, and default-deny posture, to find gaps that allow excess access.
Authorization flaws like broken access control are among the most common and damaging web weaknesses, so reviewers check that access is enforced consistently server-side, follows least privilege, and fails closed. The review looks for systemic design issues rather than individual bugs.
Introduced in: Security Architecture Review
Examples
- Confirming access checks happen server-side, not just hidden in the UI.
- Checking the access model enforces least privilege across roles.
- Verifying the system denies by default when a permission is unclear.
No related terms linked yet.
