Vulnerability Description
jsoup is a Java library for working with real-world HTML. From 1.14.3 until 1.23.1, jsoup's HTML parser could incorrectly handle a malformed tag name ending in a control character, causing the tag to acquire the parsing behavior of a different element. When a custom Safelist permits certain raw-text elements, this misparsing can cause content that should remain inert text to be emitted as active markup after serialization, potentially resulting in cross-site scripting. jsoup's built-in Safelists are not affected. This issue is fixed in version 1.23.1.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/jhy/jsoup/commit/92f1aca552548b484bc7d4b94c51e48b8e6eca70
- https://github.com/jhy/jsoup/issues/2538
- https://github.com/jhy/jsoup/releases/tag/jsoup-1.23.1
- https://github.com/jhy/jsoup/security/advisories/GHSA-pmhh-3w7g-xqp8
FAQ
What is CVE-2026-71497?
CVE-2026-71497 is a vulnerability with a CVSS score of 4.7 (MEDIUM). jsoup is a Java library for working with real-world HTML. From 1.14.3 until 1.23.1, jsoup's HTML parser could incorrectly handle a malformed tag name ending in a control character, causing the tag to ...
How severe is CVE-2026-71497?
CVE-2026-71497 has been rated MEDIUM with a CVSS base score of 4.7/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-71497?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.