Description
A user able to submit SQL through an application using the MongoDB Connector for BI ODBC driver can supply a positioned-cursor statement whose cursor name exceeds the size of an internal fixed-length buffer. Because the name length is not bounded before the driver builds its diagnostic message, memory adjacent to that buffer is overwritten with user-supplied content. This can terminate the hosting application process and may allow unintended code to run within it.
Published: 2026-08-28
Score: 8.7 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability arises when a user submits a positioned‑cursor SQL statement through an application that uses the MongoDB Connector for BI ODBC driver. If the cursor name exceeds the size of an internal fixed‑length buffer, the driver incorrectly constructs its diagnostic message without bounding the name length, resulting in adjacent memory being overwritten. This memory corruption can terminate the hosting application process and, in some scenarios, enable unintended code execution within that process. The weakness is a classic stack-based buffer overflow (CWE‑121).

Affected Systems

The affected product is the MongoDB:BI Connector ODBC Driver. No specific versions were supplied in the data; therefore, all releases prior to an identified fix are considered vulnerable. Users should verify that their deployed driver does not contain the overflow issue.

Risk and Exploitability

With a CVSS score of 8.7 the vulnerability is considered high severity, yet the EPSS score is not available, and the issue is not listed in CISA’s KEV catalog. The likely attack vector involves an application capable of sending arbitrary SQL statements through the driver; an attacker who can drive such input may trigger the overflow. Exploitation would require the attacker to supply a cursor name longer than the internal buffer, causing the driver to overwrite memory used by the application. While the description does not detail a publicly available exploit, the high severity and potential for code execution warrants proactive mitigation.

Generated by OpenCVE AI on August 28, 2026 at 23:50 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the MongoDB BI Connector ODBC driver to the latest version that addresses the cursor name overflow issue.
  • Configure applications using the driver to reject cursor names exceeding the expected maximum length or to sanitize input before it reaches the driver.
  • Monitor application logs and stability for signs of memory corruption or unexpected crashes, and react immediately if such events appear.

Generated by OpenCVE AI on August 28, 2026 at 23:50 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 29 Aug 2026 00:45:00 +0000

Type Values Removed Values Added
First Time appeared Mongodb
Mongodb bi Connector Odbc Driver
Vendors & Products Mongodb
Mongodb bi Connector Odbc Driver

Fri, 28 Aug 2026 22:00:00 +0000

Type Values Removed Values Added
Description A user able to submit SQL through an application using the MongoDB Connector for BI ODBC driver can supply a positioned-cursor statement whose cursor name exceeds the size of an internal fixed-length buffer. Because the name length is not bounded before the driver builds its diagnostic message, memory adjacent to that buffer is overwritten with user-supplied content. This can terminate the hosting application process and may allow unintended code to run within it.
Title BI Connector ODBC Driver Improper Bounds Checking on Cursor Name Leading to Memory Corruption
Weaknesses CWE-121
References
Metrics cvssV3_1

{'score': 8.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'}

cvssV4_0

{'score': 8.7, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N'}


Subscriptions

Mongodb Bi Connector Odbc Driver
cve-icon MITRE

Status: PUBLISHED

Assigner: mongodb

Published:

Updated: 2026-08-28T20:26:05.939Z

Reserved: 2026-08-26T22:32:57.937Z

Link: CVE-2026-81532

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-28T22:16:54.793

Modified: 2026-08-28T22:16:54.793

Link: CVE-2026-81532

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-29T00:30:16Z

Weaknesses
  • CWE-121

    Stack-based Buffer Overflow