- What is CWE-280?
- The product does not handle or incorrectly handles when it has insufficient privileges to access resources or functionality as specified by their permissions. This may cause it to follow unexpected code paths that may leave the product in an invalid state.
- What CVEs are caused by CWE-280?
- 149 recorded CVEs are attributed to CWE-280, including CVE-2024-29748, CVE-2025-46066, CVE-2024-25108. 1 are listed in CISA's Known Exploited Vulnerabilities (KEV) catalog.
- How do you prevent CWE-280?
- Compartmentalize the system to have "safe" areas where trust boundaries can be unambiguously drawn. Do not allow sensitive data to go outside of the trust boundary and always be careful when interfacing with a compartment outside of the safe area.
- How is CWE-280 detected?
- Automated Static Analysis: Automated static analysis, commonly referred to as Static Application Security Testing (SAST), can find some instances of this weakness by analyzing source code (or binary/compiled code) without having to execute it. Typically, this is done by building a model of data flow and control flow, then searching for potentially-vulnerable patterns that connect "sources" (origins of input) with "sinks" (destinations where the data interacts with external components, a lower layer such as the OS, etc.)
- What are the consequences of CWE-280?
- Exploiting CWE-280 can lead to: Other, Alter Execution Logic.
- Is CWE-280 actively exploited?
- Yes. 1 CWE-280 vulnerabilities are in CISA's KEV catalog of actively exploited flaws, out of 149 recorded CVEs.