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-71314 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 unauthenticated attacker can use a server island v-for prop, including vforToArray and , to trigger unbounded SSR memory allocation until MAX_VFOR_LENGTH = 100000 and crash the Nuxt process. 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-1284Improper Validation of Specified Quantity in Input[email protected]
CWE-400Uncontrolled Resource Consumption[email protected]
CWE-770Allocation of Resources Without Limits or Throttling[email protected]
CWE-789Memory Allocation with Excessive Size Value[email protected]

Affected Products

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

CPE

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

Remediation

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

    Avoid using `v-for` directly over an unclamped prop in server components, or clamp the count in the component (e.g. `v-for="n in Math.min(count, 1000)"`).

Change History

2 change records found show changes


QUICK INFO

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