From eebfe29382bab0555b71aeccfc726ee84366cc67 Mon Sep 17 00:00:00 2001 From: Timo Krieger Date: Fri, 7 Aug 2026 11:09:30 +0200 Subject: [PATCH] Improve GHSA-hf6x-8p5f-cgmf --- .../GHSA-hf6x-8p5f-cgmf.json | 44 ++++++++++++++++++- 1 file changed, 42 insertions(+), 2 deletions(-) diff --git a/advisories/unreviewed/2026/07/GHSA-hf6x-8p5f-cgmf/GHSA-hf6x-8p5f-cgmf.json b/advisories/unreviewed/2026/07/GHSA-hf6x-8p5f-cgmf/GHSA-hf6x-8p5f-cgmf.json index 32ba08129c1e..51a1deee1ba7 100644 --- a/advisories/unreviewed/2026/07/GHSA-hf6x-8p5f-cgmf/GHSA-hf6x-8p5f-cgmf.json +++ b/advisories/unreviewed/2026/07/GHSA-hf6x-8p5f-cgmf/GHSA-hf6x-8p5f-cgmf.json @@ -1,11 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-hf6x-8p5f-cgmf", - "modified": "2026-07-01T18:31:55Z", + "modified": "2026-07-01T18:32:04Z", "published": "2026-07-01T18:31:55Z", "aliases": [ "CVE-2026-54399" ], + "summary": "Apache HttpComponents Core: Unbounded HTTP Header/Line Length in Default Configuration", "details": "Uncontrolled Resource Consumption vulnerability in the HTTP/1.1 message parser in Apache HttpComponents Core (5.4.2 and earlier, 5.5-beta1 and earlier) allows an remote attacker to cause a denial of service through memory exhaustion by sending messages with excessive number of headers / excessive header length", "severity": [ { @@ -13,7 +14,46 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [], + "affected": [ + { + "package": { + "ecosystem": "Maven", + "name": "org.apache.httpcomponents.core5:httpcore5" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "5.4.3" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Maven", + "name": "org.apache.httpcomponents.core5:httpcore5" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "5.5-beta2" + } + ] + } + ] + } + ], "references": [ { "type": "ADVISORY",