Bug 2536902 - CVE-2026-83606 jupyterlab: xmldom: Denial of Service via regular expression backtracking in processing instructions [fedora-all]
Summary: CVE-2026-83606 jupyterlab: xmldom: Denial of Service via regular expression b...
Keywords:
Status: NEW
Alias: None
Product: Fedora
Classification: Fedora
Component: jupyterlab
Version: rawhide
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ---
Assignee: Lumír Balhar
QA Contact:
URL:
Whiteboard: {"flaws": ["ad9b2d60-a159-43ea-9301-c...
Depends On:
Blocks: CVE-2026-83606
TreeView+ depends on / blocked
 
Reported: 2026-09-18 07:50 UTC by Ganesh
Modified: 2026-09-18 07:50 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Ganesh 2026-09-18 07:50:07 UTC
Disclaimer: Community trackers are created by Red Hat Product Security team on a best effort basis. Package maintainers are required to ascertain if the flaw indeed affects their package, before starting the update process.

xmldom is a pure JavaScript W3C standard-based (XML DOM Level 2 Core) DOMParser and XMLSerializer module. From 0.9.0-beta.9 until 0.9.11, the processing-instruction production in lib/grammar.js lets the greedy S+ separator and lazy Char*? data group repeatedly repartition a long whitespace tail when the required closing ?> is absent. Both parsePI and parseProcessingInstruction apply the expression to the entire remaining source, causing quadratic backtracking during DOMParser.parseFromString() under default options and allowing a small unauthenticated XML input to stall the Node.js event loop. This issue is fixed in @xmldom/xmldom version 0.9.11.


Note You need to log in before you can comment on or make changes to this bug.