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-71321 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, the internal island renderer endpoint `/__nuxt_island/...` decodes and hashes attacker-controlled JSON body input with destr and ohash before validating the URL-resident hash. An unauthenticated `POST /__nuxt_island/_.json` with a large JSON body is fully read, parsed, hashed, and then rejected, which wastes CPU on Nitro single event loop and delays concurrent requests. No valid hash and no authentication are required. 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-407Inefficient Algorithmic Complexity[email protected]
CWE-770Allocation of Resources Without Limits or Throttling[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
  • Mitigation:low effort

    Configure a small request-body limit for the `/__nuxt_island/` endpoint at your reverse proxy or edge.

  • Mitigation:low effort

    Disable server components if they are not in use.

Change History

2 change records found show changes


QUICK INFO

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