Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-55204 (GCVE-0-2026-55204)
Vulnerability from cvelistv5 – Published: 2026-06-18 16:05 – Updated: 2026-07-14 21:33 X_Open Source
VLAI
EPSS
VEX
Title
HAProxy - NULL Pointer Dereference in hpack_dht_insert Function
Summary
HAProxy through 3.4.0, fixed in commit 9a6d1fe, contains a null pointer dereference vulnerability in hpack_dht_insert() within src/hpack-tbl.c that fails to validate the return value of hpack_dht_defrag() when the memory pool is exhausted. An attacker can trigger HPACK dynamic table insertions under memory pressure to dereference a NULL pointer and crash HAProxy worker processes, causing denial of service.
Severity
SSVC
Exploitation: none
Automatable: yes
Technical Impact: partial
CISA Coordinator · CISA-ADP (v2.0.3)
Decision recorded 2026-06-18 17:26 UTC
CWE
- CWE-476 - NULL Pointer Dereference
Assigner
References
2 references
| URL | Tags |
|---|---|
| https://github.com/haproxy/haproxy/commit/9a6d1fe… | patch |
| https://www.vulncheck.com/advisories/haproxy-null… | third-party-advisory |
Impacted products
Date Public
2026-06-16 00:00
Credits
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-55204",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-06-18T17:26:27.738915Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-06-18T17:26:38.498Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"packageURL": "pkg:github/haproxy/haproxy",
"product": "haproxy",
"repo": "https://github.com/haproxy/haproxy",
"vendor": "haproxy",
"versions": [
{
"lessThanOrEqual": "3.4.0",
"status": "affected",
"version": "0",
"versionType": "semver"
},
{
"status": "unaffected",
"version": "9a6d1fe3f00d86ab4ea6ea6ea0a5d48fc058a513",
"versionType": "git"
}
]
}
],
"cpeApplicability": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:haproxy:aloha:*:*:*:*:*:*:*:*",
"versionEndIncluding": "3.4.0",
"vulnerable": true
}
],
"operator": "OR"
}
]
}
],
"credits": [
{
"lang": "en",
"type": "finder",
"value": "Tristan Madani (@TristanInSec)"
}
],
"datePublic": "2026-06-16T00:00:00.000Z",
"descriptions": [
{
"lang": "en",
"value": "HAProxy through 3.4.0, fixed in commit 9a6d1fe, contains a null pointer dereference vulnerability in hpack_dht_insert() within src/hpack-tbl.c that fails to validate the return value of hpack_dht_defrag() when the memory pool is exhausted. An attacker can trigger HPACK dynamic table insertions under memory pressure to dereference a NULL pointer and crash HAProxy worker processes, causing denial of service."
}
],
"metrics": [
{
"cvssV4_0": {
"Automatable": "NOT_DEFINED",
"Recovery": "NOT_DEFINED",
"Safety": "NOT_DEFINED",
"attackComplexity": "LOW",
"attackRequirements": "NONE",
"attackVector": "NETWORK",
"baseScore": 8.7,
"baseSeverity": "HIGH",
"exploitMaturity": "NOT_DEFINED",
"privilegesRequired": "NONE",
"providerUrgency": "NOT_DEFINED",
"subAvailabilityImpact": "NONE",
"subConfidentialityImpact": "NONE",
"subIntegrityImpact": "NONE",
"userInteraction": "NONE",
"valueDensity": "NOT_DEFINED",
"vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N",
"version": "4.0",
"vulnAvailabilityImpact": "HIGH",
"vulnConfidentialityImpact": "NONE",
"vulnIntegrityImpact": "NONE",
"vulnerabilityResponseEffort": "NOT_DEFINED"
},
"format": "CVSS",
"scenarios": [
{
"lang": "en",
"value": "GENERAL"
}
]
},
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"format": "CVSS",
"scenarios": [
{
"lang": "en",
"value": "GENERAL"
}
]
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-476",
"description": "NULL Pointer Dereference",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-07-14T21:33:57.879Z",
"orgId": "83251b91-4cc7-4094-a5c7-464a1b83ea10",
"shortName": "VulnCheck"
},
"references": [
{
"name": "Patch Commit",
"tags": [
"patch"
],
"url": "https://github.com/haproxy/haproxy/commit/9a6d1fe3f00d86ab4ea6ea6ea0a5d48fc058a513"
},
{
"tags": [
"third-party-advisory"
],
"url": "https://www.vulncheck.com/advisories/haproxy-null-pointer-dereference-in-hpack-dht-insert-function"
}
],
"tags": [
"x_open-source"
],
"title": "HAProxy - NULL Pointer Dereference in hpack_dht_insert Function",
"x_generator": {
"engine": "vulncheck"
}
}
},
"cveMetadata": {
"assignerOrgId": "83251b91-4cc7-4094-a5c7-464a1b83ea10",
"assignerShortName": "VulnCheck",
"cveId": "CVE-2026-55204",
"datePublished": "2026-06-18T16:05:52.058Z",
"dateReserved": "2026-06-16T15:53:37.765Z",
"dateUpdated": "2026-07-14T21:33:57.879Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-55204",
"date": "2026-08-26",
"epss": "0.00484",
"percentile": "0.39601"
},
"microsoft_vex": {
"current_release_date": "2026-07-01T14:42:43.000Z",
"cve": "CVE-2026-55204",
"id": "msrc_CVE-2026-55204",
"initial_release_date": "2026-06-02T00:00:00.000Z",
"product_status:fixed": "2",
"product_status:known_affected": "2",
"source": "Microsoft CSAF VEX",
"status": "final",
"title": "HAProxy - NULL Pointer Dereference in hpack_dht_insert Function",
"url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-55204.json",
"version": "3"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-55204\",\"sourceIdentifier\":\"disclosure@vulncheck.com\",\"published\":\"2026-06-18T17:16:34.567\",\"lastModified\":\"2026-07-14T22:17:17.710\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"HAProxy through 3.4.0, fixed in commit 9a6d1fe, contains a null pointer dereference vulnerability in hpack_dht_insert() within src/hpack-tbl.c that fails to validate the return value of hpack_dht_defrag() when the memory pool is exhausted. An attacker can trigger HPACK dynamic table insertions under memory pressure to dereference a NULL pointer and crash HAProxy worker processes, causing denial of service.\"}],\"affected\":[{\"source\":\"disclosure@vulncheck.com\",\"affectedData\":[{\"vendor\":\"haproxy\",\"product\":\"haproxy\",\"defaultStatus\":\"unaffected\",\"repo\":\"https://github.com/haproxy/haproxy\",\"packageURL\":\"pkg:github/haproxy/haproxy\",\"versions\":[{\"version\":\"0\",\"lessThanOrEqual\":\"3.4.0\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"9a6d1fe3f00d86ab4ea6ea6ea0a5d48fc058a513\",\"versionType\":\"git\",\"status\":\"unaffected\"}]}]}],\"metrics\":{\"cvssMetricV40\":[{\"source\":\"disclosure@vulncheck.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"4.0\",\"vectorString\":\"CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X\",\"baseScore\":8.7,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"attackRequirements\":\"NONE\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"vulnConfidentialityImpact\":\"NONE\",\"vulnIntegrityImpact\":\"NONE\",\"vulnAvailabilityImpact\":\"HIGH\",\"subConfidentialityImpact\":\"NONE\",\"subIntegrityImpact\":\"NONE\",\"subAvailabilityImpact\":\"NONE\",\"exploitMaturity\":\"NOT_DEFINED\",\"confidentialityRequirement\":\"NOT_DEFINED\",\"integrityRequirement\":\"NOT_DEFINED\",\"availabilityRequirement\":\"NOT_DEFINED\",\"modifiedAttackVector\":\"NOT_DEFINED\",\"modifiedAttackComplexity\":\"NOT_DEFINED\",\"modifiedAttackRequirements\":\"NOT_DEFINED\",\"modifiedPrivilegesRequired\":\"NOT_DEFINED\",\"modifiedUserInteraction\":\"NOT_DEFINED\",\"modifiedVulnConfidentialityImpact\":\"NOT_DEFINED\",\"modifiedVulnIntegrityImpact\":\"NOT_DEFINED\",\"modifiedVulnAvailabilityImpact\":\"NOT_DEFINED\",\"modifiedSubConfidentialityImpact\":\"NOT_DEFINED\",\"modifiedSubIntegrityImpact\":\"NOT_DEFINED\",\"modifiedSubAvailabilityImpact\":\"NOT_DEFINED\",\"Safety\":\"NOT_DEFINED\",\"Automatable\":\"NOT_DEFINED\",\"Recovery\":\"NOT_DEFINED\",\"valueDensity\":\"NOT_DEFINED\",\"vulnerabilityResponseEffort\":\"NOT_DEFINED\",\"providerUrgency\":\"NOT_DEFINED\"}}],\"cvssMetricV31\":[{\"source\":\"disclosure@vulncheck.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2026-06-18T17:26:27.738915Z\",\"id\":\"CVE-2026-55204\",\"options\":[{\"exploitation\":\"none\"},{\"automatable\":\"yes\"},{\"technicalImpact\":\"partial\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"weaknesses\":[{\"source\":\"disclosure@vulncheck.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-476\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:haproxy:haproxy:*:*:*:*:*:*:*:*\",\"versionEndIncluding\":\"3.4.0\",\"matchCriteriaId\":\"887629D9-3BD4-4D2A-A6FE-FBE640CC5986\"}]}]}],\"references\":[{\"url\":\"https://github.com/haproxy/haproxy/commit/9a6d1fe3f00d86ab4ea6ea6ea0a5d48fc058a513\",\"source\":\"disclosure@vulncheck.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://www.vulncheck.com/advisories/haproxy-null-pointer-dereference-in-hpack-dht-insert-function\",\"source\":\"disclosure@vulncheck.com\",\"tags\":[\"Third Party Advisory\"]}]}}",
"redhat_vex": {
"aggregate_severity": "Important",
"current_release_date": "2026-08-18T01:53:13+00:00",
"cve": "CVE-2026-55204",
"id": "CVE-2026-55204",
"initial_release_date": "2026-06-18T16:05:52.058000+00:00",
"product_status:fixed": "121",
"product_status:known_affected": "17",
"product_status:known_not_affected": "3",
"source": "Red Hat CSAF VEX",
"status": "final",
"title": "haproxy: HAProxy: Denial of Service via HPACK dynamic table insertions",
"url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-55204.json",
"version": "3"
},
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-55204\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-06-18T17:26:27.738915Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-06-18T17:26:31.904Z\"}}], \"cna\": {\"tags\": [\"x_open-source\"], \"title\": \"HAProxy - NULL Pointer Dereference in hpack_dht_insert Function\", \"credits\": [{\"lang\": \"en\", \"type\": \"finder\", \"value\": \"Tristan Madani (@TristanInSec)\"}], \"metrics\": [{\"format\": \"CVSS\", \"cvssV4_0\": {\"Safety\": \"NOT_DEFINED\", \"version\": \"4.0\", \"Recovery\": \"NOT_DEFINED\", \"baseScore\": 8.7, \"Automatable\": \"NOT_DEFINED\", \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"valueDensity\": \"NOT_DEFINED\", \"vectorString\": \"CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N\", \"exploitMaturity\": \"NOT_DEFINED\", \"providerUrgency\": \"NOT_DEFINED\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"attackRequirements\": \"NONE\", \"privilegesRequired\": \"NONE\", \"subIntegrityImpact\": \"NONE\", \"vulnIntegrityImpact\": \"NONE\", \"subAvailabilityImpact\": \"NONE\", \"vulnAvailabilityImpact\": \"HIGH\", \"subConfidentialityImpact\": \"NONE\", \"vulnConfidentialityImpact\": \"NONE\", \"vulnerabilityResponseEffort\": \"NOT_DEFINED\"}, \"scenarios\": [{\"lang\": \"en\", \"value\": \"GENERAL\"}]}, {\"format\": \"CVSS\", \"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 7.5, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}, \"scenarios\": [{\"lang\": \"en\", \"value\": \"GENERAL\"}]}], \"affected\": [{\"repo\": \"https://github.com/haproxy/haproxy\", \"vendor\": \"haproxy\", \"product\": \"haproxy\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"3.4.0\"}, {\"status\": \"unaffected\", \"version\": \"9a6d1fe3f00d86ab4ea6ea6ea0a5d48fc058a513\", \"versionType\": \"git\"}], \"packageURL\": \"pkg:github/haproxy/haproxy\", \"defaultStatus\": \"unaffected\"}], \"datePublic\": \"2026-06-16T00:00:00.000Z\", \"references\": [{\"url\": \"https://github.com/haproxy/haproxy/commit/9a6d1fe3f00d86ab4ea6ea6ea0a5d48fc058a513\", \"name\": \"Patch Commit\", \"tags\": [\"patch\"]}, {\"url\": \"https://www.vulncheck.com/advisories/haproxy-null-pointer-dereference-in-hpack-dht-insert-function\", \"tags\": [\"third-party-advisory\"]}], \"x_generator\": {\"engine\": \"vulncheck\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"HAProxy through 3.4.0, fixed in commit 9a6d1fe, contains a null pointer dereference vulnerability in hpack_dht_insert() within src/hpack-tbl.c that fails to validate the return value of hpack_dht_defrag() when the memory pool is exhausted. An attacker can trigger HPACK dynamic table insertions under memory pressure to dereference a NULL pointer and crash HAProxy worker processes, causing denial of service.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-476\", \"description\": \"NULL Pointer Dereference\"}]}], \"cpeApplicability\": [{\"nodes\": [{\"cpeMatch\": [{\"criteria\": \"cpe:2.3:a:haproxy:aloha:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndIncluding\": \"3.4.0\"}], \"operator\": \"OR\"}]}], \"providerMetadata\": {\"orgId\": \"83251b91-4cc7-4094-a5c7-464a1b83ea10\", \"shortName\": \"VulnCheck\", \"dateUpdated\": \"2026-07-14T21:33:57.879Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2026-55204\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-07-14T21:33:57.879Z\", \"dateReserved\": \"2026-06-16T15:53:37.765Z\", \"assignerOrgId\": \"83251b91-4cc7-4094-a5c7-464a1b83ea10\", \"datePublished\": \"2026-06-18T16:05:52.058Z\", \"assignerShortName\": \"VulnCheck\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
RHSA-2026:55862
Vulnerability from csaf_redhat - Published: 2026-08-17 21:16 - Updated: 2026-08-18 02:05Summary
Red Hat Security Advisory: haproxy security update
Severity
Important
Notes
Topic: An update for haproxy is now available for Red Hat Enterprise Linux 8.6 Advanced Mission Critical Update Support and Red Hat Enterprise Linux 8.6 Extended Update Support Long-Life Add-On.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details: The haproxy packages provide a reliable, high-performance network load balancer for TCP and HTTP-based applications.
Security Fix(es):
* haproxy: HAProxy: Denial of Service via HPACK dynamic table insertions (CVE-2026-55204)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use: This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
A flaw was found in HAProxy. An attacker can trigger HPACK dynamic table insertions under memory pressure, leading to a null pointer dereference in the hpack_dht_insert() function. This can cause HAProxy worker processes to crash, resulting in a denial of service (DoS).
7.5 (High)
Affected products
Fixed
8 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.6.0.Z.AUS:haproxy-0:1.8.27-4.el8_6.2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:haproxy-0:1.8.27-4.el8_6.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:haproxy-debuginfo-0:1.8.27-4.el8_6.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:haproxy-debugsource-0:1.8.27-4.el8_6.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:haproxy-0:1.8.27-4.el8_6.2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:haproxy-0:1.8.27-4.el8_6.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:haproxy-debuginfo-0:1.8.27-4.el8_6.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:haproxy-debugsource-0:1.8.27-4.el8_6.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
Threats
Impact
Important
References
10 references
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for haproxy is now available for Red Hat Enterprise Linux 8.6 Advanced Mission Critical Update Support and Red Hat Enterprise Linux 8.6 Extended Update Support Long-Life Add-On.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The haproxy packages provide a reliable, high-performance network load balancer for TCP and HTTP-based applications.\n\nSecurity Fix(es):\n\n* haproxy: HAProxy: Denial of Service via HPACK dynamic table insertions (CVE-2026-55204)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:55862",
"url": "https://access.redhat.com/errata/RHSA-2026:55862"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2490518",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2490518"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_55862.json"
}
],
"title": "Red Hat Security Advisory: haproxy security update",
"tracking": {
"current_release_date": "2026-08-18T02:05:00+00:00",
"generator": {
"date": "2026-08-18T02:05:00+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.16"
}
},
"id": "RHSA-2026:55862",
"initial_release_date": "2026-08-17T21:16:33+00:00",
"revision_history": [
{
"date": "2026-08-17T21:16:33+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-08-17T21:16:33+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-08-18T02:05:00+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_aus:8.6::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus_long_life:8.6::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "haproxy-0:1.8.27-4.el8_6.2.src",
"product": {
"name": "haproxy-0:1.8.27-4.el8_6.2.src",
"product_id": "haproxy-0:1.8.27-4.el8_6.2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/haproxy@1.8.27-4.el8_6.2?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "haproxy-0:1.8.27-4.el8_6.2.x86_64",
"product": {
"name": "haproxy-0:1.8.27-4.el8_6.2.x86_64",
"product_id": "haproxy-0:1.8.27-4.el8_6.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/haproxy@1.8.27-4.el8_6.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "haproxy-debugsource-0:1.8.27-4.el8_6.2.x86_64",
"product": {
"name": "haproxy-debugsource-0:1.8.27-4.el8_6.2.x86_64",
"product_id": "haproxy-debugsource-0:1.8.27-4.el8_6.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/haproxy-debugsource@1.8.27-4.el8_6.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "haproxy-debuginfo-0:1.8.27-4.el8_6.2.x86_64",
"product": {
"name": "haproxy-debuginfo-0:1.8.27-4.el8_6.2.x86_64",
"product_id": "haproxy-debuginfo-0:1.8.27-4.el8_6.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/haproxy-debuginfo@1.8.27-4.el8_6.2?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy-0:1.8.27-4.el8_6.2.src as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:haproxy-0:1.8.27-4.el8_6.2.src"
},
"product_reference": "haproxy-0:1.8.27-4.el8_6.2.src",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy-0:1.8.27-4.el8_6.2.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:haproxy-0:1.8.27-4.el8_6.2.x86_64"
},
"product_reference": "haproxy-0:1.8.27-4.el8_6.2.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy-debuginfo-0:1.8.27-4.el8_6.2.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:haproxy-debuginfo-0:1.8.27-4.el8_6.2.x86_64"
},
"product_reference": "haproxy-debuginfo-0:1.8.27-4.el8_6.2.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy-debugsource-0:1.8.27-4.el8_6.2.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:haproxy-debugsource-0:1.8.27-4.el8_6.2.x86_64"
},
"product_reference": "haproxy-debugsource-0:1.8.27-4.el8_6.2.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy-0:1.8.27-4.el8_6.2.src as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:haproxy-0:1.8.27-4.el8_6.2.src"
},
"product_reference": "haproxy-0:1.8.27-4.el8_6.2.src",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy-0:1.8.27-4.el8_6.2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:haproxy-0:1.8.27-4.el8_6.2.x86_64"
},
"product_reference": "haproxy-0:1.8.27-4.el8_6.2.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy-debuginfo-0:1.8.27-4.el8_6.2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:haproxy-debuginfo-0:1.8.27-4.el8_6.2.x86_64"
},
"product_reference": "haproxy-debuginfo-0:1.8.27-4.el8_6.2.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy-debugsource-0:1.8.27-4.el8_6.2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:haproxy-debugsource-0:1.8.27-4.el8_6.2.x86_64"
},
"product_reference": "haproxy-debugsource-0:1.8.27-4.el8_6.2.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-55204",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2026-06-18T17:01:46.312939+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2490518"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in HAProxy. An attacker can trigger HPACK dynamic table insertions under memory pressure, leading to a null pointer dereference in the hpack_dht_insert() function. This can cause HAProxy worker processes to crash, resulting in a denial of service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "haproxy: HAProxy: Denial of Service via HPACK dynamic table insertions",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Important flaw in HAProxy can lead to a denial of service. An unauthenticated remote attacker could exploit a null pointer dereference by triggering HPACK dynamic table insertions under memory pressure, causing HAProxy worker processes to crash. This impacts the availability of services relying on HAProxy as a load balancer or proxy.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.6.0.Z.AUS:haproxy-0:1.8.27-4.el8_6.2.src",
"AppStream-8.6.0.Z.AUS:haproxy-0:1.8.27-4.el8_6.2.x86_64",
"AppStream-8.6.0.Z.AUS:haproxy-debuginfo-0:1.8.27-4.el8_6.2.x86_64",
"AppStream-8.6.0.Z.AUS:haproxy-debugsource-0:1.8.27-4.el8_6.2.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:haproxy-0:1.8.27-4.el8_6.2.src",
"AppStream-8.6.0.Z.EUS.EXTENSION:haproxy-0:1.8.27-4.el8_6.2.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:haproxy-debuginfo-0:1.8.27-4.el8_6.2.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:haproxy-debugsource-0:1.8.27-4.el8_6.2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-55204"
},
{
"category": "external",
"summary": "RHBZ#2490518",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2490518"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-55204",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-55204"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-55204",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-55204"
},
{
"category": "external",
"summary": "https://github.com/haproxy/haproxy/commit/9a6d1fe3f00d86ab4ea6ea6ea0a5d48fc058a513",
"url": "https://github.com/haproxy/haproxy/commit/9a6d1fe3f00d86ab4ea6ea6ea0a5d48fc058a513"
},
{
"category": "external",
"summary": "https://www.vulncheck.com/advisories/haproxy-null-pointer-dereference-in-hpack-dht-insert-function",
"url": "https://www.vulncheck.com/advisories/haproxy-null-pointer-dereference-in-hpack-dht-insert-function"
}
],
"release_date": "2026-06-18T16:05:52.058000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-17T21:16:33+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.6.0.Z.AUS:haproxy-0:1.8.27-4.el8_6.2.src",
"AppStream-8.6.0.Z.AUS:haproxy-0:1.8.27-4.el8_6.2.x86_64",
"AppStream-8.6.0.Z.AUS:haproxy-debuginfo-0:1.8.27-4.el8_6.2.x86_64",
"AppStream-8.6.0.Z.AUS:haproxy-debugsource-0:1.8.27-4.el8_6.2.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:haproxy-0:1.8.27-4.el8_6.2.src",
"AppStream-8.6.0.Z.EUS.EXTENSION:haproxy-0:1.8.27-4.el8_6.2.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:haproxy-debuginfo-0:1.8.27-4.el8_6.2.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:haproxy-debugsource-0:1.8.27-4.el8_6.2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:55862"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"AppStream-8.6.0.Z.AUS:haproxy-0:1.8.27-4.el8_6.2.src",
"AppStream-8.6.0.Z.AUS:haproxy-0:1.8.27-4.el8_6.2.x86_64",
"AppStream-8.6.0.Z.AUS:haproxy-debuginfo-0:1.8.27-4.el8_6.2.x86_64",
"AppStream-8.6.0.Z.AUS:haproxy-debugsource-0:1.8.27-4.el8_6.2.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:haproxy-0:1.8.27-4.el8_6.2.src",
"AppStream-8.6.0.Z.EUS.EXTENSION:haproxy-0:1.8.27-4.el8_6.2.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:haproxy-debuginfo-0:1.8.27-4.el8_6.2.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:haproxy-debugsource-0:1.8.27-4.el8_6.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.6.0.Z.AUS:haproxy-0:1.8.27-4.el8_6.2.src",
"AppStream-8.6.0.Z.AUS:haproxy-0:1.8.27-4.el8_6.2.x86_64",
"AppStream-8.6.0.Z.AUS:haproxy-debuginfo-0:1.8.27-4.el8_6.2.x86_64",
"AppStream-8.6.0.Z.AUS:haproxy-debugsource-0:1.8.27-4.el8_6.2.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:haproxy-0:1.8.27-4.el8_6.2.src",
"AppStream-8.6.0.Z.EUS.EXTENSION:haproxy-0:1.8.27-4.el8_6.2.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:haproxy-debuginfo-0:1.8.27-4.el8_6.2.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:haproxy-debugsource-0:1.8.27-4.el8_6.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "haproxy: HAProxy: Denial of Service via HPACK dynamic table insertions"
}
]
}
SUSE-SU-2026:2651-1
Vulnerability from csaf_suse - Published: 2026-06-26 12:18 - Updated: 2026-06-26 12:18Summary
Security update for haproxy
Severity
Important
Notes
Title of the patch: Security update for haproxy
Description of the patch: This update for haproxy fixes the following issues
- CVE-2026-55203: integer overflow vulnerability in the fcgi_conn structure's drl field that allows buffer misparse as
new FCGI record headers (bsc#1268557).
- CVE-2026-55204: null pointer dereference vulnerability in hpack_dht_insert() within src/hpack-tbl.c (bsc#1268558).
Patchnames: SUSE-2026-2651,SUSE-SLE-Micro-5.3-2026-2651,SUSE-SLE-Micro-5.4-2026-2651,SUSE-SLE-Micro-5.5-2026-2651,SUSE-SLE-Product-HA-15-SP4-2026-2651,SUSE-SLE-Product-HA-15-SP5-2026-2651
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
5.6 (Medium)
Affected products
Recommended
18 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Availability Extension 15 SP4:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Availability Extension 15 SP4:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Availability Extension 15 SP4:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Availability Extension 15 SP4:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Availability Extension 15 SP5:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Availability Extension 15 SP5:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Availability Extension 15 SP5:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Availability Extension 15 SP5:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
7.5 (High)
Affected products
Recommended
18 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Availability Extension 15 SP4:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Availability Extension 15 SP4:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Availability Extension 15 SP4:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Availability Extension 15 SP4:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Availability Extension 15 SP5:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Availability Extension 15 SP5:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Availability Extension 15 SP5:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Availability Extension 15 SP5:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
12 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for haproxy",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for haproxy fixes the following issues\n\n- CVE-2026-55203: integer overflow vulnerability in the fcgi_conn structure\u0027s drl field that allows buffer misparse as\n new FCGI record headers (bsc#1268557).\n- CVE-2026-55204: null pointer dereference vulnerability in hpack_dht_insert() within src/hpack-tbl.c (bsc#1268558).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-2651,SUSE-SLE-Micro-5.3-2026-2651,SUSE-SLE-Micro-5.4-2026-2651,SUSE-SLE-Micro-5.5-2026-2651,SUSE-SLE-Product-HA-15-SP4-2026-2651,SUSE-SLE-Product-HA-15-SP5-2026-2651",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2026_2651-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:2651-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20262651-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:2651-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-June/047661.html"
},
{
"category": "self",
"summary": "SUSE Bug 1268557",
"url": "https://bugzilla.suse.com/1268557"
},
{
"category": "self",
"summary": "SUSE Bug 1268558",
"url": "https://bugzilla.suse.com/1268558"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-55203 page",
"url": "https://www.suse.com/security/cve/CVE-2026-55203/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-55204 page",
"url": "https://www.suse.com/security/cve/CVE-2026-55204/"
}
],
"title": "Security update for haproxy",
"tracking": {
"current_release_date": "2026-06-26T12:18:22Z",
"generator": {
"date": "2026-06-26T12:18:22Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:2651-1",
"initial_release_date": "2026-06-26T12:18:22Z",
"revision_history": [
{
"date": "2026-06-26T12:18:22Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.aarch64",
"product": {
"name": "haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.aarch64",
"product_id": "haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.i586",
"product": {
"name": "haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.i586",
"product_id": "haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.ppc64le",
"product": {
"name": "haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.ppc64le",
"product_id": "haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.s390x",
"product": {
"name": "haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.s390x",
"product_id": "haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.x86_64",
"product": {
"name": "haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.x86_64",
"product_id": "haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.3",
"product": {
"name": "SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-micro:5.3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.4",
"product": {
"name": "SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-micro:5.4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.5",
"product": {
"name": "SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-micro:5.5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Availability Extension 15 SP4",
"product": {
"name": "SUSE Linux Enterprise High Availability Extension 15 SP4",
"product_id": "SUSE Linux Enterprise High Availability Extension 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-ha:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Availability Extension 15 SP5",
"product": {
"name": "SUSE Linux Enterprise High Availability Extension 15 SP5",
"product_id": "SUSE Linux Enterprise High Availability Extension 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-ha:15:sp5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.aarch64 as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.aarch64"
},
"product_reference": "haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.s390x as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.s390x"
},
"product_reference": "haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.x86_64 as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.x86_64"
},
"product_reference": "haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.aarch64 as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.aarch64"
},
"product_reference": "haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.s390x as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.s390x"
},
"product_reference": "haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.x86_64 as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.x86_64"
},
"product_reference": "haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.aarch64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.aarch64"
},
"product_reference": "haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.ppc64le as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.ppc64le"
},
"product_reference": "haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.s390x as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.s390x"
},
"product_reference": "haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.x86_64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.x86_64"
},
"product_reference": "haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.aarch64 as component of SUSE Linux Enterprise High Availability Extension 15 SP4",
"product_id": "SUSE Linux Enterprise High Availability Extension 15 SP4:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.aarch64"
},
"product_reference": "haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.ppc64le as component of SUSE Linux Enterprise High Availability Extension 15 SP4",
"product_id": "SUSE Linux Enterprise High Availability Extension 15 SP4:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.ppc64le"
},
"product_reference": "haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.s390x as component of SUSE Linux Enterprise High Availability Extension 15 SP4",
"product_id": "SUSE Linux Enterprise High Availability Extension 15 SP4:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.s390x"
},
"product_reference": "haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.x86_64 as component of SUSE Linux Enterprise High Availability Extension 15 SP4",
"product_id": "SUSE Linux Enterprise High Availability Extension 15 SP4:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.x86_64"
},
"product_reference": "haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.aarch64 as component of SUSE Linux Enterprise High Availability Extension 15 SP5",
"product_id": "SUSE Linux Enterprise High Availability Extension 15 SP5:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.aarch64"
},
"product_reference": "haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.ppc64le as component of SUSE Linux Enterprise High Availability Extension 15 SP5",
"product_id": "SUSE Linux Enterprise High Availability Extension 15 SP5:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.ppc64le"
},
"product_reference": "haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.s390x as component of SUSE Linux Enterprise High Availability Extension 15 SP5",
"product_id": "SUSE Linux Enterprise High Availability Extension 15 SP5:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.s390x"
},
"product_reference": "haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.x86_64 as component of SUSE Linux Enterprise High Availability Extension 15 SP5",
"product_id": "SUSE Linux Enterprise High Availability Extension 15 SP5:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.x86_64"
},
"product_reference": "haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-55203",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-55203"
}
],
"notes": [
{
"category": "general",
"text": "HAProxy through 3.4.0, fixed in commit 5985276, contains an integer overflow vulnerability in the fcgi_conn structure\u0027s drl field that allows buffer misparse as new FCGI record headers. When contentLength is 65535 and paddingLength is 1 or more, the drl field wraps to 0, causing incorrect record consumption and allowing malicious FastCGI backends to desynchronize the FCGI framing parser, potentially causing request routing errors, response smuggling, or memory safety issues.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP5:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP5:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP5:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP5:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.s390x",
"SUSE Linux Enterprise Micro 5.3:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.s390x",
"SUSE Linux Enterprise Micro 5.4:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.s390x",
"SUSE Linux Enterprise Micro 5.5:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-55203",
"url": "https://www.suse.com/security/cve/CVE-2026-55203"
},
{
"category": "external",
"summary": "SUSE Bug 1268557 for CVE-2026-55203",
"url": "https://bugzilla.suse.com/1268557"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP5:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP5:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP5:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP5:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.s390x",
"SUSE Linux Enterprise Micro 5.3:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.s390x",
"SUSE Linux Enterprise Micro 5.4:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.s390x",
"SUSE Linux Enterprise Micro 5.5:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.6,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP5:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP5:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP5:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP5:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.s390x",
"SUSE Linux Enterprise Micro 5.3:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.s390x",
"SUSE Linux Enterprise Micro 5.4:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.s390x",
"SUSE Linux Enterprise Micro 5.5:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-26T12:18:22Z",
"details": "moderate"
}
],
"title": "CVE-2026-55203"
},
{
"cve": "CVE-2026-55204",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-55204"
}
],
"notes": [
{
"category": "general",
"text": "HAProxy through 3.4.0, fixed in commit 9a6d1fe, contains a null pointer dereference vulnerability in hpack_dht_insert() within src/hpack-tbl.c that fails to validate the return value of hpack_dht_defrag() when the memory pool is exhausted. An attacker can trigger HPACK dynamic table insertions under memory pressure to dereference a NULL pointer and crash HAProxy worker processes, causing denial of service.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP5:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP5:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP5:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP5:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.s390x",
"SUSE Linux Enterprise Micro 5.3:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.s390x",
"SUSE Linux Enterprise Micro 5.4:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.s390x",
"SUSE Linux Enterprise Micro 5.5:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-55204",
"url": "https://www.suse.com/security/cve/CVE-2026-55204"
},
{
"category": "external",
"summary": "SUSE Bug 1268558 for CVE-2026-55204",
"url": "https://bugzilla.suse.com/1268558"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP5:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP5:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP5:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP5:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.s390x",
"SUSE Linux Enterprise Micro 5.3:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.s390x",
"SUSE Linux Enterprise Micro 5.4:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.s390x",
"SUSE Linux Enterprise Micro 5.5:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP5:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP5:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP5:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP5:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.s390x",
"SUSE Linux Enterprise Micro 5.3:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.s390x",
"SUSE Linux Enterprise Micro 5.4:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.s390x",
"SUSE Linux Enterprise Micro 5.5:haproxy-2.4.22+git0.f8e3218e2-150400.3.28.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-26T12:18:22Z",
"details": "important"
}
],
"title": "CVE-2026-55204"
}
]
}
SUSE-SU-2026:2652-1
Vulnerability from csaf_suse - Published: 2026-06-26 12:21 - Updated: 2026-06-26 12:21Summary
Security update for haproxy
Severity
Important
Notes
Title of the patch: Security update for haproxy
Description of the patch: This update for haproxy fixes the following issues
- CVE-2026-55203: integer overflow vulnerability in the fcgi_conn structure's drl field that allows buffer misparse as
new FCGI record headers (bsc#1268557).
- CVE-2026-55204: null pointer dereference vulnerability in hpack_dht_insert() within src/hpack-tbl.c (bsc#1268558).
Patchnames: SUSE-2026-2652,SUSE-SLE-Product-HA-15-SP6-2026-2652,SUSE-SLE-Product-HA-15-SP7-2026-2652
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
5.6 (Medium)
Affected products
Recommended
8 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Availability Extension 15 SP6:haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Availability Extension 15 SP6:haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Availability Extension 15 SP6:haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Availability Extension 15 SP6:haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Availability Extension 15 SP7:haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Availability Extension 15 SP7:haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Availability Extension 15 SP7:haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Availability Extension 15 SP7:haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
7.5 (High)
Affected products
Recommended
8 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Availability Extension 15 SP6:haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Availability Extension 15 SP6:haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Availability Extension 15 SP6:haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Availability Extension 15 SP6:haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Availability Extension 15 SP7:haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Availability Extension 15 SP7:haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Availability Extension 15 SP7:haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Availability Extension 15 SP7:haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
12 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for haproxy",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for haproxy fixes the following issues\n\n- CVE-2026-55203: integer overflow vulnerability in the fcgi_conn structure\u0027s drl field that allows buffer misparse as\n new FCGI record headers (bsc#1268557).\n- CVE-2026-55204: null pointer dereference vulnerability in hpack_dht_insert() within src/hpack-tbl.c (bsc#1268558).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-2652,SUSE-SLE-Product-HA-15-SP6-2026-2652,SUSE-SLE-Product-HA-15-SP7-2026-2652",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2026_2652-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:2652-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20262652-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:2652-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-June/047660.html"
},
{
"category": "self",
"summary": "SUSE Bug 1268557",
"url": "https://bugzilla.suse.com/1268557"
},
{
"category": "self",
"summary": "SUSE Bug 1268558",
"url": "https://bugzilla.suse.com/1268558"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-55203 page",
"url": "https://www.suse.com/security/cve/CVE-2026-55203/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-55204 page",
"url": "https://www.suse.com/security/cve/CVE-2026-55204/"
}
],
"title": "Security update for haproxy",
"tracking": {
"current_release_date": "2026-06-26T12:21:05Z",
"generator": {
"date": "2026-06-26T12:21:05Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:2652-1",
"initial_release_date": "2026-06-26T12:21:05Z",
"revision_history": [
{
"date": "2026-06-26T12:21:05Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.aarch64",
"product": {
"name": "haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.aarch64",
"product_id": "haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.i586",
"product": {
"name": "haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.i586",
"product_id": "haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.ppc64le",
"product": {
"name": "haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.ppc64le",
"product_id": "haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.s390x",
"product": {
"name": "haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.s390x",
"product_id": "haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.x86_64",
"product": {
"name": "haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.x86_64",
"product_id": "haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Availability Extension 15 SP6",
"product": {
"name": "SUSE Linux Enterprise High Availability Extension 15 SP6",
"product_id": "SUSE Linux Enterprise High Availability Extension 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-ha:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Availability Extension 15 SP7",
"product": {
"name": "SUSE Linux Enterprise High Availability Extension 15 SP7",
"product_id": "SUSE Linux Enterprise High Availability Extension 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-ha:15:sp7"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.aarch64 as component of SUSE Linux Enterprise High Availability Extension 15 SP6",
"product_id": "SUSE Linux Enterprise High Availability Extension 15 SP6:haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.aarch64"
},
"product_reference": "haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.ppc64le as component of SUSE Linux Enterprise High Availability Extension 15 SP6",
"product_id": "SUSE Linux Enterprise High Availability Extension 15 SP6:haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.ppc64le"
},
"product_reference": "haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.s390x as component of SUSE Linux Enterprise High Availability Extension 15 SP6",
"product_id": "SUSE Linux Enterprise High Availability Extension 15 SP6:haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.s390x"
},
"product_reference": "haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.x86_64 as component of SUSE Linux Enterprise High Availability Extension 15 SP6",
"product_id": "SUSE Linux Enterprise High Availability Extension 15 SP6:haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.x86_64"
},
"product_reference": "haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.aarch64 as component of SUSE Linux Enterprise High Availability Extension 15 SP7",
"product_id": "SUSE Linux Enterprise High Availability Extension 15 SP7:haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.aarch64"
},
"product_reference": "haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.ppc64le as component of SUSE Linux Enterprise High Availability Extension 15 SP7",
"product_id": "SUSE Linux Enterprise High Availability Extension 15 SP7:haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.ppc64le"
},
"product_reference": "haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.s390x as component of SUSE Linux Enterprise High Availability Extension 15 SP7",
"product_id": "SUSE Linux Enterprise High Availability Extension 15 SP7:haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.s390x"
},
"product_reference": "haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.x86_64 as component of SUSE Linux Enterprise High Availability Extension 15 SP7",
"product_id": "SUSE Linux Enterprise High Availability Extension 15 SP7:haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.x86_64"
},
"product_reference": "haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP7"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-55203",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-55203"
}
],
"notes": [
{
"category": "general",
"text": "HAProxy through 3.4.0, fixed in commit 5985276, contains an integer overflow vulnerability in the fcgi_conn structure\u0027s drl field that allows buffer misparse as new FCGI record headers. When contentLength is 65535 and paddingLength is 1 or more, the drl field wraps to 0, causing incorrect record consumption and allowing malicious FastCGI backends to desynchronize the FCGI framing parser, potentially causing request routing errors, response smuggling, or memory safety issues.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP6:haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP6:haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP6:haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP6:haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP7:haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP7:haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP7:haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP7:haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-55203",
"url": "https://www.suse.com/security/cve/CVE-2026-55203"
},
{
"category": "external",
"summary": "SUSE Bug 1268557 for CVE-2026-55203",
"url": "https://bugzilla.suse.com/1268557"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Availability Extension 15 SP6:haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP6:haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP6:haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP6:haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP7:haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP7:haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP7:haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP7:haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.6,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Availability Extension 15 SP6:haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP6:haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP6:haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP6:haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP7:haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP7:haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP7:haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP7:haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-26T12:21:05Z",
"details": "moderate"
}
],
"title": "CVE-2026-55203"
},
{
"cve": "CVE-2026-55204",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-55204"
}
],
"notes": [
{
"category": "general",
"text": "HAProxy through 3.4.0, fixed in commit 9a6d1fe, contains a null pointer dereference vulnerability in hpack_dht_insert() within src/hpack-tbl.c that fails to validate the return value of hpack_dht_defrag() when the memory pool is exhausted. An attacker can trigger HPACK dynamic table insertions under memory pressure to dereference a NULL pointer and crash HAProxy worker processes, causing denial of service.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP6:haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP6:haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP6:haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP6:haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP7:haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP7:haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP7:haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP7:haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-55204",
"url": "https://www.suse.com/security/cve/CVE-2026-55204"
},
{
"category": "external",
"summary": "SUSE Bug 1268558 for CVE-2026-55204",
"url": "https://bugzilla.suse.com/1268558"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Availability Extension 15 SP6:haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP6:haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP6:haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP6:haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP7:haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP7:haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP7:haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP7:haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Availability Extension 15 SP6:haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP6:haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP6:haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP6:haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP7:haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP7:haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP7:haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP7:haproxy-2.8.11+git0.01c1056a4-150600.3.15.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-26T12:21:05Z",
"details": "important"
}
],
"title": "CVE-2026-55204"
}
]
}
ubuntu-cve-2026-55204
Vulnerability from osv_ubuntu
Published
2026-06-19 00:00
Modified
2026-06-24 09:03
Summary
Details
HAProxy through 3.4.0, fixed in commit 9a6d1fe, contains a null pointer dereference vulnerability in hpack_dht_insert() within src/hpack-tbl.c that fails to validate the return value of hpack_dht_defrag() when the memory pool is exhausted. An attacker can trigger HPACK dynamic table insertions under memory pressure to dereference a NULL pointer and crash HAProxy worker processes, causing denial of service.
Severity
7.5 (High)
N/A (UNKNOWN)
References
| URL | Type | |
|---|---|---|
{
"affected": [
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "haproxy",
"binary_version": "1.6.3-1ubuntu0.3+esm2"
},
{
"binary_name": "vim-haproxy",
"binary_version": "1.6.3-1ubuntu0.3+esm2"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:16.04:LTS",
"name": "haproxy",
"purl": "pkg:deb/ubuntu/haproxy@1.6.3-1ubuntu0.3+esm2?arch=source\u0026distro=esm-infra/xenial"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.5.14-1",
"1.5.15-1",
"1.6.2-1",
"1.6.2-2",
"1.6.2-2ubuntu1",
"1.6.2-2ubuntu3",
"1.6.3-1",
"1.6.3-1ubuntu0.1",
"1.6.3-1ubuntu0.2",
"1.6.3-1ubuntu0.3",
"1.6.3-1ubuntu0.3+esm1",
"1.6.3-1ubuntu0.3+esm2"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "haproxy",
"binary_version": "1.8.8-1ubuntu0.13+esm3"
},
{
"binary_name": "vim-haproxy",
"binary_version": "1.8.8-1ubuntu0.13+esm3"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:18.04:LTS",
"name": "haproxy",
"purl": "pkg:deb/ubuntu/haproxy@1.8.8-1ubuntu0.13+esm3?arch=source\u0026distro=esm-infra/bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.7.9-1ubuntu1",
"1.7.9-1ubuntu2",
"1.8.4-1",
"1.8.7-1",
"1.8.8-1",
"1.8.8-1ubuntu0.1",
"1.8.8-1ubuntu0.2",
"1.8.8-1ubuntu0.3",
"1.8.8-1ubuntu0.4",
"1.8.8-1ubuntu0.6",
"1.8.8-1ubuntu0.7",
"1.8.8-1ubuntu0.8",
"1.8.8-1ubuntu0.9",
"1.8.8-1ubuntu0.10",
"1.8.8-1ubuntu0.11",
"1.8.8-1ubuntu0.13",
"1.8.8-1ubuntu0.13+esm2",
"1.8.8-1ubuntu0.13+esm3"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "haproxy",
"binary_version": "2.0.33-0ubuntu0.1"
},
{
"binary_name": "vim-haproxy",
"binary_version": "2.0.33-0ubuntu0.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:20.04:LTS",
"name": "haproxy",
"purl": "pkg:deb/ubuntu/haproxy@2.0.33-0ubuntu0.1?arch=source\u0026distro=focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"2.0.5-1",
"2.0.8-1",
"2.0.9-1",
"2.0.10-1",
"2.0.10-1ubuntu1",
"2.0.11-1ubuntu1",
"2.0.12-1ubuntu2",
"2.0.13-1ubuntu2",
"2.0.13-2",
"2.0.13-2ubuntu0.1",
"2.0.13-2ubuntu0.2",
"2.0.13-2ubuntu0.3",
"2.0.13-2ubuntu0.5",
"2.0.29-0ubuntu1",
"2.0.29-0ubuntu1.1",
"2.0.29-0ubuntu1.3",
"2.0.31-0ubuntu0.1",
"2.0.31-0ubuntu0.2",
"2.0.31-0ubuntu0.3",
"2.0.33-0ubuntu0.1"
]
},
{
"ecosystem_specific": {
"availability": "No subscription required",
"binaries": [
{
"binary_name": "haproxy",
"binary_version": "2.4.30-0ubuntu0.22.04.2"
},
{
"binary_name": "vim-haproxy",
"binary_version": "2.4.30-0ubuntu0.22.04.2"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "haproxy",
"purl": "pkg:deb/ubuntu/haproxy@2.4.30-0ubuntu0.22.04.2?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.4.30-0ubuntu0.22.04.2"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"2.2.9-2ubuntu2",
"2.4.8-1",
"2.4.8-2ubuntu3",
"2.4.11-1ubuntu1",
"2.4.12-1ubuntu1",
"2.4.12-1ubuntu2",
"2.4.13-1ubuntu1",
"2.4.14-1ubuntu1",
"2.4.18-0ubuntu1",
"2.4.18-0ubuntu1.1",
"2.4.18-0ubuntu1.2",
"2.4.18-0ubuntu1.3",
"2.4.22-0ubuntu0.22.04.1",
"2.4.22-0ubuntu0.22.04.2",
"2.4.22-0ubuntu0.22.04.3",
"2.4.24-0ubuntu0.22.04.1",
"2.4.24-0ubuntu0.22.04.2",
"2.4.24-0ubuntu0.22.04.3",
"2.4.29-0ubuntu0.22.04.1",
"2.4.30-0ubuntu0.22.04.1"
]
},
{
"ecosystem_specific": {
"availability": "No subscription required",
"binaries": [
{
"binary_name": "haproxy",
"binary_version": "2.8.16-0ubuntu0.24.04.3"
},
{
"binary_name": "vim-haproxy",
"binary_version": "2.8.16-0ubuntu0.24.04.3"
}
]
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "haproxy",
"purl": "pkg:deb/ubuntu/haproxy@2.8.16-0ubuntu0.24.04.3?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.8.16-0ubuntu0.24.04.3"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"2.6.15-1ubuntu2",
"2.8.5-1ubuntu1",
"2.8.5-1ubuntu2",
"2.8.5-1ubuntu3",
"2.8.5-1ubuntu3.1",
"2.8.5-1ubuntu3.2",
"2.8.5-1ubuntu3.3",
"2.8.5-1ubuntu3.4",
"2.8.15-0ubuntu0.24.04.1",
"2.8.16-0ubuntu0.24.04.1",
"2.8.16-0ubuntu0.24.04.2"
]
},
{
"ecosystem_specific": {
"availability": "No subscription required",
"binaries": [
{
"binary_name": "haproxy",
"binary_version": "3.0.12-0ubuntu0.25.10.5"
},
{
"binary_name": "vim-haproxy",
"binary_version": "3.0.12-0ubuntu0.25.10.5"
}
]
},
"package": {
"ecosystem": "Ubuntu:25.10",
"name": "haproxy",
"purl": "pkg:deb/ubuntu/haproxy@3.0.12-0ubuntu0.25.10.5?arch=source\u0026distro=questing"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.0.12-0ubuntu0.25.10.5"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"3.0.8-1ubuntu1",
"3.0.8-1ubuntu1.1",
"3.0.10-1ubuntu1",
"3.0.10-1ubuntu2",
"3.0.10-1ubuntu3",
"3.0.12-0ubuntu0.25.10.1",
"3.0.12-0ubuntu0.25.10.3",
"3.0.12-0ubuntu0.25.10.4"
]
},
{
"ecosystem_specific": {
"availability": "No subscription required",
"binaries": [
{
"binary_name": "haproxy",
"binary_version": "3.2.9-1ubuntu2.2"
},
{
"binary_name": "vim-haproxy",
"binary_version": "3.2.9-1ubuntu2.2"
}
]
},
"package": {
"ecosystem": "Ubuntu:26.04:LTS",
"name": "haproxy",
"purl": "pkg:deb/ubuntu/haproxy@3.2.9-1ubuntu2.2?arch=source\u0026distro=resolute"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.2.9-1ubuntu2.2"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"3.0.10-1ubuntu3",
"3.2.9-1ubuntu1",
"3.2.9-1ubuntu2",
"3.2.9-1ubuntu2.1"
]
}
],
"aliases": [],
"details": "HAProxy through 3.4.0, fixed in commit 9a6d1fe, contains a null pointer dereference vulnerability in hpack_dht_insert() within src/hpack-tbl.c that fails to validate the return value of hpack_dht_defrag() when the memory pool is exhausted. An attacker can trigger HPACK dynamic table insertions under memory pressure to dereference a NULL pointer and crash HAProxy worker processes, causing denial of service.",
"id": "UBUNTU-CVE-2026-55204",
"modified": "2026-06-24T09:03:12Z",
"published": "2026-06-19T00:00:00Z",
"references": [
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2026-55204"
},
{
"type": "REPORT",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-55204"
},
{
"type": "ADVISORY",
"url": "https://ubuntu.com/security/notices/USN-8459-1"
}
],
"related": [
"USN-8459-1"
],
"schema_version": "1.7.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"type": "CVSS_V3"
},
{
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N",
"type": "CVSS_V4"
},
{
"score": "medium",
"type": "Ubuntu"
}
],
"upstream": [
"CVE-2026-55204"
]
}
WID-SEC-W-2026-2012
Vulnerability from csaf_certbund - Published: 2026-06-18 22:00 - Updated: 2026-07-20 22:00Summary
HAProxy: Mehrere Schwachstellen
Severity
Hoch
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung: HAProxy ist ein weit verbreiteter Open Source Software Load Balancer und Application Delivery Controller.
Angriff: Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in HAProxy ausnutzen, um Dateien zu manipulieren oder einen Denial of Service zu verursachen.
Betroffene Betriebssysteme: - Linux
- UNIX
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
HAProxy HAProxy 3.4.0 commit <5985276
HAProxy / HAProxy
|
3.4.0 commit <5985276 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
HAProxy HAProxy 3.4.0 <commit 9a6d1fe
HAProxy / HAProxy
|
3.4.0 <commit 9a6d1fe |
References
12 references
{
"document": {
"aggregate_severity": {
"text": "hoch"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "HAProxy ist ein weit verbreiteter Open Source Software Load Balancer und Application Delivery Controller.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in HAProxy ausnutzen, um Dateien zu manipulieren oder einen Denial of Service zu verursachen.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\n- UNIX",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2026-2012 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2026/wid-sec-w-2026-2012.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-2012 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-2012"
},
{
"category": "external",
"summary": "GitHub Advisory Database vom 2026-06-18",
"url": "https://github.com/advisories/GHSA-58MJ-CMHG-35RG"
},
{
"category": "external",
"summary": "GitHub Advisory Database vom 2026-06-18",
"url": "https://github.com/advisories/GHSA-4VJ2-5MVX-3VCC"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:2651-1 vom 2026-06-26",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/027030.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:2652-1 vom 2026-06-26",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/027029.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:22515-1 vom 2026-07-08",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-July/027313.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:22544-1 vom 2026-07-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-July/027398.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:22557-1 vom 2026-07-14",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-July/027452.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:22587-1 vom 2026-07-14",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-July/027436.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:35453 vom 2026-07-16",
"url": "https://access.redhat.com/errata/RHSA-2026:35453"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:22663-1 vom 2026-07-20",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-July/027662.html"
}
],
"source_lang": "en-US",
"title": "HAProxy: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2026-07-20T22:00:00.000+00:00",
"generator": {
"date": "2026-07-21T06:48:12.714+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.6.0"
}
},
"id": "WID-SEC-W-2026-2012",
"initial_release_date": "2026-06-18T22:00:00.000+00:00",
"revision_history": [
{
"date": "2026-06-18T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2026-06-28T22:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-07-08T22:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-07-13T22:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-07-14T22:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-07-16T22:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-07-20T22:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von SUSE aufgenommen"
}
],
"status": "final",
"version": "7"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "3.4.0 commit \u003c5985276",
"product": {
"name": "HAProxy HAProxy 3.4.0 commit \u003c5985276",
"product_id": "T055637"
}
},
{
"category": "product_version",
"name": "3.4.0 commit 5985276",
"product": {
"name": "HAProxy HAProxy 3.4.0 commit 5985276",
"product_id": "T055637-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:haproxy:haproxy:3.4.0_commit__5985276"
}
}
},
{
"category": "product_version_range",
"name": "3.4.0 \u003ccommit 9a6d1fe",
"product": {
"name": "HAProxy HAProxy 3.4.0 \u003ccommit 9a6d1fe",
"product_id": "T055638"
}
},
{
"category": "product_version",
"name": "3.4.0 commit 9a6d1fe",
"product": {
"name": "HAProxy HAProxy 3.4.0 commit 9a6d1fe",
"product_id": "T055638-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:haproxy:haproxy:3.4.0__commit_9a6d1fe"
}
}
}
],
"category": "product_name",
"name": "HAProxy"
}
],
"category": "vendor",
"name": "HAProxy"
},
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux",
"product": {
"name": "Red Hat Enterprise Linux",
"product_id": "67646",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:-"
}
}
}
],
"category": "vendor",
"name": "Red Hat"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux",
"product": {
"name": "SUSE Linux",
"product_id": "T002207",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse_linux:-"
}
}
}
],
"category": "vendor",
"name": "SUSE"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-55203",
"product_status": {
"known_affected": [
"T002207",
"67646",
"T055637"
]
},
"release_date": "2026-06-18T22:00:00.000+00:00",
"title": "CVE-2026-55203"
},
{
"cve": "CVE-2026-55204",
"product_status": {
"known_affected": [
"T002207",
"67646",
"T055638"
]
},
"release_date": "2026-06-18T22:00:00.000+00:00",
"title": "CVE-2026-55204"
}
]
}
Loading…
Trend slope:
-
(linear fit over daily sighting counts)
Show additional events:
Loading…
Experimental. This forecast is provided for visualization only and may change without notice. Do not use it for operational decisions.
Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
The MITRE ATT&CK techniques below are AI-generated suggestions, inferred from the description of the
vulnerability by the CIRCL/vulnerability-attack-technique-classification-roberta-base
model, served locally by ML-Gateway.
They have not been verified by an analyst and are provided for guidance only.
The approach is described in our paper Mapping CVEs to MITRE ATT&CK Techniques: A Curated Gold-Set Classifier and the Limits of LLM-Assisted Label Expansion.
The approach is described in our paper Mapping CVEs to MITRE ATT&CK Techniques: A Curated Gold-Set Classifier and the Limits of LLM-Assisted Label Expansion.
Loading…
Loading…