Two important takeaways from CVE-2025-55182
We now have a public POC for CVE-2025-55182, the React Server vulnerability that allows remote code execution on affected servers. The details of how the exploit works are fascinating, and they highlight a couple of important but obscure facts about JavaScript itself that all JS developers should be aware of so that we hopefully don't make the same mistakes in our own code.
It's important to be aware that client-side code can also be affected (XSS) in addition to server-side code (RCE).