---
id: CVE-2026-90678
title: >-
  An issue was discovered in HAProxy 3.3.0 through 3.4.4 and in 3.5-dev1 through
  3.5-dev5
summary: >-
  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…
severity: high
cvss: 7.5
cvssVector: 'CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:H/A:L'
cwe:
  - CWE-130
  - CWE-444
vendor: Red Hat
product: Red Hat Hardened Images
affected:
  - hardened_images
patched:
  - hardened_images
published: '2026-09-13'
updated: '2026-09-22'
sourceUpdated: '2026-09-22T19:56:19.073'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-90678'
references:
  - url: >-
      http://git.haproxy.org/?p=haproxy.git;a=commit;h=86a4ebc761a278838e8cb06f3a292282ba704c65
    label: cve@mitre.org
  - url: >-
      https://github.com/haproxy/haproxy/commit/86a4ebc761a278838e8cb06f3a292282ba704c65
    label: cve@mitre.org
  - url: 'https://www.haproxy.org/download/3.5/src/CHANGELOG'
    label: cve@mitre.org
  - url: >-
      https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-90678.json
  - url: 'https://access.redhat.com/security/cve/CVE-2026-90678'
  - url: 'https://bugzilla.redhat.com/show_bug.cgi?id=2532644'
  - url: 'https://www.cve.org/CVERecord?id=CVE-2026-90678'
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2026-90678'
  - url: 'https://access.redhat.com/errata/RHSA-2026:60634'
tags:
  - nvd
  - csaf
  - vex
  - red-hat
  - cve.org
epss: 0.0077
epssPercentile: 0.53722
ssvc:
  exploitation: none
  automatable: 'no'
  technicalImpact: partial
  timestamp: '2026-09-14T15:47:26.078603Z'
scores:
  nvd: 7.5
  vendor: 8.9
  cna: 7.5
ingestedAt: '2026-09-14T15:23:07.477Z'
---

## Overview

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.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.

## Vendor advisories

- **Red Hat VEX** · Important · affected: Red Hat Hardened Images · no fix planned: Red Hat Hardened Images · updated 2026-09-18 · [vex](https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-90678.json)
- **RHSA-2026:60634** · Red Hat · fixed in: Red Hat Hardened Images · released 2026-08-27 · [advisory](https://access.redhat.com/errata/RHSA-2026:60634)
