CVE-2026-90678
nicheHTTP Request Smuggling via HTTP/3-to-HTTP/1.1 Chunk Desync in HAProxy 3.3–3.4
HAProxy 3.3.0 through 3.4.4 and 3.5-dev1 through 3.5-dev5 mishandle HTTP/3 DATA frame accounting: when an HTTP/3 request carries no Content-Length, the length declared in the DATA frame header is credited to the stream before the payload arrives and is emitted verbatim as the HTTP/1.1 chunk size sent to the backend. A remote unauthenticated attacker can declare more payload than they deliver and end the stream, causing HAProxy to announce an oversized chunk and return a desynchronized connection to the backend idle pool. This enables HTTP request smuggling on reused backend connections — the attacker can slip a request past frontend rules such as a path-based http-request deny so it is never inspected by HAProxy's HTTP analysis, and can cause concurrent clients' request lines and Authorization headers to be consumed as the attacker's request body and lost. Only deployments built with QUIC support and configured with an HTTP/3 (QUIC) bind listener that proxy to HTTP/1.1 backends using chunked transfer coding on reused connections are affected; the mechanism was introduced in 3.3-dev10, so 3.2.x and earlier are unaffected. Exploitation is probabilistic (a race with backend connection pooling that succeeds in most but not all trials and can be retried freely); no public PoC and no in-the-wild exploitation are known.
What to do: Upgrade to a HAProxy release newer than the affected ranges (later than 3.4.4 or 3.5-dev5) as soon as a fixed build is available. Until then, remove or disable QUIC bind listeners on frontends (or rebuild without QUIC support), or disable backend HTTP connection reuse (e.g., http-reuse never) with HTTP/1.1 chunked backends to break the desynchronization-on-reuse chain. Also review frontend deny/ACL rules and backend logs for requests that bypassed path-based controls or clients reporting lost Authorization headers.
| HAProxy Technologies HAProxy | 3.3.0 through 3.4.4 (mechanism introduced in 3.3-dev10; 3.2.x and earlier unaffected) |
| HAProxy Technologies HAProxy (development branch) | 3.5-dev1 through 3.5-dev5 |
Order-of-magnitude estimate by the model from install counts, market share and public scan data it knows; verify before quoting.
An issue was discovered in HAProxy 3.3.0 through 3.4.4 and in 3.5-dev1 through 3.5-dev5. Exploitation requires an HTTP/3 frontend: HAProxy must be built with QUIC support and configured with a QUIC bind listener, and the affected traffic must reach a backend over HTTP/1.1 using chunked transfer coding on a reused connection. Under those conditions, when an HTTP/3 request carries no Content-Length header, the HTTP/3 multiplexer credits the length declared in a DATA frame header to the stream endpoint's known-input-payload estimate at the moment the frame header is decoded, before the payload has been received, and that declared length is emitted verbatim as the HTTP/1.1 chunk size. A remote unauthenticated client that declares more payload than it delivers and then ends the stream causes HAProxy to announce a chunk larger than the bytes it writes and to return the connection to the idle pool in a desynchronized state. The result is potential HTTP request smuggling on reused backend connections: an attacker can place a request past a frontend rule such as a path-based http-request deny, so that the smuggled request is never seen by HAProxy's HTTP analysis, and can cause concurrent clients' requests, including their request lines and Authorization headers, to be consumed as the attacker's request body and lost. Exploitation is not deterministic; it depends on a race with backend connection pooling, succeeding in a majority of but not all trials during testing, and can be retried freely. The mechanism was introduced in 3.3-dev10; releases 3.2.x and earlier are unaffected.
- Weakness
- CWE-130
- Vector
- CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:H/A:L
In the news0 stories
No ingested article mentions this CVE yet.