Lucene search
+L

43 matches found

NVD
NVD
added 2026/05/05 8:16 p.m.14 views

CVE-2026-35453

PhpSpreadsheet is a library for reading and writing spreadsheet files. In versions 1.30.3 and earlier, 2.0.0 through 2.1.15, 2.2.0 through 2.4.4, 3.3.0 through 3.10.4, and 4.0.0 through 5.6.0, the HTML Writer skips htmlspecialchars output escaping when a cell uses a custom number format containin...

5.4CVSS0.00202EPSS
SaveExploits1References1
EUVD
EUVD
added 2026/05/05 7:39 p.m.11 views

EUVD-2026-27472

PhpSpreadsheet is a library for reading and writing spreadsheet files. In versions 1.30.3 and earlier, 2.0.0 through 2.1.15, 2.2.0 through 2.4.4, 3.3.0 through 3.10.4, and 4.0.0 through 5.6.0, the HTML Writer skips htmlspecialchars output escaping when a cell uses a custom number format containin...

4.8CVSS6AI score0.00202EPSS
SaveExploits1References1
EUVD
EUVD
added 2026/05/05 12:17 p.m.14 views

EUVD-2026-27307

Traccar is an open source GPS tracking system. In org.traccar:traccar versions starting at 6.11.1 before 6.13.0, the KML and GPX export functionality writes device names to XML output without proper escaping. An attacker with low privileges can create a device with a crafted name that injects XML...

5.4CVSS5.8AI score0.00183EPSS
SaveExploits1References2
Cvelist
Cvelist
added 2026/04/28 6:3 a.m.50 views

CVE-2026-40967

In Spring AI, various FilterExpressionConverter implementations accept a filter expression object and translate them to specific vector store query languages. In several cases, keys and values are not properly escaped, leading to the ability to alter the query. Affected versions: Spring AI: 1.0.0...

8.6CVSS0.00394EPSS
SaveExploits0References1
OSV
OSV
added 2026/04/08 1:6 a.m.9 views

CVE-2026-32289 JsBraceDepth Context Tracking Bugs (XSS) in html/template

Context was not properly tracked across template branches for JS template literals, leading to possibly incorrect escaping of content when branches were used. Additionally template actions within JS template literals did not properly track the brace depth, leading to incorrect escaping being...

6.1CVSS6.7AI score
SaveExploits0References7
OSV
OSV
added 2026/04/07 10:53 p.m.7 views

GO-2026-4865 JsBraceDepth Context Tracking Bugs (XSS) in html/template

Context was not properly tracked across template branches for JS template literals, leading to possibly incorrect escaping of content when branches were used. Additionally template actions within JS template literals did not properly track the brace depth, leading to incorrect escaping being...

6.1CVSS5.7AI score0.0029EPSS
SaveExploits0References3
NVD
NVD
added 2026/03/18 2:16 a.m.11 views

CVE-2026-28499

LeafKit is a templating language with Swift-inspired syntax. Prior to version 1.14.2, HTML escaping doesn't work correctly when a template prints a collection Array / Dictionary via value. This can result in XSS, allowing potentially untrusted input to be rendered unescaped. Version 1.14.2 fixes...

6.9CVSS0.00265EPSS
SaveExploits1References3
Vulnrichment
Vulnrichment
added 2026/03/18 1:19 a.m.5 views

CVE-2026-28499 LeafKit's HTML escaping may be skipped for Collection values, enabling XSS

LeafKit is a templating language with Swift-inspired syntax. Prior to version 1.14.2, HTML escaping doesn't work correctly when a template prints a collection Array / Dictionary via value. This can result in XSS, allowing potentially untrusted input to be rendered unescaped. Version 1.14.2 fixes...

6.9CVSS5.7AI score0.00265EPSS
SaveExploits1References3
Positive Technologies
Positive Technologies
added 2026/03/11 12:0 a.m.17 views

PT-2026-24657

The Checkout Field Editor Checkout Manager for WooCommerce plugin for WordPress is vulnerable to Stored Cross-Site Scripting via custom radio and checkboxgroup field values submitted through the WooCommerce Block Checkout Store API in all versions up to, and including, 2.1.7. This is due to the...

7.2CVSS5.9AI score0.00321EPSS
SaveExploits0References9
Github Security Blog
Github Security Blog
added 2026/02/24 3:34 p.m.14 views

ImageMagick: Code Injection via PostScript header in ps coders

The ps encoders, responsible for writing PostScript files, fails to sanitize the input before writing it into the PostScript header. An attacker can provide a malicious file and inject arbitrary PostScript code. When the resulting file is processed by a printer or a viewer like Ghostscript, the...

5.7CVSS5.7AI score0.00161EPSS
SaveExploits0References5Affected Software18
OSV
OSV
added 2026/01/15 8:13 p.m.9 views

GHSA-6738-R8G5-QWP3 svelte vulnerable to Cross-site Scripting

Summary An XSS vulnerability exists in Svelte 5.46.0-2 resulting from improper escaping of hydratable keys. If these keys incorporate untrusted user input, arbitrary JavaScript can be injected into server-rendered HTML. Details When using the hydratable function, the first argument is used as a k...

5.3CVSS6.2AI score0.00313EPSS
SaveExploits1References6
AstraLinux
AstraLinux
added 2026/01/13 2:1 p.m.10 views

Astra Linux – Vulnerability in python-ldap

Python-ldap is a lightweight directory access protocol LDAP client API for Python. In versions prior to 3.4.5, the ldap.dn.escapednchars function incorrectly escaped \x00 by emitting a slash followed by a literal NUL byte instead of the RFC-4514 hex form \00. Any application that uses this functi...

6.9CVSS5.4AI score0.00427EPSS
SaveExploits1References3
ATTACKERKB
ATTACKERKB
added 2025/11/26 2:44 p.m.7 views

CVE-2025-13601

A heap-based buffer overflow problem was found in glib through an incorrect calculation of buffer size in the gescapeuristring function. If the string to escape contains a very large number of unacceptable characters which would need escaping, the calculation of the length of the escaped string...

7.7CVSS6AI score0.00327EPSS
SaveExploits1References33
OSV
OSV
added 2025/10/10 10:15 p.m.11 views

AZL-68433 CVE-2025-61912 affecting package python-ldap 3.4.4-1

python-ldap is a lightweight directory access protocol LDAP client API for Python. In versions prior to 3.4.5, ldap.dn.escapednchars escapes \x00 incorrectly by emitting a backslash followed by a literal NUL byte instead of the RFC-4514 hex form \00. Any application that uses this helper to...

6.9CVSS6.6AI score0.00427EPSS
SaveExploits1References1
EUVD
EUVD
added 2025/10/07 12:30 a.m.8 views

EUVD-2020-0422

Malware in sbrugna...

7.5CVSS6.8AI score0.0378EPSS
SaveExploits1References19
Tenable Nessus
Tenable Nessus
added 2025/10/04 12:0 a.m.6 views

RockyLinux 10 : httpd (RLSA-2025:15095)

The remote RockyLinux 10 host has packages installed that are affected by multiple vulnerabilities as referenced in the RLSA-2025:15095 advisory. httpd: insufficient escaping of user-supplied data in modssl CVE-2024-47252 httpd: modssl: access control bypass by trusted clients is possible using T...

9.1CVSS7.7AI score0.01005EPSS
SaveExploits1References7
RedhatCVE
RedhatCVE
added 2025/05/23 2:55 a.m.7 views

CVE-2023-1905

The WP Popups WordPress plugin before 2.1.5.1 does not properly escape the href attribute of its spu-facebook-page shortcode before outputting it back in a page/post where the shortcode is embed, which could allow users with the contributor role and above to perform Stored Cross-Site Scripting...

6.5CVSS6.7AI score0.00444EPSS
SaveExploits2References1
SUSE CVE
SUSE CVE
added 2023/09/27 2:2 a.m.6 views

SUSE CVE-2023-40581

yt-dlp is a youtube-dl fork with additional features and fixes. yt-dlp allows the user to provide shell command lines to be executed at various stages in its download steps through the --exec flag. This flag allows output template expansion in its argument, so that metadata values may be used in...

8.3CVSS8.4AI score0.01292EPSS
SaveExploits1References4
CNNVD
CNNVD
added 2023/04/03 12:0 a.m.9 views

Silverstripe Form Capture 跨站脚本漏洞

Silverstripe Form Capture is a UK Bigfork that provides a simple Silverstripe Form Capture method and a user-friendly administration interface. Silverstripe Form Capture 0.2.0 to 0.2.3, 1.0.0 to 1.0.1, 2.0.0 to 2.2.4, 3.0.0 to 3.1.0 version of the existence of a security vulnerability , the...

6.1CVSS5.4AI score0.00393EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2023/02/15 3:58 a.m.8 views

SUSE CVE-2020-13625

PHPMailer before 6.1.6 contains an output escaping bug when the name of a file attachment contains a double quote character. This can result in the file type being misinterpreted by the receiver or any mail relay processing the message...

7.5CVSS6.9AI score0.0378EPSS
SaveExploits1References5
Rows per page
Query Builder