Description
A missing bounds check when parsing stored procedure parameter metadata in the MongoDB BI Connector ODBC Driver can result in an out-of-bounds write in the client application process. Triggering this issue requires control over the server the driver connects to, or the ability to respond in its place, in order to return malformed metadata. The resulting memory corruption may cause the client application to terminate abnormally or, under certain conditions, execute unintended code.
Published: 2026-08-12
Score: 8.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A missing bounds check in the MongoDB BI Connector ODBC Driver when parsing stored procedure parameter metadata allows an attacker who can control the server or supply responses to the driver to cause an out‑of‑bounds write in the client process. This memory corruption can crash the application or, under certain conditions, lead to execution of unintended code, potentially compromising the host on which the driver runs. The flaw constitutes a CWE-120 buffer overrun vulnerability.

Affected Systems

All installations of the MongoDB BI Connector ODBC Driver are potentially affected. The flaw exists in versions prior to 1.4.9; upgrading to that release or newer removes the issue. Administrators should verify their current driver version and apply the update promptly.

Risk and Exploitability

The CVSS score of 8.8 indicates high severity, and the EPSS score is not available, but the absence of a KEV listing does not reduce the potential risk. An attacker would need control over the MongoDB server or the ability to impersonate it, suggesting the attack is limited to environments where the driver connects to an untrusted or compromised server. Once malicious metadata is delivered, the unbounded write can lead to service disruption or code execution, making this a serious threat for any application relying on the driver.

Generated by OpenCVE AI on August 12, 2026 at 22:30 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the MongoDB BI Connector ODBC Driver to version 1.4.9 or later, which includes the necessary bounds checks.
  • Ensure the application is configured to use the updated driver and verify that the driver can only connect to trusted MongoDB instances.
  • Restrict network access to the MongoDB server from untrusted networks to prevent attackers from supplying crafted metadata.

Generated by OpenCVE AI on August 12, 2026 at 22:30 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 13 Aug 2026 13: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 20:45:00 +0000

Type Values Removed Values Added
Description A missing bounds check when parsing stored procedure parameter metadata in the MongoDB BI Connector ODBC Driver can result in an out-of-bounds write in the client application process. Triggering this issue requires control over the server the driver connects to, or the ability to respond in its place, in order to return malformed metadata. The resulting memory corruption may cause the client application to terminate abnormally or, under certain conditions, execute unintended code.
Title Crafted database metadata may cause memory corruption in MongoDB BI Connector ODBC Driver
Weaknesses CWE-120
References
Metrics cvssV3_1

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

cvssV4_0

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


Subscriptions

Mongodb Bi Connector Odbc Driver
cve-icon MITRE

Status: PUBLISHED

Assigner: mongodb

Published:

Updated: 2026-08-13T12:55:07.693Z

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

Link: CVE-2026-19002

cve-icon Vulnrichment

Updated: 2026-08-13T12:55:02.910Z

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-08-12T21:17:37.440

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

Link: CVE-2026-19002

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-120

    Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')