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-POC- — This repo contains my python script version of CVE-2025-14847 (MongoBleed) | Kitploit
Tools/GitHubGitHub/nonameerror/mongobleed---cve-2025-14847-poc-
Memory ForensicsVulnerability AnalysisExploitationFuzzingPenetration TestingDatabase Security
GitHubnonameerror/mongobleed---cve-2025-14847-poc-

MongoBLEED---CVE-2025-14847-POC-

This repo contains my python script version of CVE-2025-14847 (MongoBleed)

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
View Repository
17 months agoNot yet reviewed

MongoBLEED---CVE-2025-14847-POC-

This repo contains my python script version of CVE-2025-14847 (MongoBleed)

Description The script simulates a malicious request by sending a forged decompression size field. If the server is vulnerable, it will return adjacent data from the heap memory.

Prerequisites Python 3.x

Network access to the target on port 27017.

How to use Edit the HOST, PORT, and SIZE variables at the top of the script or execute via the command line (if implemented).

Run the script on your IDE

Este script é uma Prova de Conceito (PoC) para diagnosticar a vulnerabilidade de vazamento de memória heap (Memory Leak) em instâncias MongoDB via pacotes OP_COMPRESSED.

🇵🇹 Português

Descrição

O script simula uma requisição maliciosa enviando um campo de tamanho de descompressão forjado. Se o servidor estiver vulnerável, ele retornará dados adjacentes na memória heap.

Pré-requisitos

  • Python 3.x
  • Acesso de rede ao alvo na porta 27017.

Como usar

  1. Edite as variáveis HOST, PORT e SIZE no topo do script ou execute via linha de comando (se implementado).
  2. Execute o script:

POC

poc mongo
Download Tool