- What is CWE-862?
- The product does not perform an authorization check when an actor attempts to access a resource or perform an action.
- What CVEs are caused by CWE-862?
- 7,500 recorded CVEs are attributed to CWE-862, including CVE-2022-0543, CVE-2025-6205, CVE-2025-20362. 8 are listed in CISA's Known Exploited Vulnerabilities (KEV) catalog.
- How do you prevent CWE-862?
- Divide the product into anonymous, normal, privileged, and administrative areas. Reduce the attack surface by carefully mapping roles with data and functionality. Use role-based access control (RBAC) [REF-229] to enforce the roles at the appropriate boundaries.
- How is CWE-862 detected?
- Automated Static Analysis: Automated static analysis is useful for detecting commonly-used idioms for authorization. A tool may be able to analyze related configuration files, such as .htaccess in Apache web servers, or detect the usage of commonly-used authorization libraries.
- What are the consequences of CWE-862?
- Exploiting CWE-862 can lead to: Read Application Data, Read Files or Directories, Modify Application Data, Modify Files or Directories, Gain Privileges or Assume Identity, Bypass Protection Mechanism.
- Is CWE-862 actively exploited?
- Yes. 8 CWE-862 vulnerabilities are in CISA's KEV catalog of actively exploited flaws, out of 7,500 recorded CVEs.