security:react_2_shell
This is an old revision of the document!
Table of Contents
๐จ Critical Security Vulnerability in React Server Components
@channel
You may have already heard about the serious security issue called React2Shell.
Quick summary:
- Attackers can execute code from the client into the server (SSR)
- No authentication required
- Severity level: 10/10 (critical)
This vulnerability comes from:
- Server Side Rendering (SSR)
- in React Server Components (Next.js)
โ ๏ธ Impact
Your project may be affected if it:
- Uses React Server Components
- Has SSR enabled
- OR even installed but SSR is not enabled
โก๏ธ THERE IS STILL RISK OF EXPLOITATION
Please review your projects carefully.
โ Required Action
If your project uses the above features:
- Update to the latest patched version immediately
- Follow the official security instructions
๐ References
- Vulnerability report: https://react2shell.com/
security/react_2_shell.1771368966.txt.gz ยท Last modified: by phong2018
