CWE-93: Improper Neutralization of CRLF Sequences ('CRLF Injection')
low-riskThe product uses CRLF (carriage return line feeds) as a special element, e.g. to separate lines or records, but it does not neutralize or incorrectly neutralizes CRLF sequences from inputs.
Abstraction: Base
Common Consequences
Integrity
→
Modify Application Data
Detection Methods
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.)
Real-World Examples (10)
| CVE | CVSS | EPSS | KEV |
|---|---|---|---|
| CVE-2016-4975 | 6.1 | 73.3% | — |
| CVE-2025-61884 | 7.5 | 60.8% | Y |
| CVE-2021-39172 | 8.8 | 55.5% | — |
| CVE-2022-0666 | 7.5 | 23.4% | — |
| CVE-2019-10678 | 7.5 | 13.7% | — |
| CVE-2024-40324 | 5.4 | 12.0% | — |
| CVE-2018-19585 | 7.5 | 11.9% | — |
| CVE-2019-9740 | 6.1 | 9.9% | — |
| CVE-2017-5868 | 6.1 | 8.5% | — |
| CVE-2024-20337 | 8.2 | 3.8% | — |
6
/ 100
low-risk
Active Threat
6/50 · Minimal
Exploit Availability
0/50 · Minimal