Browse all 6 CVE security advisories affecting nestjs. AI-powered Chinese analysis, POCs, and references for each vulnerability.
NestJS is a Node.js framework for building efficient server-side applications, primarily used for creating RESTful APIs and microservices. Historically, it has been susceptible to common web vulnerabilities including remote code execution, cross-site scripting, and privilege escalation, often stemming from misconfigurations or insecure default settings. While no major security incidents have been widely documented, the five CVEs on record highlight potential risks in areas such as template injection and improper input validation. Developers should implement strict security controls, particularly around authentication and data sanitization, to mitigate these vulnerabilities when using the framework in production environments.
| CVE ID | Title | CVSS | Severity | Published |
|---|---|---|---|---|
| CVE-2026-54281 | Nest: Middleware Bypass on Fastify via Trailing Slash — nest CWE-863 | - | - | 2026-06-22 |
| CVE-2026-40879 | Nest: DoS via Recursive handleData in JsonSocket (TCP Transport) — nest CWE-674 | 7.5 | High | 2026-04-21 |
| CVE-2026-35515 | @nestjs/core Improperly Neutralizes Special Elements in Output Used by a Downstream Component ('Injection') — nest CWE-74 | 6.5AI | Medium AI | 2026-04-07 |
| CVE-2026-33011 | Nest Fastify HEAD Request Middleware Bypass — nest CWE-670 | 7.1 | - | 2026-03-20 |
| CVE-2025-69211 | Nest has a Fastify URL Encoding Middleware Bypass (TOCTOU) — nest CWE-367 | 8.1 | - | 2025-12-29 |
| CVE-2025-54782 | @nestjs/devtools-integration's CSRF to Sandbox Escape Allows for RCE against JS Developers — nest CWE-77 | 9.6 | - | 2025-08-01 |
This page lists every published CVE security advisory associated with nestjs. Each entry links to a detailed page with CVSS scoring, CWE classification, affected products and references. AI-generated Chinese analysis is provided for fast triage.