CVE-2026-44579

Published May 13, 2026

Last updated 14 hours ago

Overview

AI description

Automated description summarized from trusted sources.

CVE-2026-44579 is a recently identified Denial of Service (DoS) vulnerability impacting Next.js applications that utilize Cache Components for Partial Prerendering. This flaw can be triggered by malicious POST requests, which lead to a request-body handling deadlock. The deadlock causes server connections to remain open indefinitely, ultimately exhausting file descriptors and overall server capacity. As a temporary mitigation, Vercel advises blocking all incoming requests containing the `Next-Resume` header at the edge layer for teams unable to apply patches immediately.

Description
Next.js is a React framework for building full-stack web applications. From to before 15.5.16 and 16.2.5, applications using Partial Prerendering through the Cache Components feature can be vulnerable to connection exhaustion through crafted POST requests to a server action. In affected configurations, a malicious request can trigger a request-body handling deadlock that leaves connections open for an extended period, consuming file descriptors and server capacity until legitimate users are denied service. This vulnerability is fixed in 15.5.16 and 16.2.5.
Source
security-advisories@github.com
NVD status
Analyzed
Products
next.js

Risk scores

CVSS 3.1

Type
Secondary
Base score
7.5
Impact score
3.6
Exploitability score
3.9
Vector string
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Severity
HIGH

Weaknesses

security-advisories@github.com
CWE-770

Social media

Hype score
Not currently trending

Configurations

References

Sources include official advisories and independent security research.