Lucene search
+L

1048138 matches found

Cvelist
Cvelist
added 2026/07/23 3:30 p.m.34 views

CVE-2026-48536 GFI Archiver < 15.13 Stored XSS via GeneralSettingsWizard.aspx

GFI Archiver before 15.13 contains a stored cross-site scripting vulnerability in the General Settings SMTP configuration that allows authenticated attackers to inject arbitrary web script or HTML via the SMTP server address parameter to /Archiver/GeneralSettingsWizard.aspx. The injected payload ...

5.4CVSS0.00235EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/23 3:29 p.m.18 views

CVE-2026-48535

GFI Archiver Additional Settings page. Exploitation requires authenticated access; CVSS 4.0/3.1 base scores are 5.1 (medium) and 5.4 (medium) respectively. Remediation: upgrade to version 15.13 or later. If upgrading is not possible, apply the documented workaround as per vendor guidance.

5.4CVSS5.1AI score0.00235EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/07/23 3:29 p.m.8 views

CVE-2026-48535 GFI Archiver < 15.13 Stored XSS via CallHomeSettingsWizard.aspx

GFI Archiver before 15.13 contains a stored cross-site scripting vulnerability in the Call Home proxy server configuration that allows authenticated attackers to inject arbitrary web script or HTML via the proxy server address parameter to /Archiver/CallHomeSettingsWizard.aspx. The injected paylo...

5.4CVSS5.8AI score0.00235EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/07/23 3:29 p.m.11 views

EUVD-2026-48294

GFI Archiver before 15.13 contains a stored cross-site scripting vulnerability in the Call Home proxy server configuration that allows authenticated attackers to inject arbitrary web script or HTML via the proxy server address parameter to /Archiver/CallHomeSettingsWizard.aspx. The injected paylo...

5.4CVSS5.1AI score0.00235EPSS
SaveExploits0References2
NVD
NVD
added 2026/07/23 2:18 p.m.15 views

CVE-2026-65912

DOMPurify before 3.3.2 contains a URI validation bypass vulnerability when ADDATTR is provided as a predicate function via EXTRAELEMENTHANDLING.attributeCheck. Attackers can supply a predicate that accepts specific attribute and tag combinations to bypass URI-safe validation, allowing unsafe...

6.1CVSS0.00175EPSS
SaveExploits0References2
NVD
NVD
added 2026/07/23 2:18 p.m.17 views

CVE-2026-65913

DOMPurify before 3.3.2 contains a prototype pollution vulnerability in USEPROFILES mode that allows attackers to bypass attribute filtering by polluting Array.prototype properties. Attackers can set Array.prototype properties like onclick to true, causing DOMPurify to accept event handlers as...

6.1CVSS0.00318EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/23 1:16 p.m.14 views

CVE-2026-65914 DOMPurify before 3.3.2 Mutation XSS via Re-Contextualization

DOMPurify before 3.3.2 contains a mutation-XSS vulnerability when sanitized HTML is reinserted into special parsing contexts using innerHTML with wrappers like script, xmp, iframe, noembed, noframes, or noscript. Attackers can craft payloads with closing sequences that break out of the wrapper...

5.3CVSS5.5AI score
SaveExploits0References4
OSV
OSV
added 2026/07/23 1:16 p.m.15 views

CVE-2026-65912 DOMPurify before 3.3.2 URI Validation Bypass via ADD_ATTR

DOMPurify before 3.3.2 contains a URI validation bypass vulnerability when ADDATTR is provided as a predicate function via EXTRAELEMENTHANDLING.attributeCheck. Attackers can supply a predicate that accepts specific attribute and tag combinations to bypass URI-safe validation, allowing unsafe...

5.1CVSS5.2AI score
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2026/07/23 1:16 p.m.10 views

CVE-2026-65912

DOMPurify before 3.3.2 contains a URI validation bypass vulnerability when ADDATTR is provided as a predicate function via EXTRAELEMENTHANDLING.attributeCheck. Attackers can supply a predicate that accepts specific attribute and tag combinations to bypass URI-safe validation, allowing unsafe...

6.1CVSS5.3AI score0.00175EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/07/23 1:16 p.m.9 views

CVE-2026-65912 DOMPurify before 3.3.2 URI Validation Bypass via ADD_ATTR

DOMPurify before 3.3.2 contains a URI validation bypass vulnerability when ADDATTR is provided as a predicate function via EXTRAELEMENTHANDLING.attributeCheck. Attackers can supply a predicate that accepts specific attribute and tag combinations to bypass URI-safe validation, allowing unsafe...

6.1CVSS5.3AI score0.00175EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/23 1:16 p.m.58 views

CVE-2026-65904

CVE-2026-65904 affects DOMPurify up to version 3.4.3. In IN_PLACE mode, elements sourced from a different window/realm (e.g., iframe contentDocument) fail sanitization due to a cross-realm instanceof check in private _isNode(). The check returns false for foreign-realm nodes, causing the element ...

4.7CVSS5.9AI score0.00206EPSS
SaveExploits1References2Affected Software1
EUVD
EUVD
added 2026/07/23 1:16 p.m.10 views

EUVD-2026-48273

DOMPurify through 3.3.3 fails to sanitize DOM elements passed via INPLACE mode when the element originates from a different window/realm e.g., an iframe's contentDocument. A cross-realm instanceof check in the private isNode function returns false for foreign-realm nodes, causing DOMPurify to...

4.7CVSS5.2AI score0.00206EPSS
SaveExploits1References2
OSV
OSV
added 2026/07/23 1:16 p.m.13 views

CVE-2026-65904 DOMPurify through 3.3.3 Cross-Site Scripting via IN_PLACE mode

DOMPurify through 3.3.3 fails to sanitize DOM elements passed via INPLACE mode when the element originates from a different window/realm e.g., an iframe's contentDocument. A cross-realm instanceof check in the private isNode function returns false for foreign-realm nodes, causing DOMPurify to...

2.3CVSS5.8AI score
SaveExploits0References4
CVE
CVE
added 2026/07/23 1:16 p.m.67 views

CVE-2026-65901

DOMPurify 3.4.6 has a cross-site scripting vulnerability in IN_PLACE mode where attacker-controlled nodeName on live non-form nodes can cause scripts to execute when the sanitized tree is inserted into a live document. Attackers can supply hostile live DOM objects with real script children whose ...

6.1CVSS5.1AI score0.00192EPSS
SaveExploits1References2Affected Software1
Vulnrichment
Vulnrichment
added 2026/07/23 11:53 a.m.13 views

CVE-2026-65475 WordPress Modula Image Gallery plugin 2.14.25-2.14.30 - Cross Site Scripting (XSS) vulnerability

Improper Neutralization of Input During Web Page Generation 'Cross-site Scripting' vulnerability in WP Chill Modula Image Gallery allows Stored XSS. This issue affects Modula Image Gallery: from 2.14.25 through 2.14.30...

6.5CVSS5.2AI score0.00224EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/07/23 11:42 a.m.34 views

CVE-2026-65605 SiYuan before v3.7.2 Stored XSS to RCE via Attribute View

SiYuan before v3.7.2 contains a stored cross-site scripting vulnerability in Attribute View database cell rendering. A Template column value is rendered as HTML via text/template without auto-escaping, and EscapeHTML is only applied when HasUnclosedHtmlTag returns true; because balanced...

9.6CVSS0.0079EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/23 11:19 a.m.25 views

CVE-2026-65527

The CVE-2026-65527 entry covers a Cross Site Scripting (XSS) vulnerability in the WordPress LIQUID SPEECH BALLOON plugin, affected versions

6.5CVSS5.1AI score0.00224EPSS
SaveExploits0References1
CVE
CVE
added 2026/07/23 11:18 a.m.23 views

CVE-2026-57384

CVE-2026-57384 describes a Cross Site Scripting (XSS) vulnerability in the WordPress WishList Member X plugin, affecting versions

6.5CVSS5.1AI score0.00224EPSS
SaveExploits0References1
AstraLinux
AstraLinux
added 2026/07/23 11:04 a.m.7 views

Astra Linux – Vulnerability in Chromium

Inappropriate implementation in Forms in Google Chrome prior to 150.0.7871.115 allowed a remote attacker to inject arbitrary scripts or HTML UXSS via a crafted HTML page. Chromium security severity: High...

6.1CVSS6AI score0.0022EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/07/23 8:34 a.m.9 views

CVE-2026-15794 Grid/List View for WooCommerce <= 3.0.9 - Authenticated (Contributor+) Stored Cross-Site Scripting via 'position' Shortcode Attribute

The Grid/List View for WooCommerce plugin for WordPress is vulnerable to Stored Cross-Site Scripting via 'position' Shortcode Attribute in all versions up to, and including, 3.0.9 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with...

6.4CVSS5.5AI score0.00331EPSS
SaveExploits0References5
Rows per page
Query Builder