CVE-2026-56301
Undergoing Analysis
Undergoing Analysis - In Progress
Nuxt Development Server Local File Read via Unprotected IPC Socket
Publication date: 2026-06-23
Last updated on: 2026-06-23
Assigner: VulnCheck
Description
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.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| nuxt | nuxt | to 4.4.7 (exc) |
| nuxt | nuxt | to 3.21.7 (exc) |
| nuxt | nuxt | From 4.0.0 (inc) to 4.4.6 (inc) |
| nuxt | nuxt | From 3.18.0 (inc) to 3.21.6 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-276 | During installation, installed file permissions are set to allow anyone to modify those files. |