Skip to main content

MongoDB BI Connector EUVDEUVD-2026-57602

| CVE-2026-19002 HIGH
Classic Buffer Overflow (CWE-120)
2026-08-12 mongodb GHSA-g4wv-p89v-7p3f
8.8
CVSS 4.0 · Vendor: mongodb
Share

Severity by source

Vendor (mongodb) PRIMARY
8.8 HIGH
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/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
vuln.today AI
8.3 HIGH

AV:N for network-delivered malformed server response, AC:H for required server control or MitM position, UI:R for active client connection initiation, S:C because memory corruption impacts the host application beyond the driver component.

3.1 AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H
4.0 AV:N/AC:H/AT:P/PR:N/UI:A/VC:H/VI:H/VA:H/SC:H/SI:H/SA:N

Primary rating from Vendor (mongodb).

CVSS VectorVendor: mongodb

Attack Vector
Network
Attack Complexity
High
Privileges Required
None
User Interaction
A
Scope
X

Lifecycle Timeline

4
Patch available
Aug 12, 2026 - 22:03 EUVD
Source Code Evidence Fetched
Aug 12, 2026 - 21:31 vuln.today
Analysis Generated
Aug 12, 2026 - 21:31 vuln.today
CVE Published
Aug 12, 2026 - 20:24 cve.org
HIGH 8.8

DescriptionCVE.org

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.

AnalysisAI

Out-of-bounds write in the MongoDB BI Connector ODBC Driver exposes client applications to memory corruption and potential code execution when the driver processes malformed stored procedure parameter metadata returned by a malicious or compromised server. The root cause is a missing bounds check (CWE-120) on the parameter size field in the metadata parsing routine, affecting all versions prior to v1.4.9. No public exploit code or active exploitation has been identified at time of analysis, and MongoDB has released a fix in v1.4.9.

Technical ContextAI

The MongoDB BI Connector ODBC Driver (CPE: cpe:2.3:a:mongodb:bi_connector_odbc_driver:*:*:*:*:*:*:*:*) is a translation layer that enables SQL-based BI tools to query MongoDB data via the ODBC interface by communicating with the MongoDB BI Connector server. When the driver receives metadata describing stored procedure parameters from the server, it copies those parameter fields into a fixed-size buffer without first validating that the supplied size fits within the allocation - a classic CWE-120 buffer overflow (buffer copy without checking size of input). The v1.4.9 release notes confirm the fix as 'Added logic to clamp parameter size for client app integrations,' establishing that the server-supplied parameter size value was previously trusted unconditionally. Because the corruption occurs inside the ODBC driver running in the client application's own process space, the affected memory region and severity of impact depends on the client application's memory layout at the time of parsing.

RemediationAI

Upgrade the MongoDB BI Connector ODBC Driver to version v1.4.9 or later, available at https://github.com/mongodb/mongo-bi-connector-odbc-driver/releases/tag/v1.4.9; the release explicitly resolves CVE-2026-19002 with bounds clamping on parameter size fields. If immediate patching is not feasible, restrict all ODBC driver connections to trusted, network-isolated MongoDB BI Connector servers using firewall rules or host-based controls so that the driver cannot be directed at or intercepted by a rogue server - this directly removes the AT:P precondition required for exploitation. Enforcing mutual TLS authentication between the ODBC driver and the BI Connector server mitigates the man-in-the-middle interception vector; the trade-off is added certificate management overhead. Disabling stored procedure metadata queries is not a viable workaround as it would break core driver functionality for BI integrations.

CVE-2013-1892 MEDIUM POC
6.0 Oct 01

MongoDB before 2.0.9 and 2.2.x before 2.2.4 does not properly validate requests to the nativeHelper function in SpiderMo

CVE-2013-3969 MEDIUM POC
6.5 Oct 01

The find prototype in scripting/engine_v8.h in MongoDB 2.4.0 through 2.4.4 allows remote authenticated users to cause a

CVE-2018-13863 HIGH POC
7.5 Jul 10

The MongoDB bson JavaScript module (also known as js-bson) versions 0.5.0 to 1.0.x before 1.0.5 is vulnerable to a Regul

CVE-2026-25887 HIGH POC
7.2 Mar 06

Remote code execution in Chartbrew versions prior to 4.8.1 allows authenticated attackers with high privileges to execut

CVE-2019-2386 HIGH POC
7.1 Aug 06

After user deletion in MongoDB Server the improper invalidation of authorization sessions allows an authenticated user's

CVE-2012-6619 MEDIUM POC
6.4 Mar 06

The default configuration for MongoDB before 2.3.2 does not validate objects, which allows remote authenticated users to

CVE-2026-3431 CRITICAL
9.8 Mar 02

SimStudio below 0.5.74 has a missing authorization on MongoDB tool endpoints that allows attackers to execute arbitrary

CVE-2024-8654 CRITICAL
9.8 Sep 10

MongoDB Server may access non-initialized region of memory leading to unexpected behaviour when zero arguments are calle

CVE-2024-6376 CRITICAL
9.8 Jul 01

MongoDB Compass may be susceptible to code injection due to insufficient sandbox protection settings with the usage of e

CVE-2024-1351 CRITICAL
9.8 Mar 07

Under certain configurations of --tlsCAFile and tls.CAFile, MongoDB Server may skip peer certificate validation which ma

CVE-2020-7610 CRITICAL
9.8 Mar 30

All versions of bson before 1.1.4 are vulnerable to Deserialization of Untrusted Data. Rated critical severity (CVSS 9.8

CVE-2026-19001 CRITICAL
9.5 Aug 12

Memory corruption in the MongoDB BI Connector ODBC Driver (fixed in v1.4.9) occurs when an oversized catalog, schema, or

Share

EUVD-2026-57602 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy