Intel

AIKIDO-2026-284523

next is vulnerable to Denial of Service (DoS)

Denial of Service (DoS)CVE-2026-64641 Published 5 days ago

82

High Risk

This Affects:

JSnext
13.0.0 - 15.5.20
Fixed in 15.5.21
16.0.0 - 16.2.10
Fixed in 16.2.11
Are you affected? Scan for Free

TL;DR

Next.js applications using the App Router with at least one Server Action process crafted Server Action requests in a way that triggers excessive iteration during request handling. A single crafted request drives sustained CPU usage that blocks the event loop and prevents the process from handling further requests. An unauthenticated caller can therefore deny service to the whole process. The fix bounds the work performed while parsing Server Action requests.

Who does this affect?

You are affected if you are using a version that falls within the vulnerable range and your application uses the App Router with at least one Server Action.

Background info

next is vulnerable to Denial of Service (DoS) in versions 13.0.0 - 15.5.20 and 16.0.0 - 16.2.10.

How to fix this

Upgrade the next library to the patch version.