PT-2025-38250 · Nuxt · Nuxt

Published

2025-09-17

·

Updated

2025-09-17

·

CVE-2025-59414

CVSS v3.1
3.1
VectorAV:N/AC:H/PR:N/UI:R/S:U/C:L/I:N/A:N

Nuxt is an open-source web development framework for Vue.js. Prior to 3.19.0 and 4.1.0, A client-side path traversal vulnerability in Nuxt's Island payload revival mechanism allowed attackers to manipulate client-side requests to different endpoints within the same application domain when specific prerendering conditions are met. The vulnerability occurs in the client-side payload revival process (revive-payload.client.ts) where Nuxt Islands are automatically fetched when encountering serialized nuxt island objects. During prerendering, if an API endpoint returns user-controlled data containing a crafted nuxt island object, he data gets serialized with devalue.stringify and stored in the prerendered page. When a client navigates to the prerendered page, devalue.parse deserializes the payload. The Island reviver attempts to fetch / nuxt island/${key}.json where key could contain path traversal sequences. Update to Nuxt 3.19.0+ or 4.1.0+.

Fix

Path traversal

Weakness Enumeration

Related Identifiers

CVE-2025-59414

Affected Products

Nuxt