CVE-2026-93393 PUBLISHED

Heap overflow via oversized decrypted TLS record sequence in Windows Secure Channel stream

Assigner: mongodb
Reserved: 17.09.2026 Published: 17.09.2026 Updated: 17.09.2026

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.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N
CVSS Score: 9.2

Product Status

Vendor MongoDB Inc.
Product C Driver
Versions Default: unaffected
  • Version 2.4.0 is affected
  • affected from 2.3.0 to 2.3.3 (incl.)
  • affected from 2.2.0 to 2.2.4 (incl.)
  • affected from 2.1.0 to 2.1.2 (incl.)
  • affected from 2.0.0 to 2.0.2 (incl.)
  • affected from 1.30.0 to 1.30.8 (incl.)
  • affected from 1.29.0 to 1.29.2 (incl.)
  • affected from 1.28.0 to 1.28.1 (incl.)
  • affected from 1.27.0 to 1.27.6 (incl.)
  • affected from 1.26.0 to 1.26.2 (incl.)
  • affected from 1.25.0 to 1.25.4 (incl.)
  • affected from 1.24.0 to 1.24.4 (incl.)

References

Problem Types

  • CWE-787: Out-of-bounds Write CWE