PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-55204 haproxy CVE debrief

CVE-2026-55204 is a high-severity vulnerability in HAProxy, a popular open-source load balancer. The vulnerability, caused by a null pointer dereference in the hpack_dht_insert() function, allows an attacker to crash HAProxy worker processes, leading to a denial of service (DoS). This vulnerability affects HAProxy versions up to 3.4.0 and was fixed in commit 9a6d1fe. An attacker can exploit this vulnerability by triggering HPACK dynamic table insertions under memory pressure, causing the program to dereference a NULL pointer.

Vendor
haproxy
Product
Unknown
CVSS
HIGH 8.7
CISA KEV
Not listed in stored evidence
Original CVE published
2026-06-18
Original CVE updated
2026-07-14
Advisory published
2026-06-18
Advisory updated
2026-07-14

Who should care

Administrators and users of HAProxy, particularly those using versions up to 3.4.0, should be aware of this vulnerability and take immediate action to patch or mitigate it. This vulnerability has a high CVSS score of 8.7, indicating a significant risk to affected systems.

Technical summary

The vulnerability is caused by a null pointer dereference in the hpack_dht_insert() function within src/hpack-tbl.c. The function fails to validate the return value of hpack_dht_defrag() when the memory pool is exhausted. An attacker can exploit this vulnerability by triggering HPACK dynamic table insertions under memory pressure, causing the program to dereference a NULL pointer and crash HAProxy worker processes.

Defensive priority

High

Recommended defensive actions

  • Patch HAProxy to version 3.4.0 or later, or apply the fix from commit 9a6d1fe.
  • Limit memory usage and monitor memory pressure to prevent exploitation.
  • Implement rate limiting on HPACK dynamic table insertions.
  • Monitor HAProxy logs for signs of potential exploitation.
  • Consider using a Web Application Firewall (WAF) to detect and prevent attacks.
  • Regularly update and patch HAProxy to prevent exploitation of known vulnerabilities.

Evidence notes

The vulnerability was reported by Vulncheck and is publicly documented in the NVD database. The CVE record and NVD detail pages provide additional information on the vulnerability. [ref-4] and [ref-5] provide source references for the vulnerability.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-55204 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-55204

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-55204 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-55204

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.