Interpretation Conflict in nest - #VU150164
Published: September 16, 2026
Vulnerability details
The vulnerability allows a remote attacker to bypass authentication or authorization.
The vulnerability exists due to an interpretation conflict in the Fastify adapter's path-scoped middleware matching when processing HTTP requests with absolute-form request targets. A remote attacker can send an HTTP request with an absolute-form request target to bypass authentication or authorization.
Only applications that bind middleware to specific paths through MiddlewareConsumer.forRoutes(...) or .exclude(...) are affected.