CVE-2026-84964 PUBLISHED

Heap corruption via OCSP request double free from crafted multi-URL certificate in TLS client

Assigner: mongodb
Reserved: 02.09.2026 Published: 03.09.2026 Updated: 03.09.2026

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.

Metrics

CVSS 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
CVSS Score: 8.2

Product Status

Vendor MongoDB
Product C Driver
Versions Default: unaffected
  • affected from 1.17.0 to 1.30.9 (excl.)
  • affected from 2.0.0 to 2.5.2 (excl.)

References

Problem Types

  • CWE-415: Double Free CWE