LiveActive security incident?Get immediate response
CVE Record

CVE-2023-25725: HAProxy before 2.7.3 may allow a bypass of access control because HTTP/1 headers are inadvertently lost in...

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 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.

CriticalCVSS 9.1Not KEV-listedUpdated
Glexia's TakeAutomated analysiscritical

Security readout for executives and security teams

Plain-English summary

Older HAProxy versions can mishandle unusual HTTP headers so security-relevant headers may disappear. If HAProxy uses or forwards those headers for access control, an unauthenticated remote attacker could bypass intended restrictions or disrupt service.

Executive priority

Treat this as urgent for HAProxy exposed to untrusted traffic. Patch promptly, starting with internet-facing proxies and environments where header-based access rules protect applications or admin paths.

Technical view

HAProxy before fixed releases accepted empty HTTP header field names in some parser paths. For HTTP/1.0 and HTTP/1.1 this could truncate the header list after parsing and processing, causing headers to disappear. HTTP/2 and HTTP/3 impact is described as limited because headers disappear before processing.

Likely exposure

Likely exposure is internet-facing or internal HAProxy deployments running before 2.7.3, 2.6.9, 2.5.12, 2.4.22, 2.2.29, or 2.0.31, especially where HTTP/1 traffic and header-based access-control decisions are used.

Exploitation context

The CVE is rated CVSS 9.1 and described as request smuggling with access-control bypass potential. The provided bundle does not show CISA KEV listing or cited evidence of active exploitation.

Researcher notes

Affected product metadata in the bundle is incomplete, but the CVE description and references identify HAProxy. Focus analysis on HTTP/1 parser behavior, CWE-444 request interpretation issues, and whether missing headers could change authorization, routing, or filtering outcomes.

Mitigation direction

  • Upgrade HAProxy to a fixed upstream version for the deployed branch.
  • Apply Debian or Fedora security updates where HAProxy is distribution-managed.
  • Prioritize proxies enforcing access control or security routing from HTTP headers.
  • Check HAProxy and distribution guidance before applying compensating controls.
  • Avoid claiming mitigation by HTTP/2 or HTTP/3 alone without vendor confirmation.

Validation and detection

  • Inventory all HAProxy instances and record exact versions.
  • Confirm versions meet or exceed the fixed release for their branch.
  • Identify frontends accepting HTTP/1.0 or HTTP/1.1 traffic.
  • Review whether HAProxy rules depend on client-supplied headers.
  • Verify distro package advisories show the security update installed.
Prepared
Confidence
high
Sources
8

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-444: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2023-25725 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Critical
CVSS
9.1 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
7Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
9.1CVSS 3.1CriticalCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H3.95.2Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

9.1Critical
CVSS 3.1 vector shape for CVE-2023-25725Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
n/an/an/aListed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-444 · source CWE mapping

Inconsistent Interpretation of HTTP Requests ('HTTP Request/Response Smuggling')

Inconsistent Interpretation of HTTP Requests ('HTTP Request/Response Smuggling') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.