Vulnerabilities (CVE)

Filtered by vendor Nuxt
Angry Yack Logo
Total 11 CVE
CVE Vendors Products Updated CVSS v2 CVSS v3
CVE-2025-52662 1 Nuxt 1 Devtools 2026-02-04 N/A 6.9 MEDIUM
A vulnerability in Nuxt DevTools has been fixed in version **2.6.4***. This issue may have allowed Nuxt auth token extraction via XSS under certain configurations. All users are encouraged to upgrade. More details: https://vercel.com/changelog/cve-2025-52662-xss-on-nuxt-devtools
CVE-2025-59414 1 Nuxt 1 Nuxt 2025-12-03 N/A 3.1 LOW
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 ...

Show More

CVE-2025-27415 1 Nuxt 1 Nuxt 2025-12-03 N/A 7.5 HIGH
Nuxt is an open-source web development framework for Vue.js. Prior to 3.16.0, by sending a crafted HTTP request to a server behind an CDN, it is possible in some circumstances to poison the CDN cache and highly impacts the availability of a site. It is possible to craft a request, such as https://mysite.com/?/_payload.json which will be rendered as JSON. If the CDN in front of a Nuxt site ignores the query string when determining whether to cache a route, then this JSON response could be served ...

Show More

CVE-2023-0878 1 Nuxt 1 Nuxt 2025-05-01 N/A 6.1 MEDIUM
Cross-site Scripting (XSS) - Generic in GitHub repository nuxt/framework prior to 3.2.1.
CVE-2023-3224 1 Nuxt 1 Nuxt 2024-11-21 N/A 9.8 CRITICAL
Code Injection in GitHub repository nuxt/nuxt prior to 3.5.3.
CVE-2022-4414 1 Nuxt 1 Framework 2024-11-21 N/A 6.1 MEDIUM
Cross-site Scripting (XSS) - DOM in GitHub repository nuxt/framework prior to v3.0.0-rc.13.
CVE-2022-4413 1 Nuxt 1 Framework 2024-11-21 N/A 6.1 MEDIUM
Cross-site Scripting (XSS) - Reflected in GitHub repository nuxt/framework prior to v3.0.0-rc.13.
CVE-2024-23657 1 Nuxt 1 Nuxt 2024-09-20 N/A 8.8 HIGH
Nuxt is a free and open-source framework to create full-stack web applications and websites with Vue.js. Nuxt Devtools is missing authentication on the `getTextAssetContent` RPC function which is vulnerable to path traversal. Combined with a lack of Origin checks on the WebSocket handler, an attacker is able to interact with a locally running devtools instance and exfiltrate data abusing this vulnerability. In certain configurations an attacker could leak the devtools authentication token and ...

Show More

CVE-2024-34344 1 Nuxt 1 Nuxt 2024-09-19 N/A 8.8 HIGH
Nuxt is a free and open-source framework to create full-stack web applications and websites with Vue.js. Due to the insufficient validation of the `path` parameter in the NuxtTestComponentWrapper, an attacker can execute arbitrary JavaScript on the server side, which allows them to execute arbitrary commands. Users who open a malicious web page in the browser while running the test locally are affected by this vulnerability, which results in the remote code execution from the malicious web page. ...

Show More

CVE-2024-42352 1 Nuxt 1 Nuxt 2024-09-19 N/A 7.5 HIGH
Nuxt is a free and open-source framework to create full-stack web applications and websites with Vue.js. `nuxt/icon` provides an API to allow client side icon lookup. This endpoint is at `/api/_nuxt_icon/[name]`. The proxied request path is improperly parsed, allowing an attacker to change the scheme and host of the request. This leads to SSRF, and could potentially lead to sensitive data exposure. The `new URL` constructor is used to parse the final path. This constructor can be passed a relati ...

Show More

CVE-2024-34343 1 Nuxt 1 Nuxt 2024-09-19 N/A 6.1 MEDIUM
Nuxt is a free and open-source framework to create full-stack web applications and websites with Vue.js. The `navigateTo` function attempts to blockthe `javascript:` protocol, but does not correctly use API's provided by `unjs/ufo`. This library also contains parsing discrepancies. The function first tests to see if the specified URL has a protocol. This uses the unjs/ufo package for URL parsing. This function works effectively, and returns true for a javascript: protocol. After this, the URL i ...

Show More