Description
The MongoDB BI Connector ODBC Driver may write outside the bounds of a fixed-size buffer when an application supplies an unusually long catalog, schema, or object name to a metadata retrieval function. This may result in memory corruption within the calling application's process, leading to abnormal termination and, under certain conditions, the potential for arbitrary code execution.
Published: 2026-08-12
Score: 9.5 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The MongoDB BI Connector ODBC Driver contains a classic buffer overflow in a metadata‑retrieval routine. When an application supplies a catalog, schema, or object name that exceeds the fixed buffer size, the driver writes past the buffer, corrupting memory inside the calling process. This memory corruption can terminate the process or, under certain conditions, allow an attacker to execute arbitrary code, making it a stateless memory safety vulnerability categorized as CWE‑190.

Affected Systems

All systems running the MongoDB BI Connector ODBC Driver before a vendor‑issued fix are affected. Applications that invoke the driver to retrieve database metadata and that do not enforce limits on the length of catalog, schema, or object names are susceptible. No specific version range is supplied, so any release without the patch is potentially vulnerable.

Risk and Exploitability

A CVSS score of 9.5 signals critical severity. Because no EPSS data is available, the exact likelihood of exploitation is uncertain. The vulnerability is not listed in CISA KEV. The likely attack vector is an ODBC metadata request sent by an application that can be persuaded to supply an overly long name; the attacker does not need elevated privileges beyond those of the application user. Successful exploitation would lead to memory corruption and possibly arbitrary code execution within the host process.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the driver to the latest patch (e.g., v1.4.9) if one is available. This removes the buffer‑overflow code that underlies CWE‑190.
  • If an upgrade cannot be applied immediately, add input‑validation checks in the application to enforce the maximum allowed length for catalog, schema, and object names before they are passed to the driver; this mitigates the CWE‑190 vulnerability.
  • Restrict or disable external metadata queries that can provide unusually long names by configuring application‑level access controls or network filtering, thereby reducing the chance that a malicious request reaches the driver.

Generated by OpenCVE AI on August 12, 2026 at 22:49 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': 'yes', '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 The MongoDB BI Connector ODBC Driver may write outside the bounds of a fixed-size buffer when an application supplies an unusually long catalog, schema, or object name to a metadata retrieval function. This may result in memory corruption within the calling application's process, leading to abnormal termination and, under certain conditions, the potential for arbitrary code execution.
Title MongoDB BI Connector ODBC driver may write outside an allocated buffer when handling oversized catalog object names
Weaknesses CWE-190
References
Metrics cvssV3_1

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

cvssV4_0

{'score': 9.5, 'vector': 'CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/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:40.150Z

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

Link: CVE-2026-19001

cve-icon Vulnrichment

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

cve-icon NVD

Status : Awaiting Analysis

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

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

Link: CVE-2026-19001

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-190

    Integer Overflow or Wraparound