VYPR

npm package

@nestjs/platform-fastify

pkg:npm/%40nestjs/platform-fastify

Vulnerabilities (4)

  • CVE-2026-54281higJun 15, 2026
    affected < 11.1.24fixed 11.1.24

    ### Impact An authentication bypass vulnerability exists in `@nestjs/platform-fastify` (confirmed on version `11.1.24`, the latest available release at time of report). When middleware is registered through NestJS's `MiddlewareConsumer.forRoutes()` API on the Fastify adapter, an

  • CVE-2026-33011Mar 20, 2026
    affected < 11.1.16fixed 11.1.16

    Nest is a framework for building scalable Node.js server-side applications. In versions 11.1.15 and below, a NestJS application using @nestjs/platform-fastify GET middleware can be bypassed because Fastify automatically redirects HEAD requests to the corresponding GET handlers (i

  • CVE-2026-2293CriFeb 27, 2026
    affected < 11.1.14fixed 11.1.14

    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.

  • CVE-2025-69211Dec 29, 2025
    affected < 11.1.11fixed 11.1.11

    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