CWE•Variant•Incomplete•20 recent CVEs
CWE-113Improper Neutralization of CRLF Sequences in HTTP Headers ('HTTP Request/Response Splitting')
Description
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.
[object Object]
Common consequences
- Integrity,Access Control→Modify Application Data,Gain Privileges or Assume IdentityCR and LF characters in an HTTP header may give attackers control of the remaining headers and body of the message that the application intends to send/receive, as well as allowing them to create additional messages entirely under their con
Potential mitigations
- ImplementationConstruct HTTP headers very carefully, avoiding the use of non-validated input data.
- Implementation[object Object]
- ImplementationUse and specify an output encoding that can be handled by the downstream component that is reading the output. Common encodings include ISO-8859-1, UTF-7, and UTF-8. When an encoding is not specified, a downstream component may choose a different encoding, either by assuming a default encoding or automatically inferring which encoding is being used, which can be erroneous. When the encodings are i
- ImplementationInputs should be decoded and canonicalized to the application's current internal representation before being validated (CWE-180). Make sure that the application does not decode the same input twice (CWE-174). Such errors could be used to bypass allowlist validation schemes by introducing dangerous inputs after they have been checked.
Related CWEs
Recent CVEs classified under this CWE
CVE-2026-439662026-06-08CVE-2026-485962026-06-02CVE-2026-389679.82026-06-02CVE-2026-389785.32026-06-02CVE-2026-476754.32026-05-28CVE-2026-96587.32026-05-28CVE-2026-442145.82026-05-26CVE-2026-425787.52026-05-13CVE-2026-70106.52026-05-11CVE-2026-428743.72026-05-11CVE-2026-416838.62026-05-08CVE-2026-438707.32026-05-05CVE-2026-420357.42026-04-24CVE-2026-399717.22026-04-15CVE-2026-401754.82026-04-10CVE-2026-347675.92026-04-04CVE-2026-347155.32026-04-02CVE-2025-524792025-06-25CVE-2016-80248.12017-03-14CVE-2007-55952007-10-19