Lucene search
+L

200 matches found

Github Security Blog
Github Security Blog
added 2026/05/11 3:54 p.m.47 views

Next.js has a Middleware / Proxy bypass in App Router applications via segment-prefetch routes

Impact App Router applications that rely on middleware or proxy-based checks for authorization can allow unauthorized access through transport-specific route variants used for segment prefetching. In affected configurations, specially crafted .rsc and segment-prefetch URLs can resolve to the same...

7.5CVSS5.8AI score0.01594EPSS
SaveExploits0References5Affected Software1
Patchstack
Patchstack
added 2026/05/11 3:54 p.m.16 views

NPM: Next.js has a Middleware / Proxy bypass through dynamic route parameter injection

NPM: Next.js has a Middleware / Proxy bypass through dynamic route parameter injection vulnerability discovered by ? in WordPress Npm next versions = 15.4.0, 15.5.16...

8.1CVSS5.8AI score0.00636EPSS
SaveExploits2References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/05/11 3:54 p.m.40 views

Next.js has a Middleware / Proxy bypass through dynamic route parameter injection

Impact Applications that rely on middleware to protect dynamic routes can be vulnerable to authorization bypass. In affected deployments, specially crafted query parameters can alter the dynamic route value seen by the page while leaving the visible path unchanged, which can allow protected conte...

8.1CVSS5.8AI score0.00636EPSS
SaveExploits2References5Affected Software1
Patchstack
Patchstack
added 2026/05/11 3:53 p.m.16 views

NPM: Next.js has a Middleware / Proxy bypass in Pages Router applications using i18n

NPM: Next.js has a Middleware / Proxy bypass in Pages Router applications using i18n vulnerability discovered by ? in WordPress Npm next versions = 12.2.0, 15.5.16...

7.5CVSS5.8AI score0.0062EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/05/11 3:53 p.m.44 views

Next.js has a Middleware / Proxy bypass in Pages Router applications using i18n

Impact Applications using the Pages Router with i18n configured and middleware/proxy-based authorization can allow unauthorized access to protected page data through locale-less /next/data//.json requests. In affected configurations, middleware does not run for the unprefixed data route, allowing...

7.5CVSS5.8AI score0.0062EPSS
SaveExploits1References5Affected Software1
OSV
OSV
added 2026/05/06 9:38 p.m.24 views

GHSA-VXRR-W42W-W76G Flight: HTTP method override enabled by default, facilitating CSRF escalation and middleware bypass

Summary Request::getMethod unconditionally honors the X-HTTP-Method-Override header and the $REQUEST'method' parameter on any HTTP verb including safe verbs such as GET, with no opt-in and no whitelist of permitted target methods. A GET request can silently become a DELETE or PUT, enabling CSRF...

7.5CVSS5.8AI score0.0031EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/05/06 12:00 a.m.18 views

PT-2026-38637

Name of the Vulnerable Software and Affected Versions Next.js affected versions not specified Description An authorization bypass exists in applications that use middleware to protect dynamic routes. Attackers can use specially crafted query parameters to alter the dynamic route value perceived b...

8.5CVSS5.8AI score0.00636EPSS
SaveExploits2References33
ATTACKERKB
ATTACKERKB
added 2026/04/30 8:20 p.m.5 views

CVE-2026-41174

Traefik is an HTTP reverse proxy and load balancer. Prior to versions 2.11.43, 3.6.14, and 3.7.0-rc.2, there is a potential vulnerability in Traefik's Kubernetes CRD provider cross-namespace isolation enforcement. When providers.kubernetesCRD.allowCrossNamespace=false, Traefik correctly rejects...

4.8CVSS5.2AI score0.00254EPSS
SaveExploits1References6Affected Software1
NVD
NVD
added 2026/04/24 9:16 p.m.13 views

CVE-2026-41248

Clerk JavaScript is the official JavaScript repository for Clerk authentication. 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. This vulnerability is fixed in...

9.1CVSS0.00323EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/04/24 9:04 p.m.8 views

CVE-2026-41248

Clerk JavaScript is the official JavaScript repository for Clerk authentication. 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. This vulnerability is fixed in...

9.1CVSS5.3AI score0.00323EPSS
SaveExploits0References2Affected Software4
CVE
CVE
added 2026/04/24 9:04 p.m.94 views

CVE-2026-41248

The CVE-2026-41248 affects Clerk JavaScript repositories: createRouteMatcher in @clerk/nextjs, @clerk/nuxt, and @clerk/astro can be bypassed by crafted requests, bypassing middleware gating and reaching downstream handlers. Affected fixes are: @clerk/astro 1.5.7, 2.17.10, 3.0.15; @clerk/nextjs 5....

9.1CVSS5.3AI score0.00323EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2026/04/24 12:00 a.m.23 views

Official Clerk JavaScript SDKs 安全漏洞

The Official Clerk JavaScript SDKs are an open-source repository for Clerk authentication purposes. These SDKs contain security vulnerabilities; one of them allows for specially crafted requests to bypass the middleware gateways, resulting in access to downstream processing routines...

9.1CVSS5.8AI score0.00323EPSS
SaveExploits0References2
OSV
OSV
added 2026/04/16 10:29 p.m.11 views

GHSA-72C6-FX6Q-FR5W @fastify/middie vulnerable to middleware authentication bypass in child plugin scopes

Impact @fastify/middie v9.3.1 and earlier incorrectly re-prefixes middleware paths when propagating them to child plugin scopes. When a child plugin is registered with a prefix that overlaps with a parent-scoped middleware path, the middleware path is modified during inheritance and silently fail...

9.1CVSS5.8AI score0.00498EPSS
SaveExploits1References5
EUVD
EUVD
added 2026/04/16 10:28 p.m.22 views

EUVD-2026-23235

@fastify/middie vulnerable to middleware bypass via deprecated ignoreDuplicateSlashes option...

7.4CVSS5.8AI score0.00278EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/04/16 10:28 p.m.16 views

@fastify/middie vulnerable to middleware bypass via deprecated ignoreDuplicateSlashes option

Impact @fastify/middie v9.3.1 and earlier does not read the deprecated but still functional top-level ignoreDuplicateSlashes option, only reading from routerOptions. This creates a normalization gap: Fastify's router normalizes duplicate slashes but middie does not, allowing middleware bypass via...

9.1CVSS5.8AI score0.00278EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/04/16 9:28 p.m.27 views

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
SaveExploits0References3Affected Software4
OSV
OSV
added 2026/04/16 9:28 p.m.12 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
NVD
NVD
added 2026/04/16 3:17 p.m.17 views

CVE-2026-33804

@fastify/middie versions 9.3.1 and earlier are vulnerable to middleware bypass when the deprecated Fastify ignoreDuplicateSlashes option is enabled. The middleware path matching logic does not account for duplicate slash normalization performed by Fastify's router, allowing requests with duplicat...

9.1CVSS0.00278EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/04/16 1:56 p.m.38 views

CVE-2026-33804 @fastify/middie vulnerable to middleware bypass via deprecated ignoreDuplicateSlashes option

@fastify/middie versions 9.3.1 and earlier are vulnerable to middleware bypass when the deprecated Fastify ignoreDuplicateSlashes option is enabled. The middleware path matching logic does not account for duplicate slash normalization performed by Fastify's router, allowing requests with duplicat...

7.4CVSS0.00278EPSS
SaveExploits0References2
OSV
OSV
added 2026/04/16 1:56 p.m.10 views

CVE-2026-33804 @fastify/middie vulnerable to middleware bypass via deprecated ignoreDuplicateSlashes option

@fastify/middie versions 9.3.1 and earlier are vulnerable to middleware bypass when the deprecated Fastify ignoreDuplicateSlashes option is enabled. The middleware path matching logic does not account for duplicate slash normalization performed by Fastify's router, allowing requests with duplicat...

7.4CVSS5.9AI score
SaveExploits0References4
Rows per page
Query Builder