A AegiFlow
CRITICALCVSS 9.6EPSS 0.3%

CVE-2026-71319

CVE-2026-71319 updated by NVD

Published
2026-08-05
Modified
2026-09-10
EPSS percentile
25%
Sources
github-advisory, nvd

Summary

Nuxt is an open-source web development framework for Vue.js. Prior to 3.3.1, Nuxt DevTools (development mode only) exposes a bidirectional RPC channel over the Vite HMR WebSocket via the nuxt:devtools:rpc plugin. On affected versions the channel has no authentication: any client that can reach the Vite HMR endpoint (ws:// : /, subprotocol vite-hmr) can call RPC methods, with no token, handshake, or origin check before the channel is established. The updateOptions(), clearOptions(), and openInEditor() methods do not enforce the ensureDevAuthToken check that the other mutating methods use. openInEditor() reads the persisted behavior.openInEditor value and passes it to the launch-editor package, which spawns it as a child process. That value is settable through the equally unauthenticated updateOptions(). An attacker who can reach the HMR port can therefore chain updateOptions('behavior', { openInEditor: ' ' }) then openInEditor(' ') to execute an arbitrary program on the developer's machine. This issue is fixed in 3.3.1.

Affected packages

EcosystemPackageAffected versionsFixed versions
npm@nuxt/devtools3.3.1

Remediation: Upgrade to 3.3.1 or later.

References

Includes data from the GitHub Advisory Database, licensed under CC-BY 4.0.

Includes data from the National Vulnerability Database (NIST). NVD data is in the public domain; this page is not endorsed by NIST.

CVE® is a registered trademark of The MITRE Corporation. CVE content reproduced under the CVE Terms of Use; copyright designation © MITRE.

EPSS scores provided by the FIRST.org Exploit Prediction Scoring System.