Lucene search
+L

215 matches found

RedhatCVE
RedhatCVE
added 2026/09/01 3:44 p.m.6 views

CVE-2026-83618

A flaw was found in xmldom, a JavaScript XML parser and serializer module. A remote attacker could bypass the requireWellFormed strict-serialization mitigation for DocumentType injection by embedding line terminators within the publicId or systemId of a DocumentType declaration. This allows for t...

8.7CVSS6AI score
SaveExploits0References7
EUVD
EUVD
added 2026/09/01 2:29 p.m.4 views

EUVD-2026-69220

xmldom is a pure JavaScript W3C standard-based XML DOM Level 2 Core DOMParser and XMLSerializer module. From 0.9.0 until 0.9.12, the shared reg builder in lib/grammar.js compiles the anchored QNameexact validator with the multiline flag, so ^ and $ validate only one line instead of the complete...

8.7CVSS5.9AI score
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/01 2:27 p.m.17 views

CVE-2026-83608 xmldom: DocType `name` Injection Bypasses requireWellFormed

xmldom is a pure JavaScript W3C standard-based XML DOM Level 2 Core DOMParser and XMLSerializer module. Prior to @xmldom/xmldom versions 0.8.15 and 0.9.12, and in xmldom version 0.6.0 and earlier, the DOCUMENTTYPENODE branch in lib/dom.js validates publicId, systemId, and internalSubset under...

8.7CVSS
SaveExploits0References7
CVE
CVE
added 2026/09/01 2:27 p.m.12 views

CVE-2026-83608

xmldom (a pure JavaScript XML DOM module) is vulnerable to a DocType name injection that bypasses the requireWellFormed strict mode. The DOCUMENT_TYPE_NODE branch in lib/dom.js validates publicId, systemId, and internalSubset but emits DocumentType.name verbatim; a name containing > or whitesp...

8.7CVSS5.9AI score
SaveExploits0References7
NVD
NVD
added 2026/08/23 2:16 p.m.12 views

CVE-2026-5751

justhtml versions 1.13.0 and earlier contain a parser-differential / mutation cross-site scripting mXSS vulnerability when using a custom SanitizationPolicy that preserves foreign namespaces e.g., dropforeignnamespaces=False with allowlisted SVG/MathML elements or raw-text containers such as...

6.1CVSS0.00188EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/23 1:34 p.m.17 views

CVE-2026-5751

justhtml versions 1.13.0 and earlier are affected by a parser-differential / mutation XSS (mXSS) vulnerability. The issue occurs when a custom SanitizationPolicy preserves foreign namespaces (e.g., drop_foreign_namespaces=False with allowlisted SVG/MathML elements or raw-text containers such as )...

6.1CVSS5AI score0.00188EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/23 1:34 p.m.12 views

EUVD-2026-64654

justhtml versions 1.13.0 and earlier contain a parser-differential / mutation cross-site scripting mXSS vulnerability when using a custom SanitizationPolicy that preserves foreign namespaces e.g., dropforeignnamespaces=False with allowlisted SVG/MathML elements or raw-text containers such as...

6.1CVSS5AI score0.00188EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/23 1:34 p.m.41 views

CVE-2026-5751 justhtml before 1.14.0 Mutation XSS via custom sanitization policies

justhtml versions 1.13.0 and earlier contain a parser-differential / mutation cross-site scripting mXSS vulnerability when using a custom SanitizationPolicy that preserves foreign namespaces e.g., dropforeignnamespaces=False with allowlisted SVG/MathML elements or raw-text containers such as...

6.1CVSS0.00188EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/23 1:34 p.m.9 views

CVE-2026-5751 justhtml before 1.14.0 Mutation XSS via custom sanitization policies

justhtml versions 1.13.0 and earlier contain a parser-differential / mutation cross-site scripting mXSS vulnerability when using a custom SanitizationPolicy that preserves foreign namespaces e.g., dropforeignnamespaces=False with allowlisted SVG/MathML elements or raw-text containers such as...

5.1CVSS5.1AI score
SaveExploits0References4
CVE
CVE
added 2026/08/20 9:08 p.m.22 views

CVE-2026-68921

In DiceBear versions prior to 9.4.3, @dicebear/core interpolates the rotate option without XML escaping in addRotate (svg.ts), and @dicebear/initials emits fontSize/fontWeight unescaped (index.ts). Runtime callers can pass strings despite numeric types, break out of attributes, and inject arbitra...

4.7CVSS5.6AI score0.00222EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/18 4:06 p.m.22 views

CVE-2026-73336 Joomla! Core - [20260806] - XSS through schema.org outputs in Joomla 5.1.0-5.4.7, 6.0.0-6.1.2

Joomla! Core - 20260806 - XSS through schema.org outputs in Joomla 5.1.0-5.4.7, 6.0.0-6.1.2 - Improper escaping flags lead to an XSS vector in schema.org markup outputs...

5.1CVSS0.00316EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/06 10:18 p.m.13 views

CVE-2026-71435

Statamic is a Laravel and Git powered content management system CMS. Prior to 5.74.3 and 6.24.2, the default "automagic" form notification email rendered user-submitted values without escaping, allowing an unauthenticated form submitter to inject HTML into the notification emails sent to the...

6.1CVSS0.00191EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2026/07/23 12:33 p.m.14 views

CVE-2026-15037

Improper output neutralization XML injection in QDom comment, CDATA, and processing-instruction serialization in Qt XML from 4.0.0 through 6.11 allows untrusted text serialized by an application into those nodes to inject arbitrary XML markup, because the node terminators are not escaped under th...

6.3CVSS5.9AI score0.00262EPSS
SaveExploits0
Github Security Blog
Github Security Blog
added 2026/07/17 9:17 p.m.25 views

AngleSharp HTML5 Spec Compliance: mXSS via annotation-xml HTML Integration Point Bypass

Summary The HTML specification requires that a MathML element with encoding="text/html" or encoding="application/xhtml+xml" is treated as an HTML integration point. Content inside it must be parsed as HTML, not MathML. AngleSharp does not implement this correctly. As a result, the parser produces...

6.9CVSS5.3AI score0.00246EPSS
SaveExploits0References3Affected Software1
Positive Technologies
Positive Technologies
added 2026/07/17 12:00 a.m.22 views

PT-2026-60902

Name of the Vulnerable Software and Affected Versions AngleSharp versions prior to 1.5.0 Description AngleSharp fails to correctly implement the HTML specification regarding the element. When this element has an encoding attribute set to text/html or application/xhtml+xml, it should be treated as...

6.9CVSS4.8AI score0.00246EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/13 3:19 p.m.17 views

PYSEC-2026-3415 Weblate: Stored HTML injection in editor search preview

Impact Weblate's live search preview renders unit source and context as HTML without escaping. Any contributor whose content reaches those fields stores HTML and CSS that runs inside the authenticated editor of every user who runs a matching search. Patches...

4.6CVSS6.1AI score0.00208EPSS
SaveExploits0References8
ATTACKERKB
ATTACKERKB
added 2026/07/13 6:00 a.m.9 views

CVE-2026-10551

The Breeze Cache WordPress plugin before 2.5.6 is vulnerable to unauthenticated Stored Cross-Site Scripting XSS due to a predictable replacement hash used during the HTML minification process and abusing a regular expression. This allows an attacker to inject arbitrary HTML attributes in the fina...

6.2AI score0.00253EPSS
SaveExploits0References1
NVD
NVD
added 2026/07/08 5:17 p.m.20 views

CVE-2026-59895

Hono is a Web application framework that provides support for any JavaScript runtime. From 4.0.0 before 4.12.27, cx in hono/css composes class names from plain strings but marks the result as already escaped without HTML-escaping the input, allowing untrusted className values used in a JSX class...

6.1CVSS0.00327EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/07/08 4:09 p.m.8 views

CVE-2026-59895

Hono is a Web application framework that provides support for any JavaScript runtime. From 4.0.0 before 4.12.27, cx in hono/css composes class names from plain strings but marks the result as already escaped without HTML-escaping the input, allowing untrusted className values used in a JSX class...

6.1CVSS6.1AI score0.00327EPSS
SaveExploits0References4Affected Software1
NVD
NVD
added 2026/07/08 2:17 p.m.11 views

CVE-2026-56283

Capgo before 12.128.2 contains an html injection vulnerability in the organization settings endpoint that allows attackers to inject malicious HTML content. Attackers can craft payloads in the organization name field to redirect users to untrusted websites, enabling phishing attacks and...

5.4CVSS0.00235EPSS
SaveExploits0References2
Rows per page
Query Builder