boxscore/security
CVE · referencelatest edition

Reference page — cumulative record through Wednesday, August 19, 2026 UTC. Reference pages update as the archive grows; only dated daily editions are immutable pages of record.

CVE-2026-47200MEDIUM
Nuxt: Route middleware not enforced when rendering `.server.vue` pages via `/__nuxt_island/page_*`
  AV  AC  AT  PR  UI  VC  VI  VA   CVSS    EPSS   %ile   KEV
   N   L   P   N   N   L   N   N    6.3   .0023   14.0     —
AFFECTED
  Product  Versions               Fixed
  nuxt     >= 3.11.0, < 3.21.6 –  —
TIMELINE
  May 18  Reserved by GitHub_M
  Jun 12  EXPLOIT PUBLISHED — CVE-2026-47200 (nuxt). Public exploit reference added.
  Jun 12  Published (CNA: GitHub_M)
CWE-284, CWE-288 · CNA: GitHub_M · CVSS v4.0 · 2 references · NVD status: Analyzed

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.

Lifecycle

Complete event history — 3 events, chronological
DateEventDetail
May 18, 2026ReservedReserved by GitHub_M
June 12, 2026EXPLOIT PUBLISHEDEXPLOIT PUBLISHED — CVE-2026-47200 (nuxt). Public exploit reference added.
June 12, 2026PublishedPublished (CNA: GitHub_M)

Affected

Affected products and packages — 1 row
VendorProduct / PackageEcosystemVersion introducedFixed
nuxtnuxt>= 3.11.0, < 3.21.6

Weaknesses

CWE-284 · CWE-288

References (2)

Related

Authoritative record: CVE-2026-47200 at cve.org

Vendors: nuxt

Weaknesses: CWE-284 · CWE-288

About this page

This is a reference page, not a dated page of record. It assembles the complete lifecycle of CVE-2026-47200 from the CVE Program record, NVD enrichment, the CISA KEV catalog, EPSS, and OSV advisories. The box score's numbers (CVSS, EPSS, KEV status) are current as of Wednesday, August 19, 2026 UTC and are re-derived as the archive grows; only dated daily editions are immutable pages of record. The authoritative source for this identifier is cve.org.