Next.js: Denial of Service in App Router using Server Actions
Crafted requests targeting Next.js applications using App Router with at least one Server Action can lead to excessive CPU usage blocking processing of further requests in the same process.
No workaround exists besides upgrading. Applications using Pages Router or not using Server Actions are not vulnerable.