MEDIUM · CVSS 6.1

CVE-2024-47178 — Nuxt devtools prototype pollution

Nuxt devtools had a prototype-pollution in its dev-mode route handler that could escalate to RCE on the developer's machine when the dev server was exposed.

Affects
  • nuxt-devtools < 1.5.1

What an attacker does

A developer runs Nuxt dev server exposed to LAN or the internet (e.g., with `--host`). An attacker on the network pollutes the object prototype via a crafted request; subsequent devtools operations execute attacker code.

How to detect

Check package.json for nuxt-devtools version.

How to fix

Upgrade nuxt-devtools. Never expose the Nuxt dev server.

Securie findingmedium · CVSS 6.1
CVE-2024-47178

How Securie catches CVE-2024-47178

Securie flags vulnerable nuxt-devtools + warns on dev-server network exposure.

Scan my repo for CVE-2024-47178Securie reviews every PR · proves real issues · opens verified fix PRs

References