CVE-2026-71321

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.
Configurations

No configuration.

History

No history.

Information

Published : 2026-08-05 22:17

Updated : 2026-09-08 20:51


NVD link : CVE-2026-71321

Mitre link : CVE-2026-71321

CVE.ORG link : CVE-2026-71321


JSON object : View

Products Affected

No product.

CWE
CWE-407

Inefficient Algorithmic Complexity

CWE-770

Allocation of Resources Without Limits or Throttling