Vulnerabilities (CVE)

Filtered by vendor Nestjs Subscribe
Filtered by product Nest
Total 3 CVE
CVE Vendors Products Updated CVSS v2 CVSS v3
CVE-2025-69211 1 Nestjs 1 Nest 2026-02-20 N/A 7.4 HIGH
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 (authentication, authorization, etc.), or through `app.use()`; and applies middleware to specific routes using string paths or controllers (e.g., `.forRoutes('admin')`). Exploitation can result in unauthenticated users accessing protected routes, restricted administrative endpoints becoming accessible to lower-privileged users, and/or middleware performing sanitization or validation being skipped. This issue is patched in `@nestjs/platform-fastify@11.1.11`.
CVE-2024-29409 1 Nestjs 1 Nest 2025-04-03 N/A 5.5 MEDIUM
File Upload vulnerability in nestjs nest v.10.3.2 allows a remote attacker to execute arbitrary code via the Content-Type header.
CVE-2023-26108 1 Nestjs 1 Nest 2024-11-21 N/A 3.7 LOW
Versions of the package @nestjs/core before 9.0.5 are vulnerable to Information Exposure via the StreamableFile pipe. Exploiting this vulnerability is possible when the client cancels a request while it is streaming a StreamableFile, the stream wrapped by the StreamableFile will be kept open.