- What is CWE-269?
- The product does not properly assign, modify, track, or check privileges for an actor, creating an unintended sphere of control for that actor.
- What CVEs are caused by CWE-269?
- 1,711 recorded CVEs are attributed to CWE-269, including CVE-2013-0643, CVE-2024-49035, CVE-2023-35674. 19 are listed in CISA's Known Exploited Vulnerabilities (KEV) catalog.
- How do you prevent CWE-269?
- Very carefully manage the setting, management, and handling of privileges. Explicitly manage trust zones in the software.
- How is CWE-269 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-269?
- Exploiting CWE-269 can lead to: Gain Privileges or Assume Identity.
- Is CWE-269 actively exploited?
- Yes. 19 CWE-269 vulnerabilities are in CISA's KEV catalog of actively exploited flaws, out of 1,711 recorded CVEs.