React2Shell Exploitation: A Short Summary of Honeypot Activity
defusedcyber.com·16h·
Discuss: Hacker News
🚀Indie Hacking
Preview
Report Post

We have been running a number of React honeypots since the React2Shell vulnerability went public (late Wednesday, Finland time). This is a slightly disjointed list of activity and IOCs observed.

Vulnerability Summary

CVE-2025-55182 allows for Remote Code Execution (RCE) in React Server Functions, specifically as offered by frameworks like Next.js. The exploitation vector relies on insecure prototype references that allow attackers to escape the sandbox and execute arbitrary code on the server.

Bonus: The Difficulty of Logging

What makes this vulnerability particularly nasty is its lack of forensic artifacts. React doesn’t log anything, and most people may have base HTTP logs as offered by reverse proxies at best.

You could theoretically scrape process memory …

Similar Posts

Loading similar posts...