CVE 10.0 is bonkers for a project this widely used
RCE Vulnerability in React and Next.js
11–20 of 276 posts
Re: RCE Vulnerability in React and Next.js
#12Re: RCE Vulnerability in React and Next.js
#13It's almost like trying to magically wire up your frontend to the backend through magical functions is a bad idea.
Re: RCE Vulnerability in React and Next.js
#14Re: RCE Vulnerability in React and Next.js
#15dupe: https://news.ycombinator.com/item?id=46136067
Re: RCE Vulnerability in React and Next.js
#16Re: RCE Vulnerability in React and Next.js
#17I suspect the commit to fix is: https://github.com/facebook/react/commit/bbed0b0ee64b89353a4... and it looks like its been squashed with some other stuff to hide it or maybe there are other problems as well. this pattern appears 4 times and looks like it is reducing the functions that are exposed to the 'whitelist'. i presume the modules have dangerous functions in the prototype chain and clients were able to invoke…
Re: RCE Vulnerability in React and Next.js
#18It's almost like trying to magically wire up your frontend to the backend through magical functions is a bad idea.
Re: RCE Vulnerability in React and Next.js
#19From Facebook/Meta: https://www.facebook.com/security/advisories/cve-2025-55182 > A pre-authentication remote code execution vulnerability exists in React Server Components versions 19.0.0, 19.1.0, 19.1.1, and 19.2.0 including the following packages: react-server-dom-parcel, react-server-dom-turbopack, and react-server-dom-webpack. The vulnerable code unsafely deserializes payloads from HTTP requests to Server Functi…
Re: RCE Vulnerability in React and Next.js
#20It's almost like trying to magically wire up your frontend to the backend through magical functions is a bad idea.