GHSA-279x-mwfv-vcqv: Code Injection

Published Aug 5, 2026
·
Updated

Impact

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://<host>:<port>/, 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: '<command>' }) then openInEditor('<any-existing-file>') to execute an arbitrary program on the developer's machine.

The HMR port is reachable by a process on the same host, by any peer on the LAN when the dev server is bound with nuxi dev --host, or by a malicious website the developer visits while the dev server is running (a browser can open the HMR WebSocket cross-origin). Impact is limited to development environments; production builds do not run DevTools.

Patches

Fixed in @nuxt/devtools@3.3.1. Because nuxt depends on @nuxt/devtools through a ^3.x range, updating is a lockfile refresh / reinstall; no nuxt release is required.

Workarounds

- Update @nuxt/devtools to a patched version. - Do not run the dev server bound to a non-loopback interface (nuxi dev --host) on an untrusted network. - Disable DevTools entirely with devtools: { enabled: false } in nuxt.config.

References

- GHSA-279x-mwfv-vcqv - launch-editor: https://www.npmjs.com/package/launch-editor

Affected Software

1 affected componentFixes available
npm/@nuxt/devtools<3.3.1
3.3.1

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade npm/@nuxt/devtools to a version that resolves this vulnerability.

    Fixed in 3.3.1
  2. Upgrade

    Upgrade @nuxt/devtools to a version that resolves this vulnerability.

    Fixed in 3.3.1Patch GHSA-279x-mwfv-vcqv
  3. Configuration

    Disable DevTools entirely in nuxt.config by setting devtools: { enabled: false }.

    Nuxt DevTools devtools.enabled = false
  4. Compensating control

    Do not expose the Nuxt dev server/HMR port to untrusted networks: avoid binding the dev server to a non-loopback interface with `nuxi dev --host` on any untrusted network.

Event History

Aug 5, 2026
Advisory Published
via GitHub·09:27 PM
Data Sourced
via GitHub·09:27 PM
DescriptionSeverityWeaknessAffected Software
Free Weekly Intel

Don't miss critical vulnerabilities

Join thousands of security professionals who receive our weekly digest of trending CVEs, zero-days, and exploited vulnerabilities.

No spam. Unsubscribe anytime.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203