CWE•Class•Incomplete•20 recent CVEs
CWE-74Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')
Description
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.
Common consequences
- Confidentiality→Read Application DataMany injection attacks involve the disclosure of important information -- in terms of both data sensitivity and usefulness in further exploitation.
- Access Control→Bypass Protection MechanismIn some cases, injectable code controls authentication; this may lead to a remote vulnerability.
- Other→Alter Execution LogicInjection attacks are characterized by the ability to significantly change the flow of a given process, and in some cases, to the execution of arbitrary code.
- Integrity,Other→OtherData injection attacks lead to loss of data integrity in nearly all cases as the control-plane data injected is always incidental to data recall or writing.
- Non-Repudiation→Hide ActivitiesOften the actions performed by injected control code are unlogged.
Potential mitigations
- RequirementsProgramming languages and supporting technologies might be chosen which are not subject to these issues.
- ImplementationUtilize an appropriate mix of allowlist and denylist parsing to filter control-plane syntax from all input.
Related CWEs
Recent CVEs classified under this CWE
CVE-2026-546809.92026-07-29CVE-2026-167294.82026-07-29CVE-2026-546668.32026-07-29CVE-2026-546648.32026-07-29CVE-2026-546628.32026-07-29CVE-2026-546618.32026-07-29CVE-2026-180852026-07-28CVE-2026-167657.32026-07-23CVE-2026-164906.32026-07-22CVE-2026-164847.32026-07-21CVE-2026-164496.32026-07-21CVE-2026-164486.32026-07-21CVE-2026-163346.32026-07-21CVE-2026-162527.32026-07-20CVE-2026-162446.32026-07-20CVE-2026-162287.32026-07-19CVE-2026-162277.32026-07-19CVE-2026-162046.32026-07-19CVE-2026-161547.32026-07-18CVE-2026-161527.32026-07-18