Lucene search
K

641 matches found

OSV
OSV
added 2026/01/19 3:24 p.m.4 views

CVE-2026-22031 Fastify Middie Middleware Path Bypass

@fastify/middie is the plugin that adds middleware support on steroids to Fastify. A security vulnerability exists in @fastify/middie prior to version 9.1.0 where middleware registered with a specific path prefix can be bypassed using URL-encoded characters e.g., /%61dmin instead of /admin. While...

8.4CVSS5.6AI score0.00457EPSS
Exploits1References6
CVE
CVE
added 2026/01/19 3:24 p.m.12 views

CVE-2026-22031

CVE-2026-22031 affects the Fastify middleware plugin @fastify/middie (prior to 9.1.0). A vulnerability allows bypassing a middleware registered with a path prefix by using URL-encoded paths (e.g., /%61dmin). The middie engine uses path-to-regexp for matching; the regex is applied to the undecoded...

8.8CVSS5.5AI score0.00457EPSS
Exploits1References4Affected Software1
Cvelist
Cvelist
added 2026/01/19 3:24 p.m.19 views

CVE-2026-22031 Fastify Middie Middleware Path Bypass

@fastify/middie is the plugin that adds middleware support on steroids to Fastify. A security vulnerability exists in @fastify/middie prior to version 9.1.0 where middleware registered with a specific path prefix can be bypassed using URL-encoded characters e.g., /%61dmin instead of /admin. While...

8.4CVSS0.00457EPSS
Exploits1References4
ATTACKERKB
ATTACKERKB
added 2026/01/19 3:24 p.m.4 views

CVE-2026-22031

@fastify/middie is the plugin that adds middleware support on steroids to Fastify. A security vulnerability exists in @fastify/middie prior to version 9.1.0 where middleware registered with a specific path prefix can be bypassed using URL-encoded characters e.g., /%61dmin instead of /admin. While...

8.4CVSS5.5AI score0.00457EPSS
Exploits1References5Affected Software1
Vulnrichment
Vulnrichment
added 2026/01/19 3:24 p.m.2 views

CVE-2026-22031 Fastify Middie Middleware Path Bypass

@fastify/middie is the plugin that adds middleware support on steroids to Fastify. A security vulnerability exists in @fastify/middie prior to version 9.1.0 where middleware registered with a specific path prefix can be bypassed using URL-encoded characters e.g., /%61dmin instead of /admin. While...

8.4CVSS5.5AI score0.00457EPSS
Exploits1References4
CNNVD
CNNVD
added 2026/01/19 12:0 a.m.3 views

@fastify/middie security vulnerabilities

@fastify/middie is an open-source middleware engine developed by Fastify. Versions of @fastify/middie prior to 9.1.0 contained security vulnerabilities. These vulnerabilities were due to improper path prefix matching, which could allow the middleware to bypass security checks...

8.8CVSS5.8AI score0.00457EPSS
Exploits1References4
Positive Technologies
Positive Technologies
added 2026/01/19 12:0 a.m.3 views

PT-2026-3448

Name of the Vulnerable Software and Affected Versions @fastify/middie versions prior to 9.1.0 Description A security issue exists in @fastify/middie where middleware registered with a specific path prefix can be bypassed using URL-encoded characters. For example, using /%61dmin instead of /admin...

8.8CVSS5.3AI score0.00457EPSS
Exploits1References14
CNNVD
CNNVD
added 2026/01/19 12:0 a.m.4 views

@fastify/express security vulnerability

@fastify/express is a compatibility plugin developed by Fastify. Versions of @fastify/express prior to 4.0.3 contained security vulnerabilities. These vulnerabilities were caused by improper path prefix matching, which could allow middleware to bypass security checks...

8.4CVSS5.8AI score0.00321EPSS
Exploits0References3
Positive Technologies
Positive Technologies
added 2026/01/19 12:0 a.m.5 views

PT-2026-3452

Name of the Vulnerable Software and Affected Versions @fastify/express versions prior to 4.0.3 Description A security issue exists in the @fastify/express plugin, which provides Express compatibility for Fastify. The problem occurs when middleware is registered with a specific path prefix...

8.4CVSS5.3AI score0.00321EPSS
Exploits0References11
RedhatCVE
RedhatCVE
added 2026/01/09 9:0 a.m.6 views

CVE-2023-29019

@fastify/passport is a port of passport authentication library for the Fastify ecosystem. Applications using @fastify/passport in affected versions for user authentication, in combination with @fastify/session as the underlying session management mechanism, are vulnerable to session fixation...

8.1CVSS6.8AI score0.00751EPSS
Exploits0References1
RedhatCVE
RedhatCVE
added 2026/01/09 8:42 a.m.8 views

CVE-2022-31142

@fastify/bearer-auth is a Fastify plugin to require bearer Authorization headers. @fastify/bearer-auth prior to versions 7.0.2 and 8.0.1 does not securely use crypto.timingSafeEqual. A malicious attacker could estimate the length of one valid bearer token. According to the corresponding RFC 6750,...

7.5CVSS6.6AI score0.01156EPSS
Exploits0References1
RedhatCVE
RedhatCVE
added 2025/12/30 5:54 p.m.14 views

CVE-2025-69211

Nest is a framework for building scalable Node.js server-side applications. Versions prior to 11.1.11 have a Fastify URL encoding middleware bypass. A NestJS application is vulnerable if it uses @nestjs/platform-fastify; relies on NestMiddleware via MiddlewareConsumer for security checks...

9.1CVSS6.5AI score0.00355EPSS
Exploits1References5
EUVD
EUVD
added 2025/12/30 3:32 p.m.4 views

EUVD-2025-205611

Nest has a Fastify URL Encoding Middleware Bypass TOCTOU...

9.1CVSS6.4AI score0.00355EPSS
Exploits1References3
Github Security Blog
Github Security Blog
added 2025/12/30 3:32 p.m.7 views

Nest has a Fastify URL Encoding Middleware Bypass (TOCTOU)

A NestJS application is vulnerable if it meets all of the following criteria: 1. Platform: Uses @nestjs/platform-fastify. 2. Security Mechanism: Relies on NestMiddleware via MiddlewareConsumer for security checks authentication, authorization, etc., or through app.use 3. Routing: Applies middlewa...

9.1CVSS6.9AI score0.00355EPSS
Exploits1References4Affected Software1
OSV
OSV
added 2025/12/30 3:32 p.m.4 views

GHSA-8WPR-639P-CCRJ Nest has a Fastify URL Encoding Middleware Bypass (TOCTOU)

A NestJS application is vulnerable if it meets all of the following criteria: 1. Platform: Uses @nestjs/platform-fastify. 2. Security Mechanism: Relies on NestMiddleware via MiddlewareConsumer for security checks authentication, authorization, etc., or through app.use 3. Routing: Applies middlewa...

9.1CVSS6.8AI score0.00355EPSS
Exploits1References4
Snyk
Snyk
added 2025/12/29 4:44 p.m.4 views

Time-of-check Time-of-use (TOCTOU) Race Condition

Overview @nestjs/platform-fastify is a Nest - modern, fast, powerful node.js web framework @platform-fastify Affected versions of this package are vulnerable to Time-of-check Time-of-use TOCTOU Race Condition in the URL encoding middleware, allowing it to be bypassed in certain configurations. An...

9.1CVSS6.6AI score0.00355EPSS
Exploits1References2
NVD
NVD
added 2025/12/29 4:15 p.m.11 views

CVE-2025-69211

Nest is a framework for building scalable Node.js server-side applications. Versions prior to 11.1.11 have a Fastify URL encoding middleware bypass. A NestJS application is vulnerable if it uses @nestjs/platform-fastify; relies on NestMiddleware via MiddlewareConsumer for security checks...

9.1CVSS0.00355EPSS
Exploits1References2
CVE
CVE
added 2025/12/29 4:1 p.m.14 views

CVE-2025-69211

CVE-2025-69211 affects Nest.js applications using the Fastify platform integration before version 11.1.11. The issue is a bypass in the Fastify URL encoding middleware that can skip security checks implemented via NestMiddleware (via MiddlewareConsumer) or app.use(), particularly when middleware ...

9.1CVSS6.5AI score0.00355EPSS
Exploits1References2Affected Software1
Vulnrichment
Vulnrichment
added 2025/12/29 4:1 p.m.1 views

CVE-2025-69211 Nest has a Fastify URL Encoding Middleware Bypass (TOCTOU)

Nest is a framework for building scalable Node.js server-side applications. Versions prior to 11.1.11 have a Fastify URL encoding middleware bypass. A NestJS application is vulnerable if it uses @nestjs/platform-fastify; relies on NestMiddleware via MiddlewareConsumer for security checks...

9.1CVSS6.5AI score0.00355EPSS
Exploits1References2
Cvelist
Cvelist
added 2025/12/29 4:1 p.m.27 views

CVE-2025-69211 Nest has a Fastify URL Encoding Middleware Bypass (TOCTOU)

Nest is a framework for building scalable Node.js server-side applications. Versions prior to 11.1.11 have a Fastify URL encoding middleware bypass. A NestJS application is vulnerable if it uses @nestjs/platform-fastify; relies on NestMiddleware via MiddlewareConsumer for security checks...

9.1CVSS0.00355EPSS
Exploits1References2
Rows per page
Query Builder