#VU125027 Improper access control in nest - CVE-2026-33011
Published: April 7, 2026
nest
nestjs
Description
The vulnerability allows a remote attacker to bypass middleware protections.
The vulnerability exists due to improper access control in GET middleware handling when processing HEAD requests that are redirected to corresponding GET handlers. A remote attacker can send a HEAD request to bypass middleware protections.
The targeted handler is still executed, but the HTTP response does not include a body.