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 — Python exploit script for Laravel Ignition CVE-2021-3129 RCE, using log poisoning and phar deserialization to execute commands on vulnerable web apps. | Kitploit
Tools/GitHubGitHub/giangdurian/cve-2021-3129
Vulnerability AnalysisExploitationWeb Application ExploitationLearning & Education
GitHubgiangdurian/cve-2021-3129

CVE-2021-3129

Python exploit script for Laravel Ignition CVE-2021-3129 RCE, using log poisoning and phar deserialization to execute commands on vulnerable web apps.

View Repository
21 month 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 — Laravel Ignition Remote Code Execution

CVSS 9.8 (Critical) | Unsafe File Operations → Log Poisoning → Phar Deserialization → RCE

Overview

Laravel Ignition < 2.5.2 (Laravel < 8.4.2) is vulnerable to RCE when APP_DEBUG=true. The /_ignition/execute-solution endpoint allows arbitrary file writing via the MakeViewVariableOptionalSolution solution class. An attacker combines log poisoning + Phar deserialization (gadget chain from phpggc) to execute code on the server without requiring authentication.

Patched: Ignition 2.5.2

Detailed Report

See REPORT.md — a full analysis covering overview, lab setup, recon, exploitation, debugging (Xdebug + VS Code), root cause analysis, and recommendations.

Directory Structure

root@kitploit:~
CVE-2021-3129/
├── REPORT.md               # Báo cáo phân tích đầy đủ
├── cve_2021_3129.py         # Script exploit (Python)
├── requirements.txt         # Python dependencies
└── img/                     # Screenshots
    └── *.png                # setup, recon, exploit, debug, patch

How to Run

root@kitploit:~
# Cài dependencies
pip install -r requirements.txt

# Exploit
python3 cve_2021_3129.py -t http://<TARGET> -c "whoami"

References

  • NVD — CVE-2021-3129
  • Ignition Patch (2.5.2)
Download Tool