CVE-2026-64646
Wolfi vulnerability analysis and mitigation

Overview

CVE-2026-64646 is a Denial of Service vulnerability in Vercel's Next.js React framework, described as an "Unbounded Server Action payload in Edge runtime." It affects Next.js versions 13.0.0 through 15.5.20 and 16.0.0 through 16.2.10 when using the App Router with at least one Server Action configured to use the Edge runtime. The vulnerability was published on July 22, 2026, and patched in versions 15.5.21 and 16.2.11. It carries a CVSS v3.1 base score of 5.3 (Medium) and a CVSS v4.0 base score of 6.3 (Medium) (GitHub Advisory, Next.js v15.5.21 Release).

Technical details

The root cause is CWE-770 (Allocation of Resources Without Limits or Throttling). In the affected versions, the handleAction function in packages/next/src/server/app-render/action-handler.ts contained a // TODO: add body limit comment for the Edge runtime code path, meaning the serverActions.bodySizeLimit configuration was never enforced when Server Actions ran under the Edge runtime — unlike the Node.js runtime path which did apply the limit. An unauthenticated attacker can send arbitrarily large HTTP POST request bodies (multipart or non-multipart) to any Server Action endpoint using the Edge runtime, causing the server to buffer the entire payload in memory without restriction. The fix enforces the configured bodySizeLimit (defaulting to 1 MB) by tracking cumulative byte size during stream reading and throwing an HTTP 413 error upon exceeding the limit (GitHub Advisory, Patch Commit 15.x, Patch Commit 16.x).

Impact

Successful exploitation causes excessive memory consumption on the affected Next.js server, potentially leading to service degradation or a complete crash (denial of service). There is no impact on confidentiality or integrity — the vulnerability is limited to availability. Applications relying on Edge runtime Server Actions are at risk of becoming unresponsive under sustained attack, affecting all users of the service (GitHub Advisory, Feedly).

Exploitability

No public proof-of-concept exploit code is known to exist, and there is no evidence of active in-the-wild exploitation as of the time of publication (Feedly). The vulnerability is network-accessible and requires no authentication, but exploitation requires the target application to have at least one Server Action using the Edge runtime (Attack Requirements: Present in CVSS v4.0). The EPSS score is approximately 0.53%, indicating a low probability of exploitation in the near term. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog, and NVD's SSVC assessment classifies exploitation as "none" (Feedly).

Exploitation steps

  1. Reconnaissance: Identify Next.js applications running versions 13.0.0–15.5.20 or 16.0.0–16.2.10 using App Router. Look for publicly exposed endpoints that invoke Server Actions (typically POST requests to page routes with Next-Action headers).
  2. Confirm Edge runtime usage: Determine whether any Server Action on the target uses the Edge runtime (e.g., pages with export const runtime = 'edge' and 'use server' functions). This may be inferred from response headers or application behavior.
  3. Craft oversized payload: Construct an HTTP POST request with a very large body (e.g., several hundred megabytes of multipart form data or raw body content) targeting the identified Server Action endpoint.
  4. Send repeated requests: Repeatedly submit the oversized POST requests to the Edge runtime Server Action endpoint without authentication, causing the server to buffer each payload in memory without enforcing any size limit.
  5. Achieve denial of service: Sustained submission of large payloads exhausts available server memory, causing the application to become unresponsive or crash (GitHub Advisory, Patch Commit 15.x).

Indicators of compromise

  • Network: Unusually large HTTP POST requests (multi-megabyte bodies) to Next.js App Router routes that handle Server Actions; requests containing Next-Action header targeting Edge runtime routes.
  • Logs: Server logs showing repeated large POST requests to the same endpoint; absence of HTTP 413 responses from Server Action endpoints (expected behavior in unpatched versions); application error logs showing out-of-memory errors or crashes.
  • Process: Sudden spikes in memory consumption by the Next.js server process; process restarts or OOM (out-of-memory) kills in container or hosting environment logs.
  • Hosting/Infrastructure: Memory usage alerts from hosting providers (e.g., Vercel, Netlify) coinciding with high-volume POST traffic to specific routes.

Mitigation and workarounds

Upgrade Next.js to version 15.5.21 (for the 13.x–15.x branch) or 16.2.11 (for the 16.x branch), which enforce serverActions.bodySizeLimit for Edge runtime Server Actions (Next.js v15.5.21 Release, Next.js v16.2.11 Release). If immediate patching is not possible, configure your hosting provider to enforce a maximum request body size of 5 MiB or less at the infrastructure level (GitHub Advisory). Additionally, consider implementing rate limiting on Server Action endpoints and monitoring memory usage to detect and respond to potential DoS attempts.

Community reactions

The vulnerability was part of a broader July 2026 Next.js security release that addressed nine security flaws, including higher-severity SSRF and authentication bypass issues, which drew significant coverage from security news outlets such as CyberSecurityNews, GBHackers, and SecureBulletin (CyberSecurityNews, GBHackers). Cloudflare and Netlify both published changelogs acknowledging the Next.js security vulnerabilities and their platform-level responses (Netlify Changelog). Community reaction was largely focused on the higher-severity issues in the same release batch; CVE-2026-64646 itself received moderate attention given its lower CVSS score and limited exploitation preconditions.

Additional resources

Linux Distribution fix status

Fix availability across major Linux distributions and their releases.

RHEL / CentOS

Affected

RHEL 8

Not Affected

RHEL 9

Not Affected

RHEL 10

Not Affected

SourceThis report was generated using AI

Related Wolfi vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2026-77301HIGH7.5
  • JavaScript logoJavaScript
  • adm-zip
NoYesSep 18, 2026
CVE-2026-86049HIGH7.1
  • Python logoPython
  • tensorflow-cpu-jupyter
NoYesSep 17, 2026
CVE-2026-44236HIGH7.1
  • Wolfi logoWolfi
  • librabbitmq
NoYesSep 17, 2026
CVE-2026-44235MEDIUM6.5
  • Wolfi logoWolfi
  • rabbitmq-c
NoYesSep 17, 2026
CVE-2026-8674MEDIUM5.3
  • Wolfi logoWolfi
  • sysroot-ppc64le-el9-glibc
NoYesSep 17, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management