Lucene search
+L

811 matches found

RedhatCVE
RedhatCVE
added 2026/08/17 7:15 a.m.7 views

CVE-2026-65902

A flaw was found in DOMPurify. An attacker can exploit a vulnerability in how DOMPurify handles its sanitization hooks when default configurations are used. By manipulating the uponSanitizeElement or uponSanitizeAttribute hooks, an attacker can permanently alter the allowed HTML tags and...

6.1CVSS4.6AI score0.0021EPSS
SaveExploits1References6
RedhatCVE
RedhatCVE
added 2026/08/17 7:15 a.m.6 views

CVE-2026-65901

A flaw was found in DOMPurify. This cross-site scripting XSS vulnerability exists in INPLACE mode, where the software trusts attacker-controlled nodeName on live non-form nodes. A remote attacker can supply hostile live Document Object Model DOM objects with script children. These scripts can...

6.1CVSS5.3AI score0.00166EPSS
SaveExploits1References5
RedhatCVE
RedhatCVE
added 2026/08/17 7:15 a.m.5 views

CVE-2026-65899

A flaw was found in DOMPurify where the clearConfig function does not properly reset the retained Trusted Types policy. This can lead to a DOMPurify instance, when reused across different security contexts, remaining bound to a previously supplied and potentially unsafe policy. An attacker could...

6.1CVSS5.4AI score0.00231EPSS
SaveExploits1References6
RedhatCVE
RedhatCVE
added 2026/08/17 6:00 a.m.9 views

CVE-2026-65898

A flaw was found in DOMPurify. When the setConfig function is used with an uponSanitizeAttribute hook, the ALLOWEDATTR allowlist is not properly cloned. This allows an attacker to register a hook that can permanently modify the shared allowlist, enabling the conditional allowance of dangerous...

7.2CVSS5.3AI score0.00177EPSS
SaveExploits1References5
IBM Security Bulletins
IBM Security Bulletins
added 2026/08/14 6:27 p.m.9 views

Security Bulletin: The Log Source Management App for IBM QRadar SIEM contains components with known vulnerabilities

Summary The product includes vulnerable components e.g., framework libraries that could be identified and exploited with automated tools. Log Source Management App for IBM QRadar SIEM has addressed the applicable CVEs in an update. Vulnerability Details CVEID:CVE-2026-59879 DESCRIPTION:...

8.7CVSS6.5AI score0.00438EPSS
SaveExploits5Affected Software1
OSV
OSV
added 2026/08/14 6:26 p.m.5 views

CLSA-2026-1786731971 TuxCare security update for dompurify (6 CVEs)

TuxCare rebuilt dompurify to address 6 CVEs. Fixed in 3.1.6-tuxcare.7...

7.2CVSS5.2AI score0.00231EPSS
SaveExploits5
OSV
OSV
added 2026/08/14 6:25 p.m.6 views

CLSA-2026-1786731948 TuxCare security update for dompurify (33 CVEs)

TuxCare rebuilt dompurify to address 33 CVEs. Fixed in 3.0.3-tuxcare.1...

10CVSS6.2AI score0.07066EPSS
SaveExploits17
OSV
OSV
added 2026/08/14 6:24 p.m.5 views

CLSA-2026-1786731853 TuxCare security update for dompurify (10 CVEs)

TuxCare rebuilt dompurify to address 10 CVEs. Fixed in 3.2.3-tuxcare.3...

7.2CVSS5.2AI score0.00384EPSS
SaveExploits8
OSV
OSV
added 2026/08/13 3:58 p.m.6 views

CLSA-2026-1786636721 TuxCare security update for dompurify (14 CVEs)

TuxCare rebuilt dompurify to address 14 CVEs. Fixed in 2.4.7-tuxcare.1...

10CVSS6.2AI score0.0107EPSS
SaveExploits8
OSV
OSV
added 2026/08/13 3:56 p.m.5 views

CLSA-2026-1786636613 TuxCare security update for dompurify (10 CVEs)

TuxCare rebuilt dompurify to address 10 CVEs. Fixed in 2.4.3-tuxcare.1...

10CVSS6.2AI score0.02542EPSS
SaveExploits9
OSV
OSV
added 2026/08/13 3:56 p.m.5 views

CLSA-2026-1786636600 TuxCare security update for dompurify (16 CVEs)

TuxCare rebuilt dompurify to address 16 CVEs. Fixed in 2.4.0-tuxcare.1...

10CVSS6.2AI score0.01151EPSS
SaveExploits10
RedhatCVE
RedhatCVE
added 2026/08/13 12:44 p.m.6 views

CVE-2026-65900

A flaw was found in DOMPurify. When configured to sanitize HTML templates for direct Document Object Model DOM output, the software fails to properly remove malicious template expressions. This allows an attacker to inject specially crafted input that bypasses the sanitization process...

6.1CVSS5.2AI score0.0018EPSS
SaveExploits1References5
RedHat Linux
RedHat Linux
added 2026/08/13 9:46 a.m.4 views

dompurify: DOMPurify: Cross-Site Scripting (XSS) via prototype pollution in USE_PROFILES mode

A flaw was found in DOMPurify. This prototype pollution vulnerability, specifically when operating in USEPROFILES mode, allows a remote attacker to bypass attribute filtering. By manipulating Array.prototype properties, an attacker can cause DOMPurify to accept event handlers as allowed attribute...

6.1CVSS5.9AI score0.00185EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2026/08/13 9:46 a.m.6 views

dompurify: DOMPurify: Cross-Site Scripting vulnerability allows arbitrary code execution

A flaw was found in DOMPurify. This vulnerability, a type of Cross-Site Scripting XSS, occurs when HTML that has been sanitized is reinserted into specific parsing contexts using innerHTML with certain HTML elements like script or iframe. An attacker can craft malicious input that, during...

6.1CVSS5.9AI score0.00179EPSS
SaveExploits1References6
RedHat Linux
RedHat Linux
added 2026/08/13 9:46 a.m.8 views

DOMPurify: DOMPurify: Cross-Site Scripting via unsanitized DOM elements from different realms

A flaw was found in DOMPurify. When DOM elements originating from a different window or realm, such as an iframe's contentDocument, are processed in INPLACE mode, DOMPurify fails to properly sanitize them. This oversight allows an attacker to inject and execute Cross-Site Scripting XSS payloads,...

4.7CVSS5.4AI score0.00177EPSS
SaveExploits1References6
RedHat Linux
RedHat Linux
added 2026/08/13 9:46 a.m.6 views

dompurify: DOMPurify: URI validation bypass leads to cross-site scripting

A flaw was found in DOMPurify. An attacker can bypass URI validation by providing a specially crafted predicate function via EXTRAELEMENTHANDLING.attributeCheck. This allows unsafe protocols, such as javascript:, to persist after sanitization, potentially leading to DOM-based cross-site scripting...

6.1CVSS5.2AI score0.00175EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2026/08/13 9:46 a.m.7 views

DOMPurify: DOMPurify: Cross-site scripting due to state leakage in sanitization.

A flaw was found in DOMPurify. This vulnerability allows a remote attacker to perform cross-site scripting XSS by exploiting a state leakage issue. Specifically, function predicates used for adding attributes or tags during sanitization can persist across multiple calls to the sanitize function...

6.1CVSS5.5AI score0.00205EPSS
SaveExploits1References6
NVD
NVD
added 2026/08/12 9:17 p.m.9 views

CVE-2026-73427

Trix is a what-you-see-is-what-you-get rich text editor for everyday writing. Prior to 2.1.18, Trix is vulnerable to cross-site scripting when a crafted application/x-trix-document JSON payload is dropped into an editor using the fallback Level0InputController, such as an embedded WebView without...

2.1CVSS0.00326EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/12 8:50 p.m.8 views

EUVD-2026-57622

Trix is a what-you-see-is-what-you-get rich text editor for everyday writing. Prior to 2.1.18, Trix is vulnerable to cross-site scripting when a crafted application/x-trix-document JSON payload is dropped into an editor using the fallback Level0InputController, such as an embedded WebView without...

2.1CVSS4.9AI score0.00326EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/12 8:50 p.m.9 views

CVE-2026-73427 Trix: XSS via JSON deserialization bypass in drag-and-drop (Level0InputController)

Trix is a what-you-see-is-what-you-get rich text editor for everyday writing. Prior to 2.1.18, Trix is vulnerable to cross-site scripting when a crafted application/x-trix-document JSON payload is dropped into an editor using the fallback Level0InputController, such as an embedded WebView without...

2.1CVSS5AI score
SaveExploits0References6
Rows per page
Query Builder