Skip to content

Conversation

@ben-vargas
Copy link

Summary

Upgrades Next.js from 14.2.25 to 14.2.35 to address a high-severity Denial of Service vulnerability (CVE-2025-55184) in React Server Components.

Changes

  • ecosystem-tests/vercel-edge/package.json: next ^14.2.25 → ^14.2.35
  • examples/package.json: next ^14.2.25 → ^14.2.35

Vulnerability Details

CVE-2025-55184 (High Severity - CVSS 7.5): A malicious HTTP request can be crafted and sent to any App Router endpoint that, when deserialized by React, can cause an infinite loop that hangs the server process and prevents future HTTP requests from being served.

References

Test plan

  • Verify ecosystem tests still pass with updated Next.js version
  • Verify examples still build and run correctly

Addresses high-severity Denial of Service vulnerability in React Server
Components. Next.js 14.2.25 is vulnerable to CVE-2025-55184 where a
malicious HTTP request can cause an infinite loop that hangs the server.

Updated:
- ecosystem-tests/vercel-edge/package.json
- examples/package.json

References:
- https://react.dev/blog/2025/12/11/denial-of-service-and-source-code-exposure-in-react-server-components
- https://nextjs.org/blog/security-update-2025-12-11
@ben-vargas ben-vargas requested a review from a team as a code owner December 15, 2025 17:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant