MongoDB C Driver: Heap Buffer Overflow in TLS Layer (CVE-2026-93393)
CVE-2026-93393 Published on September 17, 2026
Heap overflow via oversized decrypted TLS record sequence in Windows Secure Channel stream
A heap-based buffer overflow exists in the TLS transport layer of the MongoDB C Driver when built with the Windows platform TLS backend. A remote endpoint that the client connects to, or an attacker able to impersonate or redirect the client's connection, can cause the driver to write attacker-supplied data outside the bounds of a heap allocation while processing incoming encrypted traffic. No authentication or user interaction is required, because the affected processing occurs before any application-level authentication completes. Successful exploitation may lead to memory corruption in the client process, disclosure of adjacent heap memory, or termination of the process.
Vulnerability Analysis
CVE-2026-93393 can be exploited with network access, and does not require authorization privileges or user interaction. This vulnerability is consided to have a high level of attack complexity. The potential impact of an exploit of this vulnerability is considered to have no impact on confidentiality and integrity and availability.
Weakness Type
What is a Memory Corruption Vulnerability?
The software writes data past the end, or before the beginning, of the intended buffer. Typically, this can result in corruption of data, a crash, or code execution. The software may modify an index or perform pointer arithmetic that references a memory location that is outside of the boundaries of the buffer. A subsequent write operation then produces undefined or unexpected results.
CVE-2026-93393 has been classified to as a Memory Corruption vulnerability or weakness.
Products Associated with CVE-2026-93393
Want to know whenever a new CVE is published for MongoDB C Driver? stack.watch will email you.
Affected Versions
MongoDB Inc. C Driver:- Version 2.4.0 is affected.
- Version 2.3.0, <= 2.3.3 is affected.
- Version 2.2.0, <= 2.2.4 is affected.
- Version 2.1.0, <= 2.1.2 is affected.
- Version 2.0.0, <= 2.0.2 is affected.
- Version 1.30.0, <= 1.30.8 is affected.
- Version 1.29.0, <= 1.29.2 is affected.
- Version 1.28.0, <= 1.28.1 is affected.
- Version 1.27.0, <= 1.27.6 is affected.
- Version 1.26.0, <= 1.26.2 is affected.
- Version 1.25.0, <= 1.25.4 is affected.
- Version 1.24.0, <= 1.24.4 is affected.