
This vulnerability allows both authenticated and unauthenticated remote attackers to execute remote code on vulnerable FreePBX instances. These issues have been fixed in FreePBX versions 16.0.42, 16.0.92, 17.0.6, and 17.0.22. It's important to note that this authentication bypass vulnerability is not present in the default FreePBX configuration.
FOR EDUCATIONAL AND AUTHORIZED TESTING ONLY
BY USING THIS TOOL, YOU AGREE TO USE IT LEGALLY AND ETHICALLY.
A security assessment tool for detecting critical vulnerabilities in FreePBX systems.
requirements.txt for dependenciesgit clone https://github.com/BimBoxH4/CVE-2025-66039_CVE-2025-61675_CVE-2025-61678_reePBX.git
cd CVE-2025-66039_CVE-2025-61675_CVE-2025-61678_reePBX
pip3 install -r requirements.txt
# Single target scan
python3 exploit.py -u http://target-ip
# Multiple targets with threads
python3 exploit.py -l targets.txt -t 10
# Debug mode
python3 exploit.py -u http://target-ip -d
# Save results
python3 exploit.py -l targets.txt -o results.txt
# All checks (default)
python3 exploit.py -u http://target-ip --mode all
# File upload only
python3 exploit.py -u http://target-ip --mode upload
# SQL injection only
python3 exploit.py -u http://target-ip --mode sql
# Auth bypass only
python3 exploit.py -u http://target-ip --mode auth
http://192.168.1.100
http://192.168.1.101
https://freepbx.example.com
# Comments start with #
Only use this tool if:
Never:
⚠️ REMEMBER: Unauthorized access is illegal. Use responsibly!
| Argument | Description |
|---|
-u, --url | Single target URL |
-l, --list | File with target URLs (one per line) |
-t, --threads | Number of threads (default: 1) |
-o, --output | Output file for results |
-d, --debug | Enable debug mode |
--mode | Scan mode: all, upload, sql, auth |