---
id: CVE-2026-71319
title: Nuxt is an open-source web development framework for Vue.js
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…
severity: critical
cvss: 9.6
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H'
cwe:
  - CWE-94
  - CWE-306
vendor: nuxt
product: '@nuxt/devtools'
affected:
  - '@nuxt/devtools < 3.3.1'
patched:
  - '@nuxt/devtools 3.3.1'
published: '2026-08-05'
updated: '2026-09-08'
sourceUpdated: '2026-09-08T20:51:43.490'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-71319'
references:
  - url: >-
      https://github.com/nuxt/devtools/commit/a7b2718b930766e1ffb0640259d53f5b041a50b4
    label: security-advisories@github.com
  - url: 'https://github.com/nuxt/devtools/releases/tag/v3.3.1'
    label: security-advisories@github.com
  - url: 'https://github.com/nuxt/nuxt/security/advisories/GHSA-279x-mwfv-vcqv'
    label: security-advisories@github.com
  - url: 'https://github.com/advisories/GHSA-279x-mwfv-vcqv'
tags:
  - nvd
  - ghsa
  - npm
epss: 0.00629
epssPercentile: 0.47937
aliases:
  - GHSA-279x-mwfv-vcqv
ecosystem: npm
ingestedAt: '2026-08-05T21:52:35.761Z'
---

## Overview

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://<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. This issue is fixed in 3.3.1.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.

## Package advisory (CVE-2026-71319)

Affected packages:

- `@nuxt/devtools < 3.3.1`

Patched in:

- `@nuxt/devtools 3.3.1`

Source: https://github.com/advisories/GHSA-279x-mwfv-vcqv
