Intel

AIKIDO-2026-10258

@nestjs/platform-fastify is vulnerable to URL normalization bypass

URL normalization bypassCVE-2026-2293 Published Feb 27, 2026

80

High Risk

This Affects:

JS@nestjs/platform-fastify
11.0.0 - 11.1.13
Fixed in 11.1.14
Are you affected? Scan for Free

TL;DR

Affected versions of this package contain a Fastify middleware bypass due to inconsistent URL normalization and sanitization before route matching and security checks. Improper handling of duplicate slashes, trailing slashes, case sensitivity, and URI decoding may allow crafted requests to be interpreted differently by middleware and the router. An attacker could exploit this by sending specially crafted paths (e.g., using //, mixed casing, encoded characters, or trailing slashes) to bypass authentication or authorization middleware and access protected endpoints. The issue stems from mismatched canonicalization logic that enables path confusion and access control evasion.

Who does this affect?

You are affected if you are using a version that falls within the vulnerable range.

Background info

@nestjs/platform-fastify is vulnerable to URL normalization bypass in versions 11.0.0 - 11.1.13.

How to fix this

Upgrade the @nestjs/platform-fastify library to the patch version.