Lucene search
+L

55518 matches found

OSV
OSV
added 2026/09/08 9:03 p.m.5 views

GHSA-C7Q8-3CH8-VQPV xmldom: Processing Instruction Target Injection Bypasses requireWellFormed

Summary Document.createProcessingInstruction in @xmldom/xmldom performs no validation on the target parameter. The requireWellFormed: true serializer option validates only for : in the target and a case-insensitive xml prefix, but does not check for characters. A in the target breaks the processi...

8.7CVSS7.3AI score0.00348EPSS
SaveExploits0References9
Github Security Blog
Github Security Blog
added 2026/09/08 9:03 p.m.9 views

xmldom: Processing Instruction Target Injection Bypasses requireWellFormed

Summary Document.createProcessingInstruction in @xmldom/xmldom performs no validation on the target parameter. The requireWellFormed: true serializer option validates only for : in the target and a case-insensitive xml prefix, but does not check for characters. A in the target breaks the processi...

8.7CVSS7.3AI score0.00348EPSS
SaveExploits0References9Affected Software2
EUVD
EUVD
added 2026/09/08 9:03 p.m.9 views

EUVD-2026-69239

xmldom: Processing Instruction Target Injection Bypasses requireWellFormed...

8.7CVSS7.2AI score0.00348EPSS
SaveExploits0References8
OSV
OSV
added 2026/09/08 9:03 p.m.7 views

GHSA-JXJR-3G7G-3944 xmldom: requireWellFormed element/attribute name validation is bypassable via an embedded line terminator

Summary An embedded line terminator bypasses the requireWellFormed serializer check for element and attribute names. The check was added to fix GHSA-w2rr-34g9-rvrj and GHSA-4w3w-2rp5-g8jm; a name whose first line is well-formed slips past it and is serialized verbatim, so the characters after the...

8.7CVSS7.1AI score0.00328EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/09/08 9:03 p.m.11 views

EUVD-2026-69241

xmldom: requireWellFormed element/attribute name validation is bypassable via an embedded line terminator...

8.7CVSS7.3AI score0.00328EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/09/08 9:03 p.m.9 views

xmldom: requireWellFormed element/attribute name validation is bypassable via an embedded line terminator

Summary An embedded line terminator bypasses the requireWellFormed serializer check for element and attribute names. The check was added to fix GHSA-w2rr-34g9-rvrj and GHSA-4w3w-2rp5-g8jm; a name whose first line is well-formed slips past it and is serialized verbatim, so the characters after the...

8.7CVSS7.1AI score0.00328EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/09/08 9:02 p.m.7 views

xmldom: Creation-time XML Name/QName validation is bypassable via an embedded line terminator, allowing injection on the default serialization path

Summary An embedded line terminator bypasses xmldom's always-on, WHATWG-mandated creation-time name validation. createElementNS, createAttributeNS, createDocumentType, and createAttribute should reject a malformed qualified name with InvalidCharacterError, but a name whose first line is well-form...

8.7CVSS7.1AI score0.00326EPSS
SaveExploits0References6Affected Software1
EUVD
EUVD
added 2026/09/08 9:02 p.m.11 views

EUVD-2026-69220

xmldom: Creation-time XML Name/QName validation is bypassable via an embedded line terminator, allowing injection on the default serialization path...

8.7CVSS7.2AI score0.00326EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/09/08 9:02 p.m.7 views

xmldom: Parser silently accepts a not-well-formed end tag whose name is followed by a line break and trailing content

Summary xmldom's parser silently accepts a not-well-formed end tag whose valid name is followed by trailing content — e.g. . The element is closed, the trailing content is discarded, and no error is reported, even though the XML end-tag production allows only optional whitespace after the name an...

6.9CVSS5.8AI score0.00352EPSS
SaveExploits0References9Affected Software2
EUVD
EUVD
added 2026/09/08 9:02 p.m.13 views

EUVD-2026-69225

xmldom: Parser silently accepts a not-well-formed end tag whose name is followed by a line break and trailing content...

6.9CVSS5.8AI score0.00352EPSS
SaveExploits0References8
Patchstack
Patchstack
added 2026/09/08 9:02 p.m.5 views

NPM: xmldom: Parser silently accepts a not-well-formed end tag whose name is followed by a line break and trailing content

NPM: xmldom: Parser silently accepts a not-well-formed end tag whose name is followed by a line break and trailing content vulnerability discovered by ? in WordPress Npm xmldom versions = 0.6.0...

6.9CVSS5.8AI score0.00352EPSS
SaveExploits0References9Affected Software1
OSV
OSV
added 2026/09/08 9:02 p.m.7 views

GHSA-6H8R-XR42-GP59 xmldom: Parser silently accepts a not-well-formed end tag whose name is followed by a line break and trailing content

Summary xmldom's parser silently accepts a not-well-formed end tag whose valid name is followed by trailing content — e.g. . The element is closed, the trailing content is discarded, and no error is reported, even though the XML end-tag production allows only optional whitespace after the name an...

6.9CVSS5.8AI score0.00352EPSS
SaveExploits0References9
EUVD
EUVD
added 2026/09/08 9:00 p.m.8 views

EUVD-2026-69236

xmldom: Quadratic-memory consumption...

8.7CVSS7.2AI score0.00351EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/09/08 8:31 p.m.10 views

EUVD-2026-69217

xmldom: Element name injection via createElement bypasses requireWellFormed...

8.7CVSS7.2AI score0.00348EPSS
SaveExploits0References8
OSV
OSV
added 2026/09/08 8:30 p.m.4 views

GHSA-4W3W-2RP5-G8JM xmldom: Attribute name injection via setAttribute() bypasses requireWellFormed

Summary Element.setAttribute in @xmldom/xmldom bypasses attribute name validation by calling the private createAttributename method, which performs no validation. The public createAttribute method correctly validates names against an anchored QName pattern, but setAttribute never uses it. The...

8.7CVSS7.1AI score0.00348EPSS
SaveExploits0References9
Github Security Blog
Github Security Blog
added 2026/09/08 8:30 p.m.9 views

xmldom: Attribute name injection via setAttribute() bypasses requireWellFormed

Summary Element.setAttribute in @xmldom/xmldom bypasses attribute name validation by calling the private createAttributename method, which performs no validation. The public createAttribute method correctly validates names against an anchored QName pattern, but setAttribute never uses it. The...

8.7CVSS7.1AI score0.00348EPSS
SaveExploits0References9Affected Software2
RedHat Linux
RedHat Linux
added 2026/09/08 6:13 p.m.5 views

encoding/xml: golang: Go: Denial of Service via XML decoding recursion depth issue

A flaw was found in the encoding/xml package of Go. The DecodeElement function failed to correctly track recursion depth, which could lead to stack exhaustion. A remote attacker could exploit this vulnerability by providing a specially crafted XML input, resulting in a Denial of Service DoS for t...

7.5CVSS5.9AI score0.00568EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2026/09/08 5:18 p.m.6 views

libexpat: libexpat: Denial of Service via hash flooding attack with crafted XML

A flaw was found in libexpat. This vulnerability arises from the software misinterpreting a return code, leading to insufficient randomness entropy for hash functions. A remote attacker could exploit this by sending specially crafted XML content, triggering hash flooding attacks. This can result ...

7.5CVSS5.7AI score0.00287EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/09/08 4:42 p.m.11 views

EUVD-2026-65227

NLTK: Entity-expansion DoS billion laughs via remaining raw ElementTree parses...

8.7CVSS5.7AI score0.00294EPSS
SaveExploits1References6
EUVD
EUVD
added 2026/09/08 4:37 p.m.14 views

EUVD-2026-64337

NLTK: Stable FrameNet and NKJP readers parse outside-root XML...

8.2CVSS5.7AI score0.00367EPSS
SaveExploits1References9
Rows per page
Query Builder