CVSS Score: 9.6 Published: 2026-08-05 Full Report: https://cvereports.com/reports/CVE-2026-71319
An unauthenticated remote code execution (RCE) vulnerability exists in Nuxt DevTools prior to version 3.3.1. The vulnerability arises from an unauthenticated RPC channel exposed over the Vite Hot Module Replacement (HMR) WebSocket server, allowing an attacker to modify file editor configurations and execute arbitrary commands under the server context.
Nuxt DevTools before 3.3.1 allows unauthenticated remote attackers to execute arbitrary shell commands via exposed WebSocket RPC endpoints.
- CWE ID: CWE-94 / CWE-306
- Attack Vector: Network
- CVSS Score: 9.6
- Exploit Status: Proof of Concept (PoC)
- CISA KEV Status: Not Listed
- Ransomware Association: No
- Nuxt DevTools
- Nuxt DevTools (@nuxt/devtools): < 3.3.1 (Fixed in:
3.3.1)
- Upgrade @nuxt/devtools to version 3.3.1 or higher.
- Disable Nuxt DevTools completely if upgrading is not immediately possible.
- Restrict bound network interfaces to localhost/loopback address.
Remediation Steps:
- Identify vulnerable package configurations in package.json or lock files.
- Run package manager update command:
npm update @nuxt/devtoolsorpnpm update @nuxt/devtools. - Verify the installed version is 3.3.1 or later.
- If updates are blocked, edit
nuxt.config.tsto setdevtools: { enabled: false }.
- GitHub Security Advisory GHSA-279x-mwfv-vcqv
- Fix Commit in Nuxt DevTools Repository
- Nuxt DevTools v3.3.1 Release Notes
- CVE-2026-71319 on CVE.org
Generated by CVEReports - Automated Vulnerability Intelligence