Lucene search
K

186 matches found

NVD
NVD
added 2026/04/08 9:16 p.m.5 views

CVE-2026-39844

NiceGUI is a Python-based UI framework. Prior to 3.10.0, Since PurePosixPath only recognizes forward slashes / as path separators, an attacker can bypass this sanitization on Windows by using backslashes \ in the upload filename. Applications that construct file paths using file.name a pattern...

7.5CVSS0.00371EPSS
Exploits0References3
EUVD
EUVD
added 2026/04/08 3:4 p.m.4 views

EUVD-2026-20610

NiceGUI: Upload filename sanitization bypass via backslashes allows path traversal on Windows...

5.9CVSS5.9AI score0.00371EPSS
Exploits0References3
Github Security Blog
Github Security Blog
added 2026/04/08 3:4 p.m.5 views

NiceGUI: Upload filename sanitization bypass via backslashes allows path traversal on Windows

Summary The upload filename sanitization introduced in GHSA-9ffm-fxg3-xrhh uses PurePosixPathfilename.name to strip path components. Since PurePosixPath only recognizes forward slashes / as path separators, an attacker can bypass this sanitization on Windows by using backslashes \ in the upload...

7.5CVSS6.3AI score0.00371EPSS
Exploits0References5Affected Software1
Positive Technologies
Positive Technologies
added 2026/04/08 12:0 a.m.5 views

PT-2026-31353

Summary The upload filename sanitization introduced in GHSA-9ffm-fxg3-xrhh uses PurePosixPathfilename.name to strip path components. Since PurePosixPath only recognizes forward slashes / as path separators, an attacker can bypass this sanitization on Windows by using backslashes in the upload...

5.9CVSS6.3AI score0.00371EPSS
Exploits0References5
OSV
OSV
added 2026/04/06 4:3 p.m.5 views

USN-8151-1 lambdaisland-uri-clojure vulnerability

It was discovered that lambdaisland/uri did not properly sanitize the backslash character in URI strings. An attacker could possibly use this issue to bypass security checks or redirect users...

6.1CVSS5.8AI score0.00553EPSS
Exploits1References2
GitLab Advisory Database
GitLab Advisory Database
added 2026/03/27 12:0 a.m.5 views

AWS SDK for .NET: Improper escaping of special characters in CloudFront policy document construction

This notification is related to the CloudFront signing utilities in the AWS SDK for .NET, which are used to generate Amazon CloudFront signed URLs and signed cookies. A defense-in-depth enhancement has been implemented to improve handling of special characters, such as double quotes and...

5.7AI score
Exploits0References3
NVD
NVD
added 2026/03/26 5:16 p.m.3 views

CVE-2026-33468

Kysely is a type-safe TypeScript SQL query builder. Prior to version 0.28.14, Kysely's DefaultQueryCompiler.sanitizeStringLiteral only escapes single quotes by doubling them ' → '' but does not escape backslashes. When used with the MySQL dialect where NOBACKSLASHESCAPES is OFF by default, an...

8.1CVSS0.00419EPSS
Exploits1References1
CNNVD
CNNVD
added 2026/03/26 12:0 a.m.9 views

Kysely SQL注入漏洞

Kysely is a type-safe TypeScript SQL query builder developed by Kysely. Versions of Kysely prior to 0.28.14 contained an SQL injection vulnerability. This vulnerability stemmed from the sanitizeStringLiteral method not escaping backslashes, which could lead to SQL injection attacks...

8.1CVSS5.8AI score0.00419EPSS
Exploits1References1
Github Security Blog
Github Security Blog
added 2026/03/20 8:48 p.m.6 views

Kysely has a MySQL SQL Injection via Insufficient Backslash Escaping in `sql.lit(string)` usage or similar methods that append string literal values into the compiled SQL strings

Summary Kysely's DefaultQueryCompiler.sanitizeStringLiteral only escapes single quotes by doubling them ' → '' but does not escape backslashes. When used with the MySQL dialect where NOBACKSLASHESCAPES is OFF by default, an attacker can use a backslash to escape the trailing quote of a string...

8.1CVSS6.1AI score0.00419EPSS
Exploits1References3Affected Software1
Snyk
Snyk
added 2026/03/20 8:48 p.m.2 views

SQL Injection

Overview kysely is a Type safe SQL query builder Affected versions of this package are vulnerable to SQL Injection via the sanitizeStringLiteral function. An attacker can execute arbitrary SQL commands by supplying specially crafted input containing backslashes and single quotes, which are not...

9.2CVSS6.2AI score0.00442EPSS
Exploits1References2
Snyk
Snyk
added 2026/03/19 7:25 p.m.2 views

SQL Injection

Overview wwbn/avideo is an Audio and Video Platform or simply "A Video Platform". Affected versions of this package are vulnerable to SQL Injection in the getAllCategories function via the doNotShowCats parameter due to insufficient sanitization, where only single quotes are stripped but...

9.9CVSS6.7AI score0.00431EPSS
Exploits1References2
OSV
OSV
added 2026/03/05 8:16 p.m.2 views

DEBIAN-CVE-2026-28348

lxmlhtmlclean is a project for HTML cleaning functionalities copied from lxml.html.clean. Prior to version 0.4.4, the hassneakyjavascript method strips backslashes before checking for dangerous CSS keywords. This causes CSS Unicode escape sequences to bypass the @import and expression filters,...

6.1CVSS5.2AI score0.00228EPSS
Exploits1References1
Snyk
Snyk
added 2026/02/24 8:16 p.m.3 views

Improper Neutralization of Equivalent Special Elements

Overview github.com/caddyserver/caddy/v2/modules/caddyhttp/fileserver is a fast and extensible multi-platform HTTP/1-2-3 web server with automatic HTTPS Affected versions of this package are vulnerable to Improper Neutralization of Equivalent Special Elements in matcher.go‎, when matching filenam...

8.2CVSS6.2AI score0.00323EPSS
Exploits1References2
Snyk
Snyk
added 2026/02/24 8:16 p.m.2 views

Improper Neutralization of Equivalent Special Elements

Overview Affected versions of this package are vulnerable to Improper Neutralization of Equivalent Special Elements in matcher.go‎, when matching filenames using the tryfiles directive, which does not properly handle backslashes. An attacker can bypass security protections by exploiting glob...

8.2CVSS6.2AI score0.00323EPSS
Exploits1References2
Github Security Blog
Github Security Blog
added 2026/02/24 8:16 p.m.6 views

Caddy: Improper sanitization of glob characters in file matcher may lead to bypassing security protections

Summary The path sanitization in file matcher doesn't sanitize backslashes which can lead to bypassing path related security protections. Details The tryfiles directive is used to rewrite the request uri. It accepts a list of patterns and checks if any files exist in the root that match the...

8.2CVSS5.6AI score0.00323EPSS
Exploits1References8Affected Software1
OSV
OSV
added 2026/02/24 8:16 p.m.4 views

GHSA-4XRR-HQ4W-6VF4 Caddy: Improper sanitization of glob characters in file matcher may lead to bypassing security protections

Summary The path sanitization in file matcher doesn't sanitize backslashes which can lead to bypassing path related security protections. Details The tryfiles directive is used to rewrite the request uri. It accepts a list of patterns and checks if any files exist in the root that match the...

8.2CVSS5.7AI score0.00323EPSS
Exploits1References8
NVD
NVD
added 2026/02/24 5:29 p.m.6 views

CVE-2026-27585

Caddy is an extensible server platform that uses TLS by default. Prior to version 2.11.1, the path sanitization routine in file matcher doesn't sanitize backslashes which can lead to bypassing path related security protections. It affects users with specific Caddy and environment configurations...

8.2CVSS0.00323EPSS
Exploits1References4
UbuntuCve
UbuntuCve
added 2026/02/24 5:29 p.m.6 views

CVE-2026-27585

Caddy is an extensible server platform that uses TLS by default. Prior to version 2.11.1, the path sanitization routine in file matcher doesn't sanitize backslashes which can lead to bypassing path related security protections. It affects users with specific Caddy and environment configurations...

8.2CVSS7.2AI score0.00323EPSS
Exploits1References5
Vulnrichment
Vulnrichment
added 2026/02/24 4:6 p.m.5 views

CVE-2026-27585 Caddy's improper sanitization of glob characters in file matcher may lead to bypassing security protections

Caddy is an extensible server platform that uses TLS by default. Prior to version 2.11.1, the path sanitization routine in file matcher doesn't sanitize backslashes which can lead to bypassing path related security protections. It affects users with specific Caddy and environment configurations...

8.2CVSS5.4AI score0.00323EPSS
Exploits1References4
Cvelist
Cvelist
added 2026/02/24 4:6 p.m.19 views

CVE-2026-27585 Caddy's improper sanitization of glob characters in file matcher may lead to bypassing security protections

Caddy is an extensible server platform that uses TLS by default. Prior to version 2.11.1, the path sanitization routine in file matcher doesn't sanitize backslashes which can lead to bypassing path related security protections. It affects users with specific Caddy and environment configurations...

8.2CVSS0.00323EPSS
Exploits1References4
Rows per page
Query Builder