CWE-444: Inconsistent Interpretation of HTTP Requests ('HTTP Request/Response Smuggling')

What is CWE-444?

The product acts as an intermediary HTTP agent (such as a proxy or firewall) in the data flow between two entities such as a client and server, but it does not interpret malformed HTTP requests or responses in ways that are consistent with how the messages will be processed by those entities that are at the ultimate destination.

Analyzing data...

Data statistics

OWASP TOP 10:2025 RANK6A06:2025 — Insecure Design
RELATED CVES (365 DAYS)100
ABSTRACTIONBase

Vulnerabilities mapped to CWE-444

100 vulnerabilities455.6% increase year over year

Vulnerabilities in CISA KEV for CWE-444

1 vulnerabilities

Official definition

ByMitre CWE

The product acts as an intermediary HTTP agent (such as a proxy or firewall) in the data flow between two entities such as a client and server, but it does not interpret malformed HTTP requests or responses in ways that are consistent with how the messages will be processed by those entities that are at the ultimate destination.

HTTP requests or responses ("messages") can be malformed or unexpected in ways that cause web servers or clients to interpret the messages in different ways than intermediary HTTP agents such as load balancers, reverse proxies, web caching proxies, application firewalls, etc. For example, an adversary may be able to add duplicate or different header fields that a client or server might interpret as one set of messages, whereas the intermediary might interpret the same sequence of bytes as a different set of messages. For example, discrepancies can arise in how to handle duplicate headers like two Transfer-encoding (TE) or two Content-length (CL), or the malicious HTTP message will have different headers for TE and CL.

The inconsistent parsing and interpretation of messages can allow the adversary to "smuggle" a message to the client/server without the intermediary being aware of it.

This weakness is usually the result of the usage of outdated or incompatible HTTP protocol versions in the HTTP agents.

Characteristics

Alternate terms

  • HTTP Request Smuggling
  • HTTP Response Smuggling
  • HTTP Smuggling

Modes of introduction

  • Implementation

Common consequences

ImpactScopeExplanation
Unexpected State, Hide Activities, Bypass Protection MechanismIntegrity, Non-Repudiation, Access ControlAn attacker could create HTTP messages to exploit a number of weaknesses including 1) the message can trick the web server to associate a URL with another URL's webpage and caching the contents of the webpage (web cache poisoning attack), 2) the message can be structured to bypass the firewall protection mechanisms and gain unauthorized access to a web application, and 3) the message can invoke a script or a page that returns client credentials (similar to a Cross Site Scripting attack).

Risk mitigations

  1. ImplementationUse a web server that employs a strict HTTP parsing procedure, such as Apache [REF-433].
  2. ImplementationUse only SSL communication.
  3. ImplementationTerminate the client session after each request.
  4. System ConfigurationTurn all pages to non-cacheable.

Detection methods

MethodApproachEffectiveness
Automated Static AnalysisAutomated 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.)

Representative vulnerabilities

Sources (9)

CWE™ Program, operated by The MITRE Corporation. Copyright © 2006–2026, The MITRE Corporation. The MITRE Corporation hereby grants you a non-exclusive, royalty-free license to use CWE for research, development, and commercial purposes. CWE Terms of Use.

Learn more

Run an in-depth assessment with complete web risk management

CyStack VulnScan continuously discovers assets, validates vulnerabilities, and helps security teams prioritize remediation across the organization.

Explore CyStack VulnScan