
PEACH
Un cadre d’isolation des locataires
CVE-2026-71321 is an unauthenticated CPU exhaustion (Denial of Service) vulnerability in the Nuxt web framework's island renderer endpoint. The flaw affects Nuxt versions >= 3.1.0 and < 3.21.10, and >= 4.0.0 and < 4.5.1. It was disclosed on August 5, 2026 via a GitHub Security Advisory (GHSA-9pgf-384g-p7mv), with patches released on July 27, 2026. The vulnerability carries a CVSS v3.1 base score of 7.5 (High) (GitHub Advisory).
The root cause is a logic ordering flaw in the /__nuxt_island/... endpoint handler, classified under CWE-407 (Inefficient Algorithmic Complexity) and CWE-770 (Allocation of Resources Without Limits or Throttling). When a POST request is received, the handler fully reads, destr-parses, and ohash-hashes the attacker-controlled JSON body before validating the URL-resident hash — meaning all CPU-intensive work is performed on unauthenticated, unvalidated input. Because Nitro operates on a single event loop, a low-rate stream of crafted POST requests to /__nuxt_island/_.json with large JSON bodies (e.g., ~4.6 MB / 150,000 keys) can saturate the event loop and delay or stall all concurrent requests. No authentication or valid hash is required to trigger this condition (GitHub Advisory, Patch Commit v4).
Successful exploitation results in a high-availability impact: the Nitro server's single-threaded event loop becomes saturated, degrading or completely stalling the application for all legitimate users. There is no confidentiality or integrity impact — the vulnerability is purely a Denial of Service condition. Applications relying on Nuxt's server components or island rendering are most at risk, and even a low request rate is sufficient to cause service disruption (GitHub Advisory).
/__nuxt_island/ endpoint.destr parsing and ohash hashing.POST /__nuxt_island/_.json requests with the oversized JSON body and no valid hash in the URL. No authentication headers are required./__nuxt_island/_.json or other /__nuxt_island/ paths from one or more source IPs; requests with unusually large Content-Length headers (e.g., > 1 MB) targeting the island endpoint./__nuxt_island/ endpoints returning HTTP 400 responses; elevated request processing times or timeouts for concurrent legitimate requests.Upgrade to nuxt@3.21.10 or nuxt@4.5.1, which enforce a raw body-size cap (64 KB, returning HTTP 413) and a JSON nesting-depth cap (64 levels, returning HTTP 400) before any parsing or hashing occurs (Nuxt v3.21.10 Release, Nuxt v4.5.1 Release). As a temporary workaround, configure a small request-body size limit at your reverse proxy or edge layer for requests to /__nuxt_island/ paths, since legitimate island requests only carry compact props payloads. Alternatively, disable server components entirely if they are not in use (GitHub Advisory).
The v3.21.10 and v4.5.1 releases were designated security releases by Nuxt maintainer Daniel Roe, who recommended immediate upgrades. The releases also addressed several other security issues including server-side RCE and route rule authorization bypass, making this a broad security patch batch. A Mastodon post from @thehackerwire noted the advisory shortly after disclosure. No significant independent researcher commentary or media coverage specific to this CVE has been identified beyond standard vulnerability database aggregation (Nuxt v4.5.1 Release, Nuxt v3.21.10 Release).
Source: Ce rapport a été généré à l’aide de l’IA
Évaluation gratuite des vulnérabilités
Évaluez vos pratiques de sécurité cloud dans 9 domaines de sécurité pour évaluer votre niveau de risque et identifier les failles dans vos défenses.
Obtenez une démo personnalisée
"La meilleure expérience utilisateur que j’ai jamais vue, offre une visibilité totale sur les workloads cloud."
"Wiz fournit une interface unique pour voir ce qui se passe dans nos environnements cloud."
"Nous savons que si Wiz identifie quelque chose comme critique, c’est qu’il l’est réellement."