Chocapikk / CVE-2024-4577

PHP CGI Argument Injection vulnerability
19 stars 9 forks source link

CVE-2024-4577: PHP CGI Argument Injection (XAMPP) πŸ’€

Features ✨

Installation πŸ’»

Get started by cloning the repository and installing dependencies:

git clone https://github.com/Chocapikk/CVE-2024-4577.git
cd CVE-2024-4577
pip install -r requirements.txt

Usage πŸ”‘

Run CVE-2024-4577 with these examples:

# Test a single URL
python exploit.py --url "http://example.com/"

# Test multiple URLs from a file
python exploit.py --file urls.txt

# Save vulnerable URLs
python exploit.py --file urls.txt --output vulnerable_urls.txt

Ethical Disclaimer ⚠️

This tool is intended for ethical security testing only. Using it without authorization is illegal and unethical. Users are responsible for adhering to all relevant laws.

Personal Note on Public Disclosure πŸ“˜

I released my code publicly to address the irresponsible ways critical vulnerabilities are often disclosed. People have already shared the correct method to exploit this vulnerability, but many are still publishing flawed or fabricated exploits for attention. Additionally, media outlets tend to create unnecessary fear by broadcasting incorrect or unverified claims. This misleads everyone from the people who need to patch systems to researchers, and it negatively impacts the defensive side of cybersecurity. The lack of accuracy and accountability in these practices is very troubling to me.