From fdfded361988a00fcc130cad2aa7aad11362362c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20St=C3=B6r?= Date: Wed, 26 Aug 2026 14:17:52 +0200 Subject: [PATCH] Improve GHSA-65r4-943x-97jj --- .../GHSA-65r4-943x-97jj.json | 31 ++++++++++++++----- 1 file changed, 24 insertions(+), 7 deletions(-) diff --git a/advisories/unreviewed/2026/08/GHSA-65r4-943x-97jj/GHSA-65r4-943x-97jj.json b/advisories/unreviewed/2026/08/GHSA-65r4-943x-97jj/GHSA-65r4-943x-97jj.json index 07dd04d72e1..6dc312f2baa 100644 --- a/advisories/unreviewed/2026/08/GHSA-65r4-943x-97jj/GHSA-65r4-943x-97jj.json +++ b/advisories/unreviewed/2026/08/GHSA-65r4-943x-97jj/GHSA-65r4-943x-97jj.json @@ -1,23 +1,40 @@ { "schema_version": "1.4.0", "id": "GHSA-65r4-943x-97jj", - "modified": "2026-08-20T18:30:54Z", + "modified": "2026-08-20T18:30:58Z", "published": "2026-08-20T18:30:54Z", "aliases": [ "CVE-2026-75140" ], + "summary": "Uncontrolled resource consumption vulnerability in XmlTreeBuilder", "details": "jsoup through 1.23.2, fixed in commit 862ba2f, contains an uncontrolled resource consumption vulnerability in XmlTreeBuilder that allows remote attackers to exhaust JVM heap memory by supplying a deeply nested XML document with uniquely-namespaced elements. The builder copies the entire inherited namespace map on every start element, causing quadratic time and memory complexity, which attackers can exploit to trigger an OutOfMemoryError and terminate the application.", "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" - }, { "type": "CVSS_V4", - "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/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" + "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" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Maven", + "name": "org.jsoup:jsoup" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "1.23.2" + } + ] + } + ] } ], - "affected": [], "references": [ { "type": "ADVISORY",