CVE-2025-69211 is a low severity vulnerability with a CVSS score of 0.0. No known exploits currently, and patches are available.
Very low probability of exploitation
EPSS predicts the probability of exploitation in the next 30 days based on real-world threat data, complementing CVSS severity scores with actual risk assessment.
A NestJS application is vulnerable if it meets all of the following criteria:
@nestjs/platform-fastify.NestMiddleware (via MiddlewareConsumer) for security checks (authentication, authorization, etc.), or through app.use().forRoutes('admin')).
Example Vulnerable Config:// app.module.ts
export class AppModule implements NestModule {
configure(consumer: MiddlewareConsumer) {
consumer
.apply(AuthMiddleware) // Security check
.forRoutes('admin'); // Vulnerable: Path-based restriction
}
}
Attack Vector:
/adminadminGET /%61dmin%61dmin), but controller for /admin is executed.Consequences:
Patched in @nestjs/[email protected]
Credit goes to Hacktron AI for reporting this issue.
Please cite this page when referencing data from Strobes VI. Proper attribution helps support our vulnerability intelligence research.