
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.
POUR USAGE ÉDUCATIF ET TESTS AUTORISÉS UNIQUEMENT
EN UTILISANT CET OUTIL, VOUS ACCEPTEZ DE L'UTILISER LÉGALEMENT ET ÉTHIQUEMENT.
Un outil d'évaluation de sécurité pour détecter les vulnérabilités critiques dans les systèmes FreePBX.
requirements.txt pour les dépendancesgit 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 #
Utilisez cet outil uniquement si :
Jamais :
⚠️ RAPPELEZ-VOUS : L'accès non autorisé est illégal. Utilisez de manière responsable !
| Argument | Description |
|---|
-u, --url | URL d'une cible unique |
-l, --list | Fichier contenant les URLs cibles (une par ligne) |
-t, --threads | Nombre de threads (par défaut: 1) |
-o, --output | Fichier de sortie pour les résultats |
-d, --debug | Activer le mode débogage |
--mode | Mode de scan : all, upload, sql, auth |