
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-55204 is a NULL pointer dereference vulnerability in HAProxy's HPACK dynamic table handling that allows unauthenticated remote attackers to crash HAProxy worker processes, causing denial of service. It affects HAProxy through version 3.4.0 (including the Aloha appliance product line) and was disclosed on June 18, 2026, with a fix committed as commit 9a6d1fe. The vulnerability carries a CVSS v3.1 score of 7.5 (High) and a CVSS v4.0 score of 8.7 (High) (GitHub Advisory, Feedly).
The root cause is a missing NULL check in hpack_dht_insert() within src/hpack-tbl.c (CWE-476: NULL Pointer Dereference). The function calls hpack_dht_defrag() at three locations; two of them (lines 293 and 306) correctly validate the return value, but the third call site (line 353, the data-space defrag path) assigns the return value to dht and immediately dereferences it without a NULL check. When the pool_head_hpack_tbl memory pool is exhausted, hpack_dht_alloc() returns NULL, which propagates through hpack_dht_defrag(), and the subsequent dereference of NULL+0x0a (an offsetof wrap) triggers a SIGSEGV, crashing the worker process. An attacker exploits this by sending HTTP/2 requests that trigger HPACK dynamic table insertions under memory pressure conditions (HAProxy Commit, GitHub Advisory).
Successful exploitation results in a crash of HAProxy worker processes via SIGSEGV, causing a denial of service for all traffic proxied through the affected instance. There is no confidentiality or integrity impact — the vulnerability is purely an availability issue. In environments without automatic worker restart or redundant HAProxy instances, exploitation could result in complete service outage for dependent applications (GitHub Advisory, Feedly).
curl --http2, h2load, or a custom script using nghttp2).pool_head_hpack_tbl memory pool on the HAProxy worker process.hpack_dht_defrag() returns NULL due to pool exhaustion and the unguarded code path at line 353 of src/hpack-tbl.c dereferences it, the worker process crashes with SIGSEGV, causing denial of service (HAProxy Commit, GitHub Advisory).[ALERT] or [WARNING] entries indicating worker restarts; entries referencing hpack-tbl.c or HPACK-related errors.haproxy child processes); core dump files generated in the HAProxy working directory following SIGSEGV.The fix is available in HAProxy commit 9a6d1fe3f00d86ab4ea6ea6ea0a5d48fc058a513, which adds the missing NULL check after hpack_dht_defrag(). Users should upgrade to a patched HAProxy build containing this commit; the HAProxy maintainers noted it must be backported to all stable versions. As interim mitigations, operators can implement network-level rate limiting on HTTP/2 traffic to reduce the ability to trigger frequent HPACK dynamic table insertions, and configure automatic restart mechanisms for failed worker processes to minimize downtime. Ubuntu (USN-8459-1) and SUSE (SUSE-SU-2026:2652-1) have released updated packages (HAProxy Commit, SUSE Advisory).
HAProxy published an official blog post detailing the vulnerability and its fix (HAProxy Blog). The vulnerability was reported by researcher Tristan (@TristanInSec), as credited in the commit message. Security news outlet SecurityOnline.info covered the issue alongside a related HAProxy CVE (CVE-2026-55203). Linux distribution vendors including Ubuntu, SUSE, and openSUSE promptly issued security advisories and updated packages.
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."