CVE-2026-47200
Analyzed
Analyzed - Analysis Complete
Nuxt Framework Missing Route Middleware Execution in Server Islands
Vulnerability report for CVE-2026-47200, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.
Publication date: 2026-06-12
Last updated on: 2026-06-15
Assigner: GitHub, Inc.
Description
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.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| nuxt | nuxt | From 4.0.0 (inc) to 4.4.6 (exc) |
| nuxt | nuxt | From 3.11.0 (inc) to 3.21.6 (exc) |
| nuxt | nuxt/nitro-server | From 3.20.0 (inc) to 3.21.6 (exc) |
| nuxt | nuxt/nitro-server | From 4.2.0 (inc) to 4.4.6 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-284 | The product does not restrict or incorrectly restricts access to a resource from an unauthorized actor. |
| CWE-288 | The product requires authentication, but the product has an alternate path or channel that does not require authentication. |