Lucene search
+L

337 matches found

OSV
OSV
added 2026/02/27 6:31 p.m.14 views

GHSA-7Q64-3RG2-H9PF Duplicate Advisory: Nest has a Fastify URL Encoding Middleware Bypass

Duplicate Advisory This advisory has been withdrawn because it is a duplicate of GHSA-r4wm-x892-vjmx. This link is maintained to preserve external references. Original Description A NestJS application using @nestjs/platform-fastify can allow bypass of authentication/authorization middleware when...

8.2CVSS5.8AI score
SaveExploits0References4
Snyk
Snyk
added 2026/02/27 6:22 p.m.13 views

Incorrect Authorization

Overview @nestjs/core is a Nest - modern, fast, powerful node.js web framework @core Affected versions of this package are vulnerable to Incorrect Authorization when Fastify path-normalization options e.g., ignoreTrailingSlash, ignoreDuplicateSlashes, useSemicolonDelimiter are enabled. An attacke...

8.2CVSS6AI score0.00666EPSS
SaveExploits1References2
NVD
NVD
added 2026/02/27 5:16 p.m.15 views

CVE-2026-2293

A NestJS application using @nestjs/platform-fastify can allow bypass of authentication/authorization middleware when Fastify path-normalization options are enabled. This issue affects nest.Js: 11.1.13...

9.8CVSS0.00666EPSS
SaveExploits1References6
ATTACKERKB
ATTACKERKB
added 2026/02/27 4:15 p.m.5 views

CVE-2026-2293

A NestJS application using @nestjs/platform-fastify can allow bypass of authentication/authorization middleware when Fastify path-normalization options are enabled. This issue affects nest.Js: 11.1.13...

8.2CVSS5.9AI score0.00666EPSS
SaveExploits1References4Affected Software1
OSV
OSV
added 2026/02/27 4:15 p.m.6 views

CVE-2026-2293 NestJS 11.1.13 - Lack of data validation allowing authentication/authorization bypass

A NestJS application using @nestjs/platform-fastify can allow bypass of authentication/authorization middleware when Fastify path-normalization options are enabled. This issue affects nest.Js: 11.1.13...

8.2CVSS6AI score
SaveExploits0References9
Cvelist
Cvelist
added 2026/02/27 4:15 p.m.30 views

CVE-2026-2293 NestJS 11.1.13 - Lack of data validation allowing authentication/authorization bypass

A NestJS application using @nestjs/platform-fastify can allow bypass of authentication/authorization middleware when Fastify path-normalization options are enabled. This issue affects nest.Js: 11.1.13...

8.2CVSS0.00666EPSS
SaveExploits1References3
Vulnrichment
Vulnrichment
added 2026/02/27 4:15 p.m.7 views

CVE-2026-2293 NestJS 11.1.13 - Lack of data validation allowing authentication/authorization bypass

A NestJS application using @nestjs/platform-fastify can allow bypass of authentication/authorization middleware when Fastify path-normalization options are enabled. This issue affects nest.Js: 11.1.13...

8.2CVSS5.9AI score0.00666EPSS
SaveExploits1References3
CVE
CVE
added 2026/02/27 4:15 p.m.73 views

CVE-2026-2293

Summary: CVE-2026-2293 describes a bypass of authentication/authorization in NestJS apps using @nestjs/platform-fastify when Fastify path-normalization options are enabled. The root cause is a mismatch between middleware evaluation and route dispatch due to differing URL interpretations, allowing...

9.8CVSS5.9AI score0.00666EPSS
SaveExploits1References6Affected Software1
CNNVD
CNNVD
added 2026/02/27 12:00 a.m.60 views

nest 安全漏洞

nest is a Node.js framework developed by Nestjs, designed for building efficient, scalable, and enterprise-level server-side applications using TypeScript/JavaScript. Version 11.1.13 of nest contains a security vulnerability. This vulnerability arises from NestJS applications that utilize...

9.8CVSS5.8AI score0.00666EPSS
SaveExploits1References3
RedhatCVE
RedhatCVE
added 2026/01/09 9:13 a.m.26 views

CVE-2022-31070

NestJS Proxy is a NestJS module to decorate and proxy calls. Prior to version 0.7.0, the nestjs-proxy library did not have a way to block sensitive cookies e.g. session cookies from being forwarded to backend services configured by the application developer. This could have led to sensitive cooki...

7.5CVSS6.5AI score0.00616EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2026/01/09 9:13 a.m.23 views

CVE-2022-31069

NestJS Proxy is a NestJS module to decorate and proxy calls. Prior to version 0.7.0, the nestjs-proxy library did not have a way to control when Authorization headers should should be forwarded for specific backend services configured by the application developer. This could have resulted in...

7.5CVSS6.4AI score0.00616EPSS
SaveExploits0References1
Github Security Blog
Github Security Blog
added 2025/12/30 3:32 p.m.13 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.00369EPSS
SaveExploits1References4Affected Software1
OSV
OSV
added 2025/12/30 3:32 p.m.21 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.00369EPSS
SaveExploits1References4
Snyk
Snyk
added 2025/12/29 4:44 p.m.16 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.00369EPSS
SaveExploits1References2
NVD
NVD
added 2025/12/29 4:15 p.m.19 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.00369EPSS
SaveExploits1References2
OSV
OSV
added 2025/12/29 4:01 p.m.11 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.8AI score
SaveExploits0References4
Cvelist
Cvelist
added 2025/12/29 4:01 p.m.35 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.00369EPSS
SaveExploits1References2
Vulnrichment
Vulnrichment
added 2025/12/29 4:01 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.00369EPSS
SaveExploits1References2
CNNVD
CNNVD
added 2025/12/29 12:00 a.m.8 views

nest 安全漏洞

nest is a Node.js framework open-sourced by nestjs for building efficient, scalable and enterprise-class server-side applications using TypeScript/JavaScript. A security vulnerability exists in versions of nest prior to 11.1.11, which stems from a bypass in the Fastify URL encoding middleware tha...

9.1CVSS5.8AI score0.00369EPSS
SaveExploits1References2
EUVD
EUVD
added 2025/11/25 12:16 a.m.6 views

EUVD-2025-199402

Malicious code in @voiceflow/nestjs-redis npm...

6.6AI score
SaveExploits0References3
Rows per page
Query Builder