Lucene search
+L

201 matches found

Positive Technologies
Positive Technologies
added 2026/04/22 12:00 a.m.14 views

PT-2026-34254

Name of the Vulnerable Software and Affected Versions Spring Security versions 7.0.0 through 7.0.4 Description An issue exists where the servlet path is not included when computing a path matcher if an application uses '' to define the servlet path. Consequently, the related authorization rules a...

7.5CVSS5.2AI score0.00266EPSS
SaveExploits0References7
Snyk
Snyk
added 2026/04/21 5:17 p.m.19 views

Regular Expression Denial of Service (ReDoS)

Overview signalk-server is an An implementation of a Signal K server for boats. Affected versions of this package are vulnerable to Regular Expression Denial of Service ReDoS via the contextMatcher and pathMatcher functions. An attacker can cause the server to become unresponsive and exhaust CPU...

8.7CVSS5.8AI score0.00427EPSS
SaveExploits1References2
Spring Security Advisories
Spring Security Advisories
added 2026/04/20 12:00 a.m.17 views

Servlet Path Not Correctly Included in Path Matching of HttpSecurity#securityMatchers

If an application is using securityMatchersString and a PathPatternRequestMatcher.Builder bean to prepend a servlet path, matching requests to that filter chain may fail and its related security components will not be exercised as intended by the application. This can lead to the authentication,...

7.5CVSS5.9AI score0.00248EPSS
SaveExploits0References1Affected Software1
OSV
OSV
added 2026/04/16 10:40 p.m.22 views

GHSA-8783-3WGF-JGGF Budibase: Authentication Bypass via Unanchored Regex in Public Endpoint Matcher — Unauthenticated Access to Protected Endpoints

Summary The authenticated middleware uses unanchored regular expressions to match public no-auth endpoint patterns against ctx.request.url. Since ctx.request.url in Koa includes the query string, an attacker can access any protected endpoint by appending a public endpoint path as a query paramete...

9.1CVSS5.9AI score0.00445EPSS
SaveExploits1References3
Snyk
Snyk
added 2026/04/16 9:28 p.m.12 views

Incorrect Authorization

Overview @clerk/astro is a Clerk SDK for Astro Affected versions of this package are vulnerable to Incorrect Authorization via the createPathMatcher function in @clerk/shared used by downstream createRouteMatcher. An attacker can gain unauthorized access to protected routes by crafting requests...

9.1CVSS5.6AI score0.00323EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/04/16 9:28 p.m.12 views

Incorrect Authorization

Overview @clerk/nuxt is a Clerk SDK for Nuxt Affected versions of this package are vulnerable to Incorrect Authorization via the createPathMatcher function in @clerk/shared used by downstream createRouteMatcher. An attacker can gain unauthorized access to protected routes by crafting requests tha...

9.1CVSS5.6AI score0.00323EPSS
SaveExploits0References2
OSV
OSV
added 2026/04/16 9:28 p.m.15 views

GHSA-VQX2-FGX2-5WQ9 Official Clerk JavaScript SDKs: Middleware-based route protection bypass

Summary createRouteMatcher in @clerk/nextjs, @clerk/nuxt, and @clerk/astro can be bypassed by certain crafted requests, allowing them to skip middleware gating and reach downstream handlers. Sessions are not compromised and no existing user can be impersonated - the bypass only affects the...

9.1CVSS5.8AI score0.00323EPSS
SaveExploits0References3
Snyk
Snyk
added 2026/04/16 9:28 p.m.15 views

Incorrect Authorization

Overview @clerk/shared is an Internal package utils used by the Clerk SDKs Affected versions of this package are vulnerable to Incorrect Authorization via the createPathMatcher function in @clerk/shared used by downstream createRouteMatcher. An attacker can gain unauthorized access to protected...

9.1CVSS5.5AI score0.00323EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/04/16 12:00 a.m.34 views

PT-2026-35082

Name of the Vulnerable Software and Affected Versions @clerk/astro versions prior to 1.5.7 @clerk/astro versions prior to 2.17.10 @clerk/astro versions prior to 3.0.15 @clerk/nextjs versions prior to 5.7.6 @clerk/nextjs versions prior to 6.39.2 @clerk/nextjs versions prior to 7.2.1 @clerk/nuxt...

9.1CVSS5.1AI score0.00323EPSS
SaveExploits0References11
EUVD
EUVD
added 2026/04/06 3:54 p.m.16 views

EUVD-2026-19356

fast-jwt provides fast JSON Web Token JWT implementation. In 6.1.0 and earlier, the publicKeyPemMatcher regex in fast-jwt/src/crypto.js uses a ^ anchor that is defeated by any leading whitespace in the key string, re-enabling the exact same JWT algorithm confusion attack that CVE-2023-48223 patch...

9.1CVSS5.9AI score0.00687EPSS
SaveExploits2References2
OSV
OSV
added 2026/03/26 10:16 p.m.8 views

DEBIAN-CVE-2026-33672

Picomatch is a glob matcher written JavaScript. Versions prior to 4.0.4, 3.0.2, and 2.3.2 are vulnerable to a method injection vulnerability affecting the POSIXREGEXSOURCE object. Because the object inherits from Object.prototype, specially crafted POSIX bracket expressions e.g., :constructor: ca...

5.3CVSS5.8AI score0.0041EPSS
SaveExploits0References1
Debian CVE
Debian CVE
added 2026/03/07 4:28 p.m.19 views

CVE-2026-30852

Caddy is an extensible server platform that uses TLS by default. From version 2.7.5 to before version 2.11.2, the varsregexp matcher in vars.go:337 double-expands user-controlled input through the Caddy replacer. When varsregexp matches against a placeholder like http.request.header.X-Input, the...

7.5CVSS7.7AI score0.00401EPSS
SaveExploits1
SUSE CVE
SUSE CVE
added 2026/02/26 12:25 a.m.10 views

SUSE 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.2CVSS5.8AI score0.00323EPSS
SaveExploits1References4
Snyk
Snyk
added 2026/02/24 8:34 p.m.4 views

Improper Handling of Case Sensitivity

Overview Affected versions of this package are vulnerable to Improper Handling of Case Sensitivity in the host request matcher when the host list contains more than 100 entries. An attacker can gain unauthorized access to protected routes and sensitive endpoints by altering the case of the Host...

9.1CVSS5.9AI score0.0037EPSS
SaveExploits1References2
OSV
OSV
added 2026/02/24 8:34 p.m.13 views

GHSA-X76F-JF84-RQJ8 Caddy: MatchHost becomes case-sensitive for large host lists (>100), enabling host-based route/auth bypass

Summary Caddy's HTTP host request matcher is documented as case-insensitive, but when configured with a large host list 100 entries it becomes case-sensitive due to an optimized matching path. An attacker can bypass host-based routing and any access controls attached to that route by changing the...

8.7CVSS5.8AI score0.0037EPSS
SaveExploits1References6
OSV
OSV
added 2026/02/24 8:16 p.m.23 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
SaveExploits1References8
Github Security Blog
Github Security Blog
added 2026/02/24 8:16 p.m.19 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
SaveExploits1References8Affected Software1
NVD
NVD
added 2026/02/24 5:29 p.m.16 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
SaveExploits1References4
OSV
OSV
added 2026/02/24 5:29 p.m.8 views

UBUNTU-CVE-2026-27588

Caddy is an extensible server platform that uses TLS by default. Prior to version 2.11.1, Caddy's HTTP host request matcher is documented as case-insensitive, but when configured with a large host list 100 entries it becomes case-sensitive due to an optimized matching path. An attacker can bypass...

9.1CVSS5.8AI score0.0037EPSS
SaveExploits1References4
Vulnrichment
Vulnrichment
added 2026/02/24 4:28 p.m.7 views

CVE-2026-27588 Caddy: MatchHost becomes case-sensitive for large host lists (>100), enabling host-based route/auth bypass

Caddy is an extensible server platform that uses TLS by default. Prior to version 2.11.1, Caddy's HTTP host request matcher is documented as case-insensitive, but when configured with a large host list 100 entries it becomes case-sensitive due to an optimized matching path. An attacker can bypass...

8.7CVSS5.9AI score0.0037EPSS
SaveExploits1References2
Rows per page
Query Builder