Lucene search
+L

787 matches found

IBM Security Bulletins
IBM Security Bulletins
β€’added 2026/06/28 7:37 p.m.β€’15 views

Security Bulletin: DataStage on Cloud Pak for Data has several vulnerabilities due to open source software

Summary Open source packages are used as part of the overall processing in DataStage on Cloud Pak for Data. Vulnerability Details CVEID:CVE-2026-2581 DESCRIPTION: This is an uncontrolled resource consumption vulnerability CWE-400 that can lead to Denial of Service DoS. In vulnerable Undici...

7.5CVSS5.6AI score0.00728EPSS
SaveExploits0Affected Software1
Veracode
Veracode
β€’added 2026/06/27 5:53 a.m.β€’12 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.β€’13 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.00384EPSS
SaveExploits1References4Affected Software1
OSV
OSV
β€’added 2026/06/19 9:42 p.m.β€’13 views

GHSA-H5JC-78HR-3PC9 Sveltia CMS: Stored XSS in Markdown/RichText preview via unsandboxed same-origin iframe

Impact A stored cross-site scripting XSS vulnerability affected the Markdown/RichText field preview renderer in Sveltia CMS. The DOMPurify sanitization configuration used for Markdown previews explicitly permitted iframe elements without enforcing a sandbox attribute or restricting iframe sources...

4.8CVSS5.6AI score
SaveExploits0References4
NVD
NVD
β€’added 2026/06/19 12:16 a.m.β€’14 views

CVE-2026-12048

Stored cross-site scripting in pgAdmin 4's error-rendering and plan-node-rendering paths. Text returned by a PostgreSQL server ErrorResponse messages, including object names quoted back inside relation-does-not-exist errors and inside EXPLAIN Recheck Cond / Exact Heap Blocks fields was passed...

9.3CVSS0.0021EPSS
SaveExploits0References2
CVE
CVE
β€’added 2026/06/18 11:37 p.m.β€’123 views

CVE-2026-12048

CVE-2026-12048 affects pgAdmin 4 (versions 6.0 up to 9.16). Stored XSS occurs when untrusted server-returned text is passed through html-react-parser in multiple user-facing sinks (toasts, dialogs, explain visualiser, SQL editor prompts, etc.), allowing an attacker-controlled PostgreSQL server to...

9.3CVSS5.4AI score0.0021EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
β€’added 2026/06/18 11:37 p.m.β€’50 views

CVE-2026-12048 pgAdmin 4: Stored XSS via untrusted error and plan-node text rendered through html-react-parser

Stored cross-site scripting in pgAdmin 4's error-rendering and plan-node-rendering paths. Text returned by a PostgreSQL server ErrorResponse messages, including object names quoted back inside relation-does-not-exist errors and inside EXPLAIN Recheck Cond / Exact Heap Blocks fields was passed...

9.3CVSS0.0021EPSS
SaveExploits0References2
OSV
OSV
β€’added 2026/06/18 11:37 p.m.β€’10 views

CVE-2026-12048 pgAdmin 4: Stored XSS via untrusted error and plan-node text rendered through html-react-parser

Stored cross-site scripting in pgAdmin 4's error-rendering and plan-node-rendering paths. Text returned by a PostgreSQL server ErrorResponse messages, including object names quoted back inside relation-does-not-exist errors and inside EXPLAIN Recheck Cond / Exact Heap Blocks fields was passed...

9.3CVSS7.1AI score
SaveExploits0References5
Github Security Blog
Github Security Blog
β€’added 2026/06/18 2:27 p.m.β€’54 views

DOMPurify: Permanent `ALLOWED_ATTR` pollution via `setConfig()` bypassing the hook clone-guard (incomplete fix of the 3.4.7 hook-pollution patch)

Summary DOMPurify 3.4.7 shipped a security fix "permanent hook pollution" that makes a registered uponSanitizeAttribute hook's mutation of data.allowedAttributes non-persistent β€” so allowing an attribute for one element does not leak into later sanitize calls. The fix clones ALLOWEDATTR inside...

7.2CVSS5.6AI score0.00167EPSS
SaveExploits1References5Affected Software1
Snyk
Snyk
β€’added 2026/06/18 2:27 p.m.β€’26 views

Improper Initialization

Overview org.webjars.npm:dompurify is a DOM-only XSS sanitizer for HTML, MathML and SVG. Affected versions of this package are vulnerable to Improper Initialization in the DOMPurify.setConfig API when an uponSanitizeAttribute hook is registered that mutates allowedAttributes. An attacker can caus...

7.2CVSS5.9AI score0.00167EPSS
SaveExploits1References3
OSV
OSV
β€’added 2026/06/18 2:27 p.m.β€’18 views

GHSA-CMWH-PVXP-8882 DOMPurify: Permanent `ALLOWED_ATTR` pollution via `setConfig()` bypassing the hook clone-guard (incomplete fix of the 3.4.7 hook-pollution patch)

Summary DOMPurify 3.4.7 shipped a security fix "permanent hook pollution" that makes a registered uponSanitizeAttribute hook's mutation of data.allowedAttributes non-persistent β€” so allowing an attribute for one element does not leak into later sanitize calls. The fix clones ALLOWEDATTR inside...

5.1CVSS5.6AI score0.00167EPSS
SaveExploits1References5
Positive Technologies
Positive Technologies
β€’added 2026/06/18 12:0 a.m.β€’19 views

PT-2026-63984

Name of the Vulnerable Software and Affected Versions DOMPurify versions prior to 3.4.11 Description An issue exists where the software fails to clone the ALLOWED ATTR allowlist when setConfig is used with an uponSanitizeAttribute hook. This allows the hook to permanently mutate the shared...

7.2CVSS5.7AI score0.00167EPSS
SaveExploits1References11
Github Security Blog
Github Security Blog
β€’added 2026/06/17 2:14 p.m.β€’23 views

Open WebUI: Stored XSS in Mermaid Markdown Preview

Summary Open WebUI renders Mermaid blocks from Markdown files in the file preview panel and inserts the generated SVG into the DOM using innerHTML. Because Mermaid is configured with securityLevel: 'loose', attacker-controlled Mermaid content can be rendered unsafely in this flow. A working paylo...

8.7CVSS5.6AI score0.00231EPSS
SaveExploits1References6Affected Software1
Positive Technologies
Positive Technologies
β€’added 2026/06/17 12:0 a.m.β€’29 views

PT-2026-50483

Name of the Vulnerable Software and Affected Versions Open WebUI versions prior to 0.9.6 Description The application renders Mermaid blocks from Markdown files in the file preview panel and inserts the generated SVG into the DOM using innerHTML. Because Mermaid is configured with securityLevel:...

8.7CVSS5.8AI score0.00231EPSS
SaveExploits1References13
OSV
OSV
β€’added 2026/06/15 8:12 p.m.β€’15 views

GHSA-VXR8-FQ34-VVX9 DOMPurify: Trusted Types policy survives `clearConfig()` and can poison later `RETURN_TRUSTED_TYPE` output

Impact A DOMPurify instance that is reused across trust boundaries can stay bound to a previously supplied TRUSTEDTYPESPOLICY even after clearConfig is called. A later caller that requests RETURNTRUSTEDTYPE receives a TrustedHTML object created by the old policy, not by a clean default...

2.1CVSS5.5AI score0.00231EPSS
SaveExploits1References2
Snyk
Snyk
β€’added 2026/06/15 8:12 p.m.β€’13 views

Protection Mechanism Failure

Overview org.webjars.npm:dompurify is a DOM-only XSS sanitizer for HTML, MathML and SVG. Affected versions of this package are vulnerable to Protection Mechanism Failure through the clearConfig function. An attacker can execute arbitrary scripts in a Trusted Types sink by influencing a previously...

6.1CVSS5.8AI score0.00231EPSS
SaveExploits1References2
Github Security Blog
Github Security Blog
β€’added 2026/06/15 8:12 p.m.β€’31 views

DOMPurify: Trusted Types policy survives `clearConfig()` and can poison later `RETURN_TRUSTED_TYPE` output

Impact A DOMPurify instance that is reused across trust boundaries can stay bound to a previously supplied TRUSTEDTYPESPOLICY even after clearConfig is called. A later caller that requests RETURNTRUSTEDTYPE receives a TrustedHTML object created by the old policy, not by a clean default...

6.1CVSS5.5AI score0.00231EPSS
SaveExploits1References2Affected Software1
Github Security Blog
Github Security Blog
β€’added 2026/06/15 8:2 p.m.β€’34 views

DOMPurify: SAFE_FOR_TEMPLATES bypass - template expressions survive sanitization inside <template> content when using DOM output modes

Summary When DOMPurify is configured with both SAFEFORTEMPLATES: true and RETURNDOM: true or INPLACE: true, an attacker can inject template expressions, such as $evil, evil, or , that survive the sanitization pass inside element content. This bypasses the explicit purpose of SAFEFORTEMPLATES, whi...

6.1CVSS5.8AI score0.0018EPSS
SaveExploits1References2Affected Software1
Snyk
Snyk
β€’added 2026/06/15 8:2 p.m.β€’10 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 SAFEFORTEMPLATES function. An attacker can inject template expressions that survive sanitization inside element content by...

6.1CVSS5.5AI score0.0018EPSS
SaveExploits1References2
Snyk
Snyk
β€’added 2026/06/15 8:1 p.m.β€’12 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
Rows per page
Query Builder