Cyber Resilience

CVE-2023-25725

Haproxy ≤ 2.0.31

Published
14 February 2023
Modified
20 March 2025
Patch / advisory
CVSS Score v3.1 9.1
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H
EPSS Score 0.055 92th percentile
Risk Priority 82 floored blend · peak EPSS

Summary

CVE-2023-25725 is a critical-severity HTTP Request/Response Smuggling (CWE-444) vulnerability in Haproxy Haproxy. Its CVSS base score is 9.1 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 8% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

Deeper analysis AI-assisted summary

Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.

HAProxy versions prior to 2.7.3 are affected by a request smuggling vulnerability that stems from the HTTP/1 header parser accepting empty header field names. This behavior can truncate the list of headers during parsing and processing for HTTP/1.0 and HTTP/1.1 requests, causing selected headers to be lost after initial handling. The same root cause produces more limited effects under HTTP/2 and HTTP/3 because the headers are dropped before they reach the processing stage. Fixed releases are listed as 2.7.3, 2.6.9, 2.5.12, 2.4.22, 2.2.29, and 2.0.31.

An unauthenticated network attacker can craft requests containing empty header names to strip subsequent headers, thereby bypassing access-control checks or other header-dependent policies enforced by HAProxy. The resulting integrity and availability impact is rated high under CVSS 9.1, reflecting the potential for unauthorized actions or service disruption without requiring user interaction.

Advisories from Debian and Fedora, along with the upstream commit, direct users to apply the listed patched versions. The references also include distribution-specific announcements that document the coordinated rollout of these updates.

EPSS for the CVE rose from lower values to a peak of 0.2994 before receding to the current 0.1754, indicating a period of increased exploitation interest after disclosure. No confirmed in-the-wild campaigns are described in the supplied references.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

HAProxy before 2.7.3 may allow a bypass of access control because HTTP/1 headers are inadvertently lost in some situations, aka "request smuggling." The HTTP header parsers in HAProxy may accept empty header field names, which could be used to truncate…

more

the list of HTTP headers and thus make some headers disappear after being parsed and processed for HTTP/1.0 and HTTP/1.1. For HTTP/2 and HTTP/3, the impact is limited because the headers disappear before being parsed and processed, as if they had not been sent by the client. The fixed versions are 2.7.3, 2.6.9, 2.5.12, 2.4.22, 2.2.29, and 2.0.31.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

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.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2023-40225Same product: Haproxy Haproxy
CVE-2023-25950Same product: Haproxy Haproxy
CVE-2023-27522Same product: Debian Debian Linux
CVE-2019-15605Same product: Debian Debian Linux
CVE-2023-4047Same product: Debian Debian Linux
CVE-2024-12425Same product: Debian Debian Linux
CVE-2023-44981Same product: Debian Debian Linux
CVE-2023-36661Same product: Debian Debian Linux
CVE-2023-52623Same product: Debian Debian Linux
CVE-2018-12895Same product: Debian Debian Linux

Affected Assets

haproxy
haproxy
≤ 2.0.31 · 2.1.0 — 2.2.29 · 2.3.0 — 2.4.22
debian
debian linux
10.0, 11.0

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V4.1.3
  • V4.2.4
  • V1.5.3
  • V4.1.1

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-01 mostly match
prevents

Configuration management can enforce uniform HTTP parsing rules across intermediaries, directly mitigating inconsistent interpretation.

DE.CM-01 partial match
prevents

Network monitoring can detect smuggling attempts via anomalous HTTP traffic or logs, while eliminating the inconsistency directly aids detection of such events.

PR.IR-01 partial match
prevents

Network protections can enforce consistent HTTP proxy/firewall behavior to block smuggling, and removing the weakness helps prevent unauthorized access via request smuggling.

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.

finds

Security testing can detect HTTP request smuggling vulnerabilities in intermediary components.

degrades

Network security controls can enforce consistent HTTP parsing and proxy behavior that mitigates request smuggling.

degrades

Secure network services include hardening proxies and gateways against inconsistent HTTP interpretation.

prevents

Secure SDLC practices require threat modeling and testing for HTTP parsing inconsistencies in intermediaries.

prevents

Application security requirements can mandate strict HTTP message validation and canonicalization.

prevents

Secure architecture principles include consistent protocol handling and defense-in-depth for proxies.

References