- What is CWE-74?
- The product constructs all or part of a command, data structure, or record using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify how it is parsed or interpreted when it is sent to a downstream component.
- What CVEs are caused by CWE-74?
- 1,326 recorded CVEs are attributed to CWE-74, including CVE-2023-22527, CVE-2022-35914, CVE-2025-20337. 12 are listed in CISA's Known Exploited Vulnerabilities (KEV) catalog.
- Is CWE-74 part of the OWASP Top 10?
- CWE-74 maps to OWASP Top Ten 2004: Injection Flaws (A6) in the OWASP security taxonomy.
- How do you prevent CWE-74?
- Programming languages and supporting technologies might be chosen which are not subject to these issues.
- How is CWE-74 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-74?
- Exploiting CWE-74 can lead to: Read Application Data, Bypass Protection Mechanism, Alter Execution Logic, Other, Hide Activities.
- Is CWE-74 actively exploited?
- Yes. 12 CWE-74 vulnerabilities are in CISA's KEV catalog of actively exploited flaws, out of 1,326 recorded CVEs.