Cyber Resilience

CVE-2026-33555

Haproxy 2.6.0 – 3.3.6

Public PoC
Published
13 April 2026
Modified
29 June 2026
Patch / advisory
CVSS Score v3.1 4.0
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:L/A:N
EPSS Score 0.0030 22th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2026-33555 is a medium-severity Improper Handling of Length Parameter Inconsistency (CWE-130) vulnerability in Haproxy Haproxy. Its CVSS base score is 4.0 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 22th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified map to SI-10 (Information Input Validation) and SI-2 (Flaw Remediation) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

An issue was discovered in HAProxy before 3.3.6. The HTTP/3 parser does not check that the received body length matches a previously announced content-length when the stream is closed via a frame with an empty payload. This can cause desynchronization…

more

issues with the backend server and could be used for request smuggling. The earliest affected version is 2.6.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Why these techniques?

HTTP/3 request smuggling vulnerability in public-facing HAProxy proxy directly enables exploitation of a public-facing application (T1190).

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2026-55203Same product: Haproxy Haproxy
CVE-2023-45539Same product: Haproxy Haproxy
CVE-2023-40225Same product: Haproxy Haproxy
CVE-2024-45506Same product: Haproxy Haproxy
CVE-2023-0836Same product: Haproxy Haproxy
CVE-2023-25950Same product: Haproxy Haproxy
CVE-2026-55204Same product: Haproxy Haproxy
CVE-2026-26081Shared CWE-130
CVE-2026-47692Shared CWE-130
CVE-2026-54466Shared CWE-130

Affected Assets

haproxy
haproxy
2.6.0 — 3.3.6

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • SI-10 Information Input Validation
  • AC-4 Information Flow Enforcement
  • SI-2 Flaw Remediation
Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V3.5.5
  • V4.2.1
  • V4.2.2

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly enforces validation of length parameters (content-length vs. actual body) in HTTP/3 streams to block the desynchronization exploited by this CVE.

prevent

Enforces proper information flow and protocol semantics at the proxy boundary, preventing request smuggling that results from the length mismatch.

prevent

Requires timely application of the vendor patch (HAProxy 3.3.6+) that adds the missing length-consistency check in the HTTP/3 parser.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly enforce length validation and input sanitization during coding and review.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

detects

Security testing in development can detect length-inconsistency vulnerabilities before deployment.

prevents

Secure development lifecycle mandates input validation and length checks that directly address inconsistent length fields.

prevents

Application security requirements include explicit rules for handling message lengths and data structures.

prevents

Secure architecture principles require robust parsing and bounds checking to prevent length-related flaws.

prevents

Secure coding standards directly prohibit improper length handling and enforce defensive parsing practices.

References