
Proof-of-concept exploit for CVE-2021-3129 targeting Laravel debug mode remote code execution vulnerability. Includes Docker-based test environment and Python exploit script.
PoC for CVE-2021-3129 (Laravel)
For educational purposes only
$ docker-compose build
$ docker-compose up -d
See http://localhost:8000/ and make sure the Laravel default page is shown.
$ docker-compose exec attacker sh
/ # python3 exploit.py
Teppei Fukuda