CWE · MITRE source
CWE-113Improper Neutralization of CRLF Sequences in HTTP Headers ('HTTP Request/Response Splitting')
The product receives data from an HTTP agent/component (e.g., web server, proxy, browser, etc.), but it does not neutralize or incorrectly neutralizes CR and LF characters before the data is included in outgoing HTTP headers.
HTTP agents or components may include a web server, load balancer, reverse proxy, web caching proxy, application firewall, web browser, etc. Regardless of the role, they are expected to maintain coherent, consistent HTTP communication state across all components. However, including unexpected data in an HTTP header allows an attacker to specify the entirety of the HTTP message that is rendered by the client HTTP agent (e.g., web browser) or back-end HTTP agent (e.g., web server), whether the message is part of a request or a response. When an HTTP request contains unexpected CR and LF characters, the server may respond with an output stream that is interpreted as "splitting" the stream into two different HTTP messages instead of one. CR is carriage return, also given by %0d or \r, and LF is line feed, also given by %0a or \n. In addition to CR and LF characters, other valid/RFC compliant special characters and unique character encodings can be utilized, such as HT (horizontal tab, also given by %09 or \t) and SP (space, also given as + sign or %20). These types of unvalidated and unexpected data in HTTP message headers allow an attacker to control the second "split" message to mount attacks such as server-side request forgery, cross-site scripting, and cache poisoning attacks. HTTP response splitting weaknesses may be present when:
Last updated: 04 July 2026 00:28 UTC
Cumulative inbound coverage
How completely the frameworks we cross-walk collectively cover this — the verdict is the strongest single mapping (overlapping partials are not summed); breadth shows the corroboration behind it.
Collective: full · 8 mapping(s) from 4 framework(s): ASVS 5.0 3 (full) · CAPEC 3 (mostly) · ATT&CK 1 (mostly) · OWASP-Web 1 (partial)
OWASP Top 10 for Web (2025)
This weakness contributes to A05:2025 Injection.
NIST 800-53 r5 controls that address this weakness (0)AI
| Control | Title | Family | Why it addresses this CWE |
|---|---|---|---|
| No NIST controls proposed yet. | |||
MITRE ATT&CK techniques this weakness enables
Our own two-way CWE↔ATT&CK cross-walk — a direct mapping with no public source (the CWE→CAPEC→ATT&CK chain leaves most top weaknesses, incl. XSS and SQLi, mapped to nothing). Drafted by Grok and spot-checked by Claude Opus 4.8.
Direction: ← other covers this;
→ this covers other (F/M/P = full / mostly /
partial).
Top CVEs of this weakness type, ranked by Risk Priority
| CVE | Risk | CVSS | EPSS | Published |
|---|---|---|---|---|
CVE-2022-37436 | 8.0 | 5.3 | 0.5794 | 2023-01-17 |
CVE-2026-34520 | 7.0 | 9.1 | 0.0046 | 2026-04-01 |
CVE-2026-38967 UPD | 7.0 | 9.8 | 0.0033 | 2026-06-02 |
CVE-2024-52875 | 6.0 | 8.8 | 0.2912 | 2025-01-31 |
CVE-2016-8024 | 5.5 | 8.1 | 0.0867 | 2017-03-14 |
CVE-2015-1445 | 5.5 | 7.2 | 0.0178 | 2017-08-28 |
CVE-2018-3911 | 5.5 | 8.6 | 0.0122 | 2018-08-23 |
CVE-2018-7830 | 5.5 | 7.5 | 0.0242 | 2018-11-30 |
CVE-2018-11347 | 5.5 | 8.8 | 0.0132 | 2018-12-04 |
CVE-2018-13814 | 5.5 | 8.8 | 0.0168 | 2018-12-13 |
CVE-2018-0689 | 5.5 | 8.8 | 0.0165 | 2019-01-09 |
CVE-2021-0268 | 5.5 | 8.8 | 0.0085 | 2021-04-22 |
CVE-2022-3215 | 5.5 | 7.5 | 0.0054 | 2022-09-28 |
CVE-2023-32708 | 5.5 | 7.2 | 0.0075 | 2023-06-01 |
CVE-2023-26137 | 5.5 | 7.2 | 0.0038 | 2023-07-06 |
CVE-2025-40927 UPD | 5.5 | 7.3 | 0.0043 | 2025-08-29 |
CVE-2025-59151 | 5.5 | 8.2 | 0.0040 | 2025-10-27 |
CVE-2026-39971 | 5.5 | 7.2 | 0.0026 | 2026-04-15 |
CVE-2026-42035 | 5.5 | 7.4 | 0.0039 | 2026-04-24 |
CVE-2026-43870 UPD | 5.5 | 7.3 | 0.0039 | 2026-05-05 |
CVE-2026-41683 UPD | 5.5 | 8.6 | 0.0033 | 2026-05-08 |
CVE-2026-42578 UPD | 5.5 | 7.5 | 0.0067 | 2026-05-13 |
CVE-2026-9658 UPD | 5.5 | 7.3 | 0.0023 | 2026-05-28 |
CVE-2026-50269 | 5.5 | 7.5 | 0.0030 | 2026-06-22 |
CVE-2007-5595 | 3.5 | 0.0 | 0.0199 | 2007-10-19 |