Why This Case Matters
CVE-2025-14847 is an unauthenticated memory-disclosure vulnerability in MongoDB Server’s handling of zlib-compressed protocol messages. Inconsistent length fields may cause the server to return uninitialized heap memory.
MongoDB reported no evidence of exploitation or customer-data compromise when announcing the patch. This Case therefore avoids treating theoretical exposure as a confirmed incident.
Affected Releases
The MongoDB CNA record identifies these affected ranges:
| Branch | Affected releases | First fixed release |
|---|---|---|
| 8.2 | Earlier than 8.2.3 | 8.2.3 |
| 8.0 | Earlier than 8.0.17 | 8.0.17 |
| 7.0 | Earlier than 7.0.28 | 7.0.28 |
| 6.0 | Earlier than 6.0.27 | 6.0.27 |
| 5.0 | Earlier than 5.0.32 | 5.0.32 |
| 4.4 | Earlier than 4.4.30 | 4.4.30 |
MongoDB 4.2, 4.0, and 3.6 are also affected and are end-of-life branches. They should be migrated to a supported release rather than retained as long-term remediation targets.
Required Remediation
MongoDB Atlas deployments were patched by MongoDB. Operators of self-managed deployments should upgrade to the latest supported patch release for their branch, confirm the running binary version on every cluster member, and avoid exposing the database listener to untrusted networks.
Primary sources:
Defensive Research Plan
A safe lab should use synthetic data and answer:
- Which server logs or network controls record malformed compressed messages without storing disclosed content?
- Can network telemetry identify inconsistent compressed-message lengths with an acceptable false-positive rate?
- Are crashes, connection resets, or unusual response sizes observable during a harmless test?
- Does the patched release reject the same malformed message without returning unintended bytes?
- Can the result be reproduced across supported branches without using production data?
Current Evidence Gap
The affected versions and remediation are backed by MongoDB’s advisory, but this Case has not reproduced the protocol condition or produced a validated network detection.