Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-71318 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

Description

Nuxt is an open-source web development framework for Vue.js. From 3.1.0 until 3.21.10 and 4.5.1, an attacker can supply a top-level `as` prop to the /__nuxt_island/ endpoint and drive dynamic component resolution through <component :is>, resolveDynamicComponent, or h(). This issue is fixed in 3.21.10 and 4.5.1.

Metrics

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-20Improper Input Validation[email protected]

Affected Products

ProductVersions
Nuxt
>= 3.1.0, < 3.21.10 (semver)
>= 4.0.0, < 4.5.1 (semver)

CPE

  • cpe:2.3:a:nuxt:nuxt:*:*:*:*:*:*:*:*

Remediation

  • Upgrade: 3.21.10moderate effort
  • Upgrade: 4.5.1moderate effort
  • Workaround:low effort

    Do not forward island props into `<component :is>`, `resolveDynamicComponent`, or `h()`. Map an untrusted discriminator through a closed allowlist of imported component definitions instead of passing the raw prop value.

  • Workaround:low effort

    Declare the props an island accepts, or set `inheritAttrs: false` on it, so request input cannot fall through to a polymorphic root component.

  • Workaround:low effort

    Avoid registering sensitive components globally that could leak information if instantiated by an attacker.

Change History

2 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-71318
NVD Published Date:
Aug 5, 2026
NVD Last Modified:
Sep 8, 2026
Source:
[email protected]