← Terug naar overzicht

CVE-2026-81533 describes a memory-safety vulnerability in the MongoDB BI Connector ODBC Driver. The flaw is triggered when a SQL statement contains an unusually long sequence of digits following a LIMIT clause. The vulnerability only manifests when the driver's optional prefetch setting is enabled. The root cause is the driver copying the digit sequence into a fixed-size internal buffer without performing bounds checking, constituting a classic buffer overflow condition. A user capable of influencing the numeric value of a LIMIT clause could exploit this to crash the hosting application process or corrupt adjacent memory. The impact includes potential denial of service and memory corruption, which could have further security implications. A patch or updated release is referenced via the MongoDB BI Connector ODBC Driver GitHub releases page.

Affected products

  • MongoDB BI Connector ODBC Driver

Related CVE's

  • CVE-2026-81533

Categories

  • Database & Storage
  • Enterprise Applications