Intel

AIKIDO-2026-602558

nuxt is vulnerable to Inefficient Algorithmic Complexity

Inefficient Algorithmic ComplexityGHSA-9pgf-384g-p7mv Published 4 days ago

75

High Risk

This Affects:

JSnuxt
3.1.0 - 3.21.9
Fixed in 3.21.10
4.0.0 - 4.5.0
Fixed in 4.5.1
Are you affected? Scan for Free

TL;DR

Nuxt is vulnerable to a denial-of-service (DoS) issue in its internal island renderer endpoint. An unauthenticated attacker can send oversized requests that are fully parsed and hashed before validation fails, consuming excessive CPU resources and blocking the single-threaded Nitro event loop. This can significantly degrade application performance or make the server unresponsive with a relatively low request rate.

Who does this affect?

You are affected if you are using a version that falls within the vulnerable range.

Background info

nuxt is vulnerable to Inefficient Algorithmic Complexity in versions 3.1.0 - 3.21.9 and 4.0.0 - 4.5.0.

How to fix this

Upgrade to a patched version. If this is not possible, enforce a strict request body size limit for the /__nuxt_island/ endpoint at the reverse proxy or edge, or disable server components if they are not required.