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
CVE-2021-3129 — 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. | Kitploit
Tools/GitHubGitHub/knqyf263/cve-2021-3129
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & Education
GitHubknqyf263/cve-2021-3129

CVE-2021-3129

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.

View Repository
123134 years 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

CVE-2021-3129

PoC for CVE-2021-3129 (Laravel)

For educational purposes only

Test

Set up the PoC environment

root@kitploit:~
$ docker-compose build
$ docker-compose up -d

Confirm it works

See http://localhost:8000/ and make sure the Laravel default page is shown.

Exploit

root@kitploit:~
$ docker-compose exec attacker sh
/ # python3 exploit.py

References

  • https://www.ambionics.io/blog/laravel-debug-rce
  • https://github.com/SNCKER/CVE-2021-3129

Author

Teppei Fukuda

Download Tool