---
id: GHSA-2x6f-57hp-86fx
title: >-
  Duplicate Advisory: Nuxt dev server vite-node IPC socket is world-connectable
  on Linux
summary: >-
  Duplicate Advisory: Nuxt dev server vite-node IPC socket is world-connectable
  on Linux
severity: medium
cvss: 5.5
cwe:
  - CWE-276
vendor: nuxt
product: nuxt
ecosystem: npm
affected:
  - 'nuxt >= 4.0.0, < 4.4.7'
patched:
  - nuxt 4.4.7
published: '2026-06-23'
updated: '2026-09-23'
sourceUpdated: '2026-09-23T21:25:47Z'
source: GHSA
sourceUrl: 'https://github.com/advisories/GHSA-2x6f-57hp-86fx'
references:
  - url: 'https://github.com/nuxt/nuxt/security/advisories/GHSA-534h-c3cw-v3h9'
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2026-56301'
  - url: >-
      https://github.com/nuxt/nuxt/commit/1f9f4767a8725104da9bee872bb8d35246f25ae5
  - url: >-
      https://github.com/nuxt/nuxt/commit/c293bf9503ccb3bc9559bff4a1f592f99063c9ea
  - url: >-
      https://www.vulncheck.com/advisories/nuxt-arbitrary-file-read-via-world-connectable-vite-node-ipc-socket-on-linux
  - url: 'https://github.com/advisories/GHSA-2x6f-57hp-86fx'
tags:
  - ghsa
  - npm
ingestedAt: '2026-09-23T21:33:13.541Z'
---

## Overview

### Duplicate Advisory
This advisory has been withdrawn because it is a duplicate of GHSA-534h-c3cw-v3h9. This link is maintained to preserve external references.

### Original Description
Nuxt 4.0.0 before 4.4.7 and 3.18.0 before 3.21.7, when running the development server (nuxt dev) on Linux, binds the vite-node IPC server to an abstract-namespace Unix socket without permission restrictions, allowing local users to enumerate and connect. Unprivileged co-resident users can exploit the unprotected module request handler to read arbitrary files such as .env and SSH keys through the SSR plugin pipeline. Production builds are unaffected, as the IPC server runs only in development.

## Affected packages

- `nuxt >= 4.0.0, < 4.4.7`

## Remediation

Upgrade to a patched release:

- `nuxt 4.4.7`
