Advisory Database
  • Advisories
  • Dependency Scanning
  1. npm
  2. ›
  3. next
  4. ›
  5. CVE-2024-56332

CVE-2024-56332: Next.js Allows a Denial of Service (DoS) with Server Actions

January 3, 2025

A Denial of Service (DoS) attack allows attackers to construct requests that leaves requests to Server Actions hanging until the hosting provider cancels the function execution.

Note: Next.js server is idle during that time and only keeps the connection open. CPU and memory footprint are low during that time.

Deployments without any protection against long running Server Action invocations are especially vulnerable. Hosting providers like Vercel or Netlify set a default maximum duration on function execution to reduce the risk of excessive billing.

This is the same issue as if the incoming HTTP request has an invalid Content-Length header or never closes. If the host has no other mitigations to those then this vulnerability is novel.

This vulnerability affects only Next.js deployments using Server Actions.

References

  • github.com/advisories/GHSA-7m27-7ghc-44w9
  • github.com/vercel/next.js
  • github.com/vercel/next.js/security/advisories/GHSA-7m27-7ghc-44w9
  • nvd.nist.gov/vuln/detail/CVE-2024-56332

Code Behaviors & Features

Detect and mitigate CVE-2024-56332 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions starting from 13.0.0 before 13.5.8, all versions starting from 14.0.0 before 14.2.21, all versions starting from 15.0.0 before 15.1.2

Fixed versions

  • 13.5.8
  • 14.2.21
  • 15.1.2

Solution

Upgrade to versions 13.5.8, 14.2.21, 15.1.2 or above.

Impact 5.3 MEDIUM

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L

Learn more about CVSS

Weakness

  • CWE-770: Allocation of Resources Without Limits or Throttling

Source file

npm/next/CVE-2024-56332.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Mon, 12 May 2025 12:14:23 +0000.