Lucene search
+L

28 matches found

Kitploit
Kitploit
added 2026/09/13 8:21 a.m.11 views

Mimic

Mimic 无框架的浏览器中的浏览器(BitB)——没有 iframe,也没有 frame-busting 问题。一个单脚本的 Shadow DOM / MutationObserver 库,用于逼真的钓鱼模拟,可轻松通过反向代理注入。 ⚠️ 警告 :请仅根据您当前的法律使用本软件。滥用本软件可能会引发法律和道德问题,我不支持也不对此承担任何责任。 📖 简要历史 MalwareMonster 和我在大约七年前开发了一个与此思路相同的概念验证项目,名为 FISHY。该项目成功展示了 BitB 攻击向量,尽管可用性明显有限。大约两年后,mrd0x 通过他的 BITB...

5.8AI score
SaveExploits0References7
RedHat Linux
RedHat Linux
added 2026/09/10 11:22 p.m.8 views

dompurify: DOMPurify: Cross-site scripting vulnerability allows code execution

A flaw was found in DOMPurify, a tool designed to sanitize HTML, MathML, and SVG to prevent cross-site scripting XSS attacks. When performing in-place sanitization, DOMPurify could fail to properly process content within shadow DOM elements attached to a .content. This oversight allows an attacke...

6.3CVSS0.00334EPSS
SaveExploits1References7
RedHat Linux
RedHat Linux
added 2026/09/10 4:34 p.m.8 views

dompurify: DOMPurify: Cross-site scripting vulnerability allows code execution

A flaw was found in DOMPurify, a tool designed to sanitize HTML, MathML, and SVG to prevent cross-site scripting XSS attacks. When performing in-place sanitization, DOMPurify could fail to properly process content within shadow DOM elements attached to a .content. This oversight allows an attacke...

6.3CVSS0.00334EPSS
SaveExploits1References7
RedHat Linux
RedHat Linux
added 2026/08/25 10:07 a.m.10 views

dompurify: DOMPurify: Cross-site scripting vulnerability allows code execution

A flaw was found in DOMPurify, a tool designed to sanitize HTML, MathML, and SVG to prevent cross-site scripting XSS attacks. When performing in-place sanitization, DOMPurify could fail to properly process content within shadow DOM elements attached to a .content. This oversight allows an attacke...

6.3CVSS7.9AI score0.00334EPSS
SaveExploits1References7
RedHat Linux
RedHat Linux
added 2026/08/20 4:08 p.m.12 views

dompurify: DOMPurify: Cross-site scripting vulnerability allows code execution

A flaw was found in DOMPurify, a tool designed to sanitize HTML, MathML, and SVG to prevent cross-site scripting XSS attacks. When performing in-place sanitization, DOMPurify could fail to properly process content within shadow DOM elements attached to a .content. This oversight allows an attacke...

6.3CVSS7.9AI score0.00334EPSS
SaveExploits1References7
RedHat Linux
RedHat Linux
added 2026/08/12 7:35 p.m.11 views

dompurify: DOMPurify: Cross-site scripting vulnerability allows code execution

A flaw was found in DOMPurify, a tool designed to sanitize HTML, MathML, and SVG to prevent cross-site scripting XSS attacks. When performing in-place sanitization, DOMPurify could fail to properly process content within shadow DOM elements attached to a .content. This oversight allows an attacke...

6.3CVSS7.9AI score0.00334EPSS
SaveExploits1References7
RedhatCVE
RedhatCVE
added 2026/07/15 10:17 a.m.28 views

CVE-2026-49978

A flaw was found in DOMPurify, a tool designed to sanitize HTML, MathML, and SVG to prevent cross-site scripting XSS attacks. When performing in-place sanitization, DOMPurify could fail to properly process content within shadow DOM elements attached to a .content. This oversight allows an attacke...

8.1CVSS7.9AI score0.00334EPSS
SaveExploits1References6
Veracode
Veracode
added 2026/06/27 5:53 a.m.20 views

Cross-Site Scripting (XSS)

DOMPurify is vulnerable to Cross-Site Scripting XSS. The vulnerability is due to DOMPurify skipping the contents of shadow DOM elements inside HTML elements during sanitization, which allows an attacker to embed malicious payloads that execute when the template is cloned and inserted into the pag...

6.3CVSS6.1AI score0.00334EPSS
SaveExploits1References4Affected Software1
Veracode
Veracode
added 2026/06/23 9:47 a.m.19 views

Cross-site Scripting (XSS)

DOMPurify is vulnerable to cross-site scripting XSS. The vulnerability is due to the use of realm-specific instanceof checks when sanitizing DOM nodes from a different same-origin realm, which allows an attacker to bypass sanitization for form attributes, template content, and shadow DOM, leading...

6.1CVSS5.7AI score0.00404EPSS
SaveExploits1References4Affected Software1
Snyk
Snyk
added 2026/06/15 8:01 p.m.18 views

Cross-site Scripting (XSS)

Overview dompurify is a DOM-only XSS sanitizer for HTML, MathML and SVG. Affected versions of this package are vulnerable to Cross-site Scripting XSS in the INPLACE function when handling a element containing an element with an attached shadow DOM. An attacker can execute arbitrary scripts in the...

6.1CVSS5.3AI score0.00334EPSS
SaveExploits1References2
Snyk
Snyk
added 2026/06/15 8:01 p.m.14 views

Cross-site Scripting (XSS)

Overview org.webjars.npm:dompurify is a DOM-only XSS sanitizer for HTML, MathML and SVG. Affected versions of this package are vulnerable to Cross-site Scripting XSS in the INPLACE function when handling a element containing an element with an attached shadow DOM. An attacker can execute arbitrar...

8.1CVSS5.2AI score0.00334EPSS
SaveExploits1References2
OSV
OSV
added 2026/06/15 8:01 p.m.31 views

GHSA-RP9W-3FW7-7CWQ DOMPurify IN_PLACE Sanitization Bypass via Attached Shadow Root Inside <template>.content

If the HTML you give it contains a element, and inside that template there's an element with a shadow DOM attached to it, DOMPurify quietly skips over the shadow contents. Whatever the attacker put in there - an image with an onerror handler, a link with a javascript: URL, even a full script -...

5.1CVSS5.2AI score0.00334EPSS
SaveExploits1References2
Github Security Blog
Github Security Blog
added 2026/06/15 7:56 p.m.29 views

DOMPurify: Cross-realm IN_PLACE sanitization leaves executable markup intact via realm-bound `instanceof` checks

Cross-realm INPLACE sanitization leaves executable markup intact via realm-bound instanceof checks CWE: CWE-79 XSS — Improper Neutralization of Input During Web Page Generation via CWE-693 Protection Mechanism Failure — realm-bound instanceof checks fail-open on foreign-realm DOM nodes and CWE-50...

6.1CVSS5.8AI score0.00404EPSS
SaveExploits1References2Affected Software1
Positive Technologies
Positive Technologies
added 2026/06/15 12:00 a.m.27 views

PT-2026-49559

Name of the Vulnerable Software and Affected Versions DOMPurify affected versions not specified Description An issue exists where the sanitizer skips the contents of a shadow DOM attached to an element inside a element. This allows malicious payloads, such as images with onerror handlers, links...

6.3CVSS6.1AI score0.00334EPSS
SaveExploits1References7
SUSE CVE
SUSE CVE
added 2023/02/15 5:58 a.m.11 views

SUSE CVE-2010-2302

Use-after-free vulnerability in WebCore in WebKit in Google Chrome before 5.0.375.70 allows remote attackers to cause a denial of service memory corruption or possibly execute arbitrary code via vectors involving remote fonts in conjunction with shadow DOM trees, aka rdar problem 8007953. NOTE:...

10CVSS7.7AI score0.02981EPSS
SaveExploits0References4
OSSF Malicious Packages
OSSF Malicious Packages
added 2022/06/20 9:13 p.m.13 views

Malicious code in wm-jquery-shadow-dom (npm)

--- -= Per source details. Do not edit below this line.=- Source: ghsa-malware 4cce2934c0da39a0931ddef4e3d88c8f5afb631e708767cf3b4e98ec4dff7464 Any computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be...

6.9AI score
SaveExploits0References1
OSV
OSV
added 2022/06/20 9:13 p.m.11 views

MAL-2022-7196 Malicious code in wm-jquery-shadow-dom (npm)

--- -= Per source details. Do not edit below this line.=- Source: ghsa-malware 4cce2934c0da39a0931ddef4e3d88c8f5afb631e708767cf3b4e98ec4dff7464 Any computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be...

7AI score
SaveExploits0References1
OSV
OSV
added 2016/03/13 10:59 p.m.8 views

CVE-2016-1643

The ImageInputType::ensurePrimaryContent function in WebKit/Source/core/html/forms/ImageInputType.cpp in Blink, as used in Google Chrome before 49.0.2623.87, does not properly maintain the user agent shadow DOM, which allows remote attackers to cause a denial of service or possibly have unspecifi...

8.8CVSS7.4AI score0.02688EPSS
SaveExploits0References10
Prion
Prion
added 2016/03/13 10:59 p.m.29 views

Type confusion

The ImageInputType::ensurePrimaryContent function in WebKit/Source/core/html/forms/ImageInputType.cpp in Blink, as used in Google Chrome before 49.0.2623.87, does not properly maintain the user agent shadow DOM, which allows remote attackers to cause a denial of service or possibly have unspecifi...

9.3CVSS7.6AI score0.02688EPSS
SaveExploits0References10Affected Software1
Cvelist
Cvelist
added 2016/03/13 10:00 p.m.34 views

CVE-2016-1643

The ImageInputType::ensurePrimaryContent function in WebKit/Source/core/html/forms/ImageInputType.cpp in Blink, as used in Google Chrome before 49.0.2623.87, does not properly maintain the user agent shadow DOM, which allows remote attackers to cause a denial of service or possibly have unspecifi...

8.8AI score0.02688EPSS
SaveExploits0References10
Rows per page
Query Builder