Your RSA-2048 keys break in 2030. Find every one of them before attackers do.
📦
📦 npm
Not in CISA KEV
HIGH severity

GHSA-5j59-xgg2-r9c4 next

HIGH

GHSA-5j59-xgg2-r9c4 is a high-severity (CVSS 7.5) remote code execution vulnerability in next. A fix is available for next — see the affected versions and patch details below.

Next has a Denial of Service with Server Components - Incomplete Fix Follow-Up

Published
Dec 12, 2025
Updated
Sep 10, 2026
Affected
10 pkgs
Patched
10 / 10
Exploits
None indexed
Exploitation data as of Sep 10, 2026 · OSV.dev, FIRST.org (EPSS)

Real-World Exposure

10 pkgs affected

How broadly this vulnerability is actually deployed: weekly install volume shows current usage, and reverse-dependency count shows how many other packages break if it stays unpatched.

61Kother npm packages depend on this — each one inherits the vulnerability until it's patched upstream
nextnpm
42.4Mdownloads / week

Description

It was discovered that the fix for CVE-2025-55184 in React Server Components was incomplete and did not fully mitigate denial-of-service conditions across all payload types. As a result, certain crafted inputs could still trigger excessive resource consumption.

This vulnerability affects React versions 19.0.2, 19.1.3, and 19.2.2, as well as frameworks that bundle or depend on these versions, including Next.js 13.x, 14.x, 15.x, and 16.x when using the App Router. The issue is tracked upstream as CVE-2025-67779.

A malicious actor can send a specially crafted HTTP request to a Server Function endpoint that, when deserialized, causes the React Server Components runtime to enter an infinite loop. This can lead to sustained CPU consumption and cause the affected server process to become unresponsive, resulting in a denial-of-service condition in unpatched environments.

Affected Packages

10 total 10 fixed
EcosystemPackageVulnerable rangeFix
📦npmnext13.3.1-canary.0&&< 14.2.3514.2.35npm install next@14.2.35
📦npmnext15.0.6&&< 15.0.715.0.7npm install next@15.0.7
📦npmnext15.1.10&&< 15.1.1115.1.11npm install next@15.1.11
📦npmnext15.2.7&&< 15.2.815.2.8npm install next@15.2.8
📦npmnext15.3.7&&< 15.3.815.3.8npm install next@15.3.8
📦npmnext15.4.9&&< 15.4.1015.4.10npm install next@15.4.10

Detection & mitigation playbook

Open-source dependency
  1. Detect

    Scan your dependency tree (package-lock.json, pnpm-lock.yaml, requirements.txt, go.sum, etc.) for next, including transitive dependencies — a direct dependency you never call can still pull in a vulnerable version.

  2. Fix

    Update next to 14.2.35 or later, then make sure no transitive (indirect) dependency still pins the vulnerable range — O3 confirms GHSA-5j59-xgg2-r9c4 is resolved across your whole dependency graph.

  3. Workarounds

    If you can't upgrade right away: gate or disable the affected feature, validate untrusted input at the boundary, and avoid passing attacker-controlled data into the vulnerable path. O3's runtime protection blocks exploitation in production as an interim safeguard until the upgrade lands.

  4. How O3 protects you

    O3 Security's impact-aware SCA analyses which vulnerable code paths your application actually calls, so a match like GHSA-5j59-xgg2-r9c4 can be triaged on real exposure rather than presence alone.

Tailored to GHSA-5j59-xgg2-r9c4. Runtime protection reduces exposure until a permanent patch is applied and verified — it complements patching, it doesn't replace it.

Frequently Asked Questions

It was discovered that the fix for [CVE-2025-55184](https://github.com/advisories/GHSA-2m3v-v2m8-q956) in React Server Components was incomplete and did not fully mitigate denial-of-service conditions across all payload types. As a result, certain crafted inputs could still trigger excessive resource consumption. This vulnerability affects React versions 19.0.2, 19.1.3, and 19.2.2, as well as frameworks that bundle or depend on these versions, including Next.js 13.x, 14.x, 15.x, and 16.x when using the App Router. The issue is tracked upstream as [CVE-2025-67779](https://www.cve.org/CVEReco
O3 Security · Impact-Aware SCA

Is GHSA-5j59-xgg2-r9c4 in your dependencies?

O3 Security finds GHSA-5j59-xgg2-r9c4 across npm dependencies, including transitive ones, and its impact-aware SCA ranks findings by whether your code actually calls the vulnerable path.

GHSA-5j59-xgg2-r9c4: next (High 7.5) | O3 Security