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
MongoBleed-CVE-2025-14847 — MongoBleed CVE-2025-14847 Vulnerability Checker | Kitploit
Tools/GitHubGitHub/systemhaus-schulz/mongobleed-cve-2025-14847
Vulnerability ScannersExploitationInformation GatheringWeb SecurityPenetration TestingDatabase Security
GitHubsystemhaus-schulz/mongobleed-cve-2025-14847

MongoBleed-CVE-2025-14847

MongoBleed CVE-2025-14847 Vulnerability Checker

View Repository
38 months agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

MongoBleed CVE-2025-14847 – Vulnerability Checker

Systemhaus Schulz – Security Tools

A professional-grade security scanner to detect the
MongoBleed (CVE-2025-14847) MongoDB memory disclosure vulnerability.

Unlike simple version-check tools, this scanner uses a PoC-accurate probing technique, safely reproducing the exploit logic to determine whether a target is truly vulnerable.

  • No data modification
  • No authentication required
  • No destructive behavior
  • Controlled, read-only probing

Result: Real confirmation — not guesswork.


⭐ Features

  • ✔️ PoC-accurate detection logic
  • ✔️ Confirms if real memory leakage occurs
  • ✔️ Works without authentication
  • ✔️ Supports:
    • Single host: --host
    • IP ranges: --range
    • Target lists: --file
  • ✔️ JSON output for SIEM / automation
  • ✔️ Colored CLI output:
    • 🟥 Red → Target is vulnerable
  • 🟩 Green → No leakage detected
  • 🟨 Yellow → Port unreachable
  • ✔️ Reachability check before scanning
  • ✔️ Suitable for professional pentesting & audits

  • 🛠️ Installation

    root@kitploit:~
    git clone https://github.com/Systemhaus-Schulz/MongoBleed-CVE-2025-14847.git
    cd MongoBleed-CVE-2025-14847
    chmod +x mongobleed_check.py
    
    Download Tool