CVE Catalog

CVE-2026-75140

HighCVSS 7.5
Published: Updated: Translated: NVD NIST

Summary

The jsoup library through version 1.23.2 contains an uncontrolled resource consumption vulnerability in XmlTreeBuilder. A remote attacker can supply a deeply nested XML document with uniquely-namespaced elements, causing quadratic time and memory complexity, leading to JVM heap exhaustion and application termination.

Risk Assessment

The attack can cause application crash (OutOfMemoryError), resulting in service disruption and potential unavailability for users.

Recommendation

Update jsoup to a version containing the fix (commit 862ba2f) or later to eliminate the vulnerability.

Other vulnerabilities in jsoup

Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS