CVE-2026-47200
Nuxt is an open-source web development framework for Vue.js
Published: 2026-06-12 · Last updated: 2026-06-13
Severity and scoring
- CWE
- CWE-284, CWE-288
Description
Nuxt is an open-source web development framework for Vue.js. In Nuxt versions 3.11.0 to before 3.21.6 and 4.0.0-alpha.1 to before 4.4.6 and @nuxt/nitro-server versions 3.20.0 to before 3.21.6 and 4.0.0-alpha.1 to before 4.4.6, when experimental.componentIslands is enabled (default in Nuxt 4), any .server.vue file under pages/ is automatically registered as a server island under the key page_<routeName> and exposed via the /__nuxt_island/:name endpoint. Until this fix, requests through that endpoint rendered the page component directly via the SSR renderer without instantiating Vue Router, which meant route middleware declared on the page (including definePageMeta({ middleware })) did not run. This issue has been patched in versions 3.21.6 and 4.4.6.
Source: NVD
References
Related CVEs
Same CWE
- CVE-2026-53520 — Nezha Monitoring is a self-hostable, lightweight, servers and websites monitoring and O&M tool (6.5 MEDIUM)
- CVE-2026-44783 — Discourse is an open-source discussion platform (5.4 MEDIUM)
- CVE-2026-47182 — Frappe is a full-stack web application framework
- CVE-2026-44976 — Frappe is a full-stack web application framework
- CVE-2026-44208 — Frappe is a full-stack web application framework