Lucene search
+L

8287 matches found

NVD
NVD
added 2026/02/19 10:16 a.m.6 views

CVE-2026-2718

The Dealia – Request a Quote plugin for WordPress is vulnerable to Stored Cross-Site Scripting via Gutenberg block attributes in all versions up to, and including, 1.0.8. This is due to the use of wpkses for output escaping within HTML attribute contexts where escattr is required. This makes it...

6.4CVSS0.00188EPSS
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 2026/02/19 9:26 a.m.4 views

CVE-2026-2718

The Dealia – Request a Quote plugin for WordPress is vulnerable to Stored Cross-Site Scripting via Gutenberg block attributes in all versions up to, and including, 1.0.6. This is due to the use of wpkses for output escaping within HTML attribute contexts where escattr is required. This makes it...

6.4CVSS5.7AI score0.00188EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2026/02/19 9:26 a.m.2 views

CVE-2026-2718 Dealia <= 1.0.6 - Authenticated (Contributor+) Stored Cross-Site Scripting via Gutenberg Block Attributes

The Dealia – Request a Quote plugin for WordPress is vulnerable to Stored Cross-Site Scripting via Gutenberg block attributes in all versions up to, and including, 1.0.6. This is due to the use of wpkses for output escaping within HTML attribute contexts where escattr is required. This makes it...

6.4CVSS5.7AI score0.00188EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/02/19 9:26 a.m.34 views

CVE-2026-2718 Dealia <= 1.0.8 - Authenticated (Contributor+) Stored Cross-Site Scripting via Gutenberg Block Attributes

The Dealia – Request a Quote plugin for WordPress is vulnerable to Stored Cross-Site Scripting via Gutenberg block attributes in all versions up to, and including, 1.0.8. This is due to the use of wpkses for output escaping within HTML attribute contexts where escattr is required. This makes it...

6.4CVSS0.00188EPSS
SaveExploits0References5
CVE
CVE
added 2026/02/19 9:26 a.m.20 views

CVE-2026-2718

CVE-2026-2718 — Dealia for WordPress stores cross-site scripting via Gutenberg block attributes in all versions up to 1.0.8. Root cause: escaping in HTML attribute contexts relies on wp_kses() where esc_attr() is required, allowing authenticated attackers with Contributor+ access to inject script...

6.4CVSS6.1AI score0.00188EPSS
SaveExploits0References5
Patchstack
Patchstack
added 2026/02/19 12:21 a.m.9 views

WordPress Dealia plugin <= 1.0.6 - Authenticated (Contributor+) Stored Cross-Site Scripting via Gutenberg Block Attributes vulnerability

Authenticated Contributor+ Stored Cross-Site Scripting via Gutenberg Block Attributes vulnerability discovered by Ronnachai Sretawat Na Ayutaya Simonhaskelly - Reconix Co., Ltd. in WordPress Plugin Dealia versions = 1.0.6...

6.4CVSS5.5AI score0.00188EPSS
SaveExploits0References1Affected Software1
Positive Technologies
Positive Technologies
added 2026/02/19 12:0 a.m.15 views

PT-2026-20795

The Dealia – Request a Quote plugin for WordPress is vulnerable to Stored Cross-Site Scripting via Gutenberg block attributes in all versions up to, and including, 1.0.6. This is due to the use of wp kses for output escaping within HTML attribute contexts where esc attr is required. This makes it...

6.4CVSS5.7AI score0.00188EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/02/19 12:0 a.m.15 views

PT-2026-20982

Name of the Vulnerable Software and Affected Versions Leafkit versions prior to 1.4.1 Description Leafkit’s htmlEscaped function inadequately escapes HTML special characters when dealing with extended grapheme clusters. This occurs because the function only escapes characters if the extended...

6.1CVSS5.6AI score0.0023EPSS
SaveExploits1References9
GitLab Advisory Database
GitLab Advisory Database
added 2026/02/19 12:0 a.m.15 views

Leaf-kit html escaping does not work on characters that are part of extended grapheme cluster

htmlEscaped in leaf-kit will only escape html special characters if the extended grapheme clusters match, which allows bypassing escaping by using an extended grapheme cluster containing both the special html character and some additional characters. In the case of html attributes, this can lead ...

6.1CVSS5.5AI score0.0023EPSS
SaveExploits1References5Affected Software1
GitLab Advisory Database
GitLab Advisory Database
added 2026/02/19 12:0 a.m.8 views

Leaf-kit html escaping does not work on characters that are part of extended grapheme cluster

htmlEscaped in leaf-kit will only escape html special characters if the extended grapheme clusters match, which allows bypassing escaping by using an extended grapheme cluster containing both the special html character and some additional characters. In the case of html attributes, this can lead ...

6.1CVSS5.8AI score0.0023EPSS
SaveExploits1References4Affected Software1
OSV
OSV
added 2026/02/18 10:44 p.m.12 views

GHSA-HFVX-25R5-QC3W Fabric.js Affected by Stored XSS via SVG Export

fabric.js applies escapeXml to text content during SVG export src/shapes/Text/TextSVGExportMixin.ts:186 but fails to apply it to other user-controlled string values that are interpolated into SVG attribute markup. When attacker-controlled JSON is loaded via loadFromJSON and later exported via...

7.6CVSS6AI score0.00281EPSS
SaveExploits1References5
Snyk
Snyk
added 2026/02/18 10:44 p.m.8 views

Cross-site Scripting (XSS)

Overview org.webjars.npm:fabric is an Object model for HTML5 canvas, and SVG-to-canvas parser. Backed by jsdom and node-canvas. Affected versions of this package are vulnerable to Cross-site Scripting XSS via the loadFromJSON function, which is used in the FabricObjectSVGExportMixin class to...

7.6CVSS5.3AI score0.00281EPSS
SaveExploits1References2
Snyk
Snyk
added 2026/02/18 10:44 p.m.17 views

Cross-site Scripting (XSS)

Overview fabric is an Object model for HTML5 canvas, and SVG-to-canvas parser. Backed by jsdom and node-canvas. Affected versions of this package are vulnerable to Cross-site Scripting XSS via the loadFromJSON function, which is used in the FabricObjectSVGExportMixin class to deserialize...

7.6CVSS5.3AI score0.00281EPSS
SaveExploits1References2
Github Security Blog
Github Security Blog
added 2026/02/18 10:44 p.m.27 views

Fabric.js Affected by Stored XSS via SVG Export

fabric.js applies escapeXml to text content during SVG export src/shapes/Text/TextSVGExportMixin.ts:186 but fails to apply it to other user-controlled string values that are interpolated into SVG attribute markup. When attacker-controlled JSON is loaded via loadFromJSON and later exported via...

7.6CVSS6AI score0.00281EPSS
SaveExploits1References5Affected Software1
Cvelist
Cvelist
added 2026/02/18 8:26 a.m.35 views

CVE-2026-1941 WP Event Aggregator <= 1.8.7 - Authenticated (Contributor+) Stored Cross-Site Scripting via Shortcode Attributes

The WP Event Aggregator plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the plugin's 'wpevents' shortcode in all versions up to, and including, 1.8.7 due to insufficient input sanitization and output escaping on user supplied attributes. This makes it possible for...

6.4CVSS0.0025EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/02/18 4:35 a.m.36 views

CVE-2025-13959 Filestack <= 2.0.8 - Authenticated (Contributor+) Stored Cross-Site Scripting via Shortcode Attributes

The Filestack plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the plugin's 'filepicker' shortcode in all versions up to, and including, 2.0.8 due to insufficient input sanitization and output escaping on user supplied attributes. This makes it possible for authenticated...

6.4CVSS0.00181EPSS
SaveExploits0References3
Patchstack
Patchstack
added 2026/02/18 12:36 a.m.11 views

WordPress WP Event Aggregator plugin <= 1.8.7 - Authenticated (Contributor+) Stored Cross-Site Scripting via Shortcode Attributes vulnerability

Authenticated Contributor+ Stored Cross-Site Scripting via Shortcode Attributes vulnerability discovered by WordFence in WordPress Plugin WP Event Aggregator versions = 1.8.7...

6.4CVSS5.5AI score0.0025EPSS
SaveExploits0References1Affected Software1
Positive Technologies
Positive Technologies
added 2026/02/18 12:0 a.m.22 views

PT-2026-20423

In the Linux kernel, the following vulnerability has been resolved: mm, swap: restore swap space attr aviod kernel panic commit 8b47299a411a "mm, swap: mark swap address space ro and add context debug check" made the swap address space read-only. It may lead to kernel panic if arch prepare to swa...

5.2AI score0.001EPSS
SaveExploits0References3
Patchstack
Patchstack
added 2026/02/17 11:23 p.m.12 views

WordPress Filestack plugin <= 2.0.8 - Authenticated (Contributor+) Stored Cross-Site Scripting via Shortcode Attributes vulnerability

Authenticated Contributor+ Stored Cross-Site Scripting via Shortcode Attributes vulnerability discovered by Gilang - DJ in WordPress Plugin Filestack versions = 2.0.8...

6.4CVSS5.5AI score0.00181EPSS
SaveExploits0References1Affected Software1
Veracode
Veracode
added 2026/02/16 9:55 a.m.10 views

Arbitrary Code Execution

Langroid is vulnerable to Arbitrary Code Execution. The vulnerability is due to literalok returning False instead of raising an error along with unrestricted access to dangerous dunder attributes, which allows an attacker to chain DataFrame methods to expose the eval builtin and execute arbitrary...

9.6CVSS6AI score0.00639EPSS
SaveExploits1References4Affected Software1
Rows per page
Query Builder