Bỏ qua đến nội dung chính
Back to home
Tech 2 min read

Nuxt releases urgent patches for critical security vulnerabilities 🔐

The Nuxt team has released urgent updates to patch eight security vulnerabilities, including a high-severity server-side remote code execution (RCE) bug.

Tier 2 · sources 51% confidence Reviewed
Sources vercel.com

The Nuxt development team has officially released Nuxt 4.5.1, Nuxt 3.21.10, and @nuxt/devtools 3.3.1 to address eight newly discovered security vulnerabilities. Most notably, a high-severity server-side remote code execution (RCE) vulnerability has been patched in this rollout. This update requires developers utilizing the Nuxt framework to quickly upgrade their systems to protect their applications.

Detailed Developments

According to the July 2026 security advisory from Vercel, Nuxt developers received advance notice of these vulnerabilities before public disclosure. Among the patched issues, there is a high-severity route rule authorization bypass, which is a regression from a previous fix for CVE-2026-53721. Additionally, a cross-user disclosure of cached payloads vulnerability specifically affects Nuxt 4.x versions 4.4.0 and later. These issues forced the team to roll out simultaneous patches for both major branches, Nuxt 3 and Nuxt 4. Furthermore, the development companion tool, Nuxt DevTools, was found to have a critical remote code execution vulnerability limited to development environments.

Technical & Technology Analysis

Delving into the technical details, the high-severity server-side RCE vulnerability (GHSA-9473-5f9j-94wq) stems from the handling of server island properties within Nuxt. Attackers could exploit this behavior by passing malicious properties to trigger unauthorized code execution on the host server. Another related vulnerability in this area allows unauthorized component instantiation due to improper validation of these props. For the caching-related vulnerability, authenticated pages containing user-specific data could be inadvertently cached upstream, leading to cross-user data exposure. The new patches alter the routing architecture and tighten input validation to eliminate these attack vectors.

Expert Opinions & Insights

Although the Vercel platform announced that they deployed platform-wide Web Application Firewall (WAF) mitigations before public disclosure, security experts warn developers not to remain complacent. According to Vercel, their WAF mitigations only cover direct exploitation of the server-side RCE. The remaining vulnerabilities—including component instantiation, caching, authorization bypass, and denial-of-service—still strictly require upgrading Nuxt and Nuxt DevTools. Consequently, manually upgrading dependencies to Nuxt 4.5.1, Nuxt 3.21.10, and DevTools 3.3.1 is the only comprehensive and mandatory path to safety.

Impact & Future

This security event serves as a strong reminder for web developers about the critical importance of dependency and vulnerability management in modern frontend frameworks. Upgrading is not just about running a package manager command; developers utilizing Nuxt 4 with cached authenticated pages must also purge upstream caches to prevent previously leaked payloads from persisting. Moving forward, proactive security coordination between cloud hosting providers and open-source maintainers will likely become the norm. This synergy significantly reduces widespread damage prior to the successful application of official patches.