R2S Scanner

CVE-2025-55182 | CVSS 10.0 CRITICAL

Security Scanner

Sends a safe detection payload to test for CVE-2025-55182 (React Server Components RCE). This tool displays raw HTTP data for security research and manual interpretation.

Enter the URL of the Next.js application to test

About CVE-2025-55182

What is it?

Critical RCE vulnerability in React Server Components Flight protocol allowing unauthenticated attackers to execute arbitrary code on vulnerable Next.js servers via crafted HTTP requests. CVSS Score: 10.0 (Critical).

Affected Versions

React

  • 19.0.0 → 19.0.1
  • 19.1.0 - 19.1.1 → 19.1.2
  • 19.2.0 → 19.2.1

Next.js

  • 15.0.0 - 15.0.4 → 15.0.5
  • 15.1.0 - 15.1.8 → 15.1.9
  • 15.2.0 - 15.2.5 → 15.2.6
  • 15.3.0 - 15.3.5 → 15.3.6
  • 15.4.0 - 15.4.7 → 15.4.8
  • 15.5.0 - 15.5.6 → 15.5.7
  • 16.0.0 - 16.0.6 → 16.0.7

Mitigation

1
Update immediately

Upgrade React and Next.js to patched versions. This is the only complete fix.

npm install react@latest react-dom@latest next@latest
2
WAF/CDN blocking (temporary)

Block POST requests with Next-Action header containing suspicious RSC payloads.

3
Disable Server Actions if unused experimental: { serverActions: { allowedOrigins: [] } }