ZeroHour

CVE-2026-84964

large

Double Free in MongoDB C Driver OpenSSL TLS Revocation Path Enables Client DoS

CVSS 4.0
8.2 high
EPSS
<1%p4
Published
()
Modified
AI analysis

CVE-2026-84964 is a double free (CWE-415) in the OpenSSL-based TLS certificate revocation checking path of the MongoDB C Driver. It is triggered during a TLS handshake with an endpoint the client already trusts: specially formed certificate data from that endpoint causes the same heap object to be released twice, so an unauthenticated party positioned as the trusted TLS endpoint (for example a compromised or impersonated trusted server) can crash the connecting client application. The impact is availability only — the client process terminates unexpectedly — with no confidentiality or integrity impact per the CVSS 4.0 scores. Affected parties are operators of applications that embed the MongoDB C Driver and link it against OpenSSL for TLS. Exploitation status: no public proof-of-concept, not listed in CISA KEV, and a low exploitation probability (EPSS 0.1%, 4th percentile), so no known in-the-wild abuse at this time.

What to do: Identify which applications link the MongoDB C Driver against OpenSSL and whether certificate revocation checking is active, then upgrade to the patched release once MongoDB publishes fixed versions (no fixed version is given in the available data). In the interim, ensure clients connect only to trusted, well-hardened MongoDB endpoints, since the attacker must act as the already-trusted TLS endpoint. Monitor the MongoDB security advisory for updates and add this CVE to patch-tracking once remediation details are released.

Affected
MongoDB C Driver (libmongoc/libbson), OpenSSL-based TLS certificate revocation checking path
Estimated exposure
largelikely on the order of hundreds of thousands of embedded deployments (widely reused client library; no public scan count available) — The MongoDB C Driver is a foundational library behind official MongoDB client integrations and is embedded in many server-side applications, so exposed installs plausibly number in the hundreds of thousands, though only builds using the…

Order-of-magnitude estimate by the model from install counts, market share and public scan data it knows; verify before quoting.

Description

A double free in the OpenSSL-based TLS certificate revocation checking path of the MongoDB C Driver can be reached by a TLS endpoint that the client already trusts. During the handshake, specially formed certificate data can cause the same heap object to be released twice. An unauthenticated party acting as the trusted endpoint may cause the connecting client application to terminate unexpectedly.

Weakness
CWE-415
Vector
CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X

In the news

No ingested article mentions this CVE yet.