
CVE-2025-14847
A high-severity unauthenticated memory disclosure vulnerability
CVE-2025-14847, nicknamed “MongoBleed,” is a vulnerability in MongoDB Server’s network protocol handling.
It allows a remote, unauthenticated attacker to read uninitialized heap memory from a vulnerable MongoDB process.
This can expose sensitive information such as:
The issue stems from:
When specially crafted compressed network traffic is processed, the server may return unintended memory contents.
The vulnerability has been added to the :contentReference[oaicite:1]{index=1} (CISA) Known Exploited Vulnerabilities (KEV) catalog.
The following MongoDB release lines are affected:
3.6.x (all versions)
4.0.x (all versions)
4.2.x (all versions)
4.4.0 – 4.4.29
5.0.0 – 5.0.31
6.0.0 – 6.0.26
7.0.0 – 7.0.26
8.0.0 – 8.0.16
8.2.0 – 8.2.2
Upgrade to one of the following patched releases:
4.4.30
5.0.32
6.0.27
7.0.28
8.0.17
8.2.3
Because exploitation requires no authentication, publicly accessible MongoDB servers are at immediate risk.
Monitor for:
27017Consider:
If you operate MongoDB Server, especially internet-facing deployments:
Patch immediately.
Unauthenticated memory exposure vulnerabilities can lead to serious downstream compromise even without direct code execution.
| Metric | Value |
|---|
| CVSS v3.1 | 7.5 (High) |
| CVSS v4.0 | 8.7 (High) |
| Attack Vector | Network |
| Authentication Required | ❌ No |
| User Interaction | ❌ None |
| Exploited in Wild | ✅ Yes |
| Field | Value |
|---|
| CVE ID | CVE-2025-14847 |
| Nickname | MongoBleed |
| Type | Memory Disclosure |
| Severity | High |
| Authentication Required | No |
| Exploited in Wild | Yes |
| Affected Software | MongoDB Server |