GHSA-hg3f-28rg-4jxj · Severity: medium · Ecosystem: npm — Nuxt's route middleware is not enforced when rendering `.server.vue` pages via `/__nuxt_island/page_*`
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.
Conclusion & alert: CVE-2026-47200 is rated Exploit Available (50/100): CVSS Medium severity, with low exploitation likelihood (EPSS 0.35%). Core evidence: 1 public exploit reference(s) are indexed (Exploit-DB). Mandatory action: Public exploits are available—assess exposure, apply mitigations, and prioritize patching.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
| EDB-ID | Source | Kind | Published | Link |
|---|---|---|---|---|
| — | nvd_ref | exploit_tag | Exploit-DB ↗ |
EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).
| # | Date | Old EPSS score | New EPSS score | Delta (New - Old) |
|---|---|---|---|---|
| 1 | 2026-06-16 | 0.46% | 0.35% | -0.11% |
| 2 | 2026-06-15 | 0.04% | 0.46% | +0.42% |
| 3 | 2026-06-13 | — | 0.04% | — |
Full EPSS history (4 records total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 6.3 | 4.0 | MEDIUM |
|
— | — | [email protected] |
| 5.3 | 3.1 | MEDIUM |
|
3.9 | 1.4 | [email protected] |
GHSA-hg3f-28rg-4jxj · Severity: medium · Ecosystem: npm — Nuxt's route middleware is not enforced when rendering `.server.vue` pages via `/__nuxt_island/page_*`
| Vendor | Product | Version | Raw CPE |
|---|---|---|---|
| nuxt | nuxt | >= 3.11.0, < 3.21.6 | cpe:2.3:a:nuxt:nuxt:*:*:*:*:*:*:*:* |
| nuxt | nuxt | >= 4.0.0, < 4.4.6 | cpe:2.3:a:nuxt:nuxt:*:*:*:*:*:*:*:* |
| nuxt | nuxt\/nitro-server | >= 3.20.0, < 3.21.6 | cpe:2.3:a:nuxt:nuxt\/nitro-server:*:*:*:*:*:node.js:*:* |
| nuxt | nuxt\/nitro-server | >= 4.2.0, < 4.4.6 | cpe:2.3:a:nuxt:nuxt\/nitro-server:*:*:*:*:*:node.js:*:* |
| URL | Tags |
|---|---|
| https://github.com/nuxt/nuxt/pull/35092 | Issue Tracking |
| https://github.com/nuxt/nuxt/security/advisories/GHSA-hg3f-28rg-4jxj | Exploit Patch Vendor Advisory |