Description
A data source definition containing an over-length file path setting may cause the MongoDB BI Connector ODBC Driver setup dialog to write outside the bounds of an allocated buffer. The issue stems from an incorrect buffer capacity calculation in the dialog's file and folder selection handling, and is reached only when a user opens the setup dialog for such a data source and initiates a file or folder selection. Depending on build configuration, the result may range from abnormal process termination to, under certain conditions, execution of unintended code in the context of the user running the dialog.
Published: 2026-08-12
Score: 8.4 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability arises when a data source definition contains an over-length file path setting used in the MongoDB BI Connector ODBC Driver. Opening the setup dialog and initiating a file or folder selection causes the dialog to write beyond the allocated buffer due to an incorrect capacity calculation. This CWE-121 stack buffer overflow can lead to abnormal termination or, in some builds, execution of unintended code in the user’s process context. The flaw is local and requires an active user to open the dialog, but it may allow the attacker to leak memory contents or run arbitrary code with the same privileges.

Affected Systems

The affected product is MongoDB:BI Connector ODBC Driver. The data does not specify a fixed version range, but the vulnerability is present in releases prior to the fix referenced in the driver’s release notes. Users should review the vendor’s changelog to determine if their installed version contains the buffer overflow bug.

Risk and Exploitability

The CVSS score of 8.4 classifies the issue as high severity. Because the attack requires local interaction with the setup dialog, the exploitability is medium; a malicious user who can run the driver process may craft a data source with an oversized path to trigger the overflow. The EPSS score is not available, and the vulnerability is not in the KEV catalog, suggesting no widely known exploits yet. Nevertheless, a buffer overflow that can lead to arbitrary code execution remains a significant risk, especially on systems where the driver runs under elevated privileges. Proper patching and safe configuration are therefore strongly advised.

Generated by OpenCVE AI on August 13, 2026 at 02:15 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the MongoDB BI Connector ODBC Driver to the latest released version that incorporates the buffer capacity fix.
  • Avoid creating data source definitions with file or folder paths that exceed normal length limits during setup, or disable the file/folder selection feature if possible.
  • Apply application whitelisting or restrict the driver’s execution to trusted users only, ensuring it does not run under elevated privileges when not required.

Generated by OpenCVE AI on August 13, 2026 at 02:15 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 13 Aug 2026 14:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Thu, 13 Aug 2026 10:15:00 +0000

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

Wed, 12 Aug 2026 21:30:00 +0000

Type Values Removed Values Added
Description A data source definition containing an over-length file path setting may cause the MongoDB BI Connector ODBC Driver setup dialog to write outside the bounds of an allocated buffer. The issue stems from an incorrect buffer capacity calculation in the dialog's file and folder selection handling, and is reached only when a user opens the setup dialog for such a data source and initiates a file or folder selection. Depending on build configuration, the result may range from abnormal process termination to, under certain conditions, execution of unintended code in the context of the user running the dialog.
Title MongoDB BI Connector ODBC driver may write outside an allocated buffer when the setup dialog opens a data source with oversized path settings
Weaknesses CWE-121
References
Metrics cvssV3_1

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

cvssV4_0

{'score': 8.4, 'vector': 'CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:A/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-13T13:44:16.892Z

Reserved: 2026-08-05T19:46:32.369Z

Link: CVE-2026-19003

cve-icon Vulnrichment

Updated: 2026-08-13T13:44:05.381Z

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-08-12T22:17:15.153

Modified: 2026-08-28T21:16:15.740

Link: CVE-2026-19003

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T09:47:41Z

Weaknesses
  • CWE-121

    Stack-based Buffer Overflow