Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
CVE-2026-33011
March 20, 2026
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 (if they exist). As a result: middleware will be completely skipped, the HTTP response won't include a body (since the response is truncated when redirecting a HEAD request to a GET handler), and the actual handler will still be executed. This issue is fixed in version 11.1.16.
Affected Packages
https://github.com/nestjs/nest.git (GITHUB):
Affected version(s) >=v4.4.0 <v11.1.17
Fix Suggestion:
Update to version v11.1.17
@nestjs/platform-fastify (NPM):
Affected version(s) >=6.0.0-alpha.3 <11.1.17
Fix Suggestion:
Update to version 11.1.17
@nestjs/platform-fastify (NPM):
Affected version(s) >=6.0.0-alpha.3 <11.1.16
Fix Suggestion:
Update to version 11.1.16
Do you need more information?
Contact Us
CVSS v4
Base Score:
8.7
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
NONE
Vulnerable System Integrity
HIGH
Vulnerable System Availability
NONE
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
7.5
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
NONE
Integrity
HIGH
Availability
NONE
Weakness Type (CWE)
Always-Incorrect Control Flow Implementation
EPSS
Base Score:
0.03