Severity by source
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
AC:H because attacker must control or impersonate the server; UI:R for required client-initiated connection; S:C because heap overflow in driver can affect the broader application process.
Primary rating from Vendor (mongodb).
CVSS VectorVendor: mongodb
Lifecycle Timeline
4DescriptionCVE.org
An application using the MongoDB BI Connector ODBC Driver may experience a memory-safety issue when processing output parameters from a stored procedure. Triggering this issue requires connecting to an untrusted or impersonated database server that returns crafted metadata. This may result in process termination, disclosure of process memory, or, under certain conditions, arbitrary code execution.
AnalysisAI
Heap-based buffer overflow in the MongoDB BI Connector ODBC Driver enables process memory disclosure, process termination, or arbitrary code execution when an application processes crafted stored procedure output parameter metadata returned by a malicious or impersonated database server. All versions prior to v1.4.9 are affected (CPE: cpe:2.3:a:mongodb:bi_connector_odbc_driver:*:*:*:*:*:*:*:*), and the attack does not require privileges against the driver itself, though the attacker must control or impersonate the upstream database server. MongoDB has released a patched version (v1.4.9) that adds buffer-clamping logic to prevent the overflow; no public exploit has been identified at time of analysis.
Technical ContextAI
The MongoDB BI Connector ODBC Driver (CPE: cpe:2.3:a:mongodb:bi_connector_odbc_driver:*:*:*:*:*:*:*:*) enables BI tools such as Tableau, Excel, and other ODBC-compatible clients to query MongoDB via a SQL interface. The vulnerability is classified as CWE-122 (Heap-based Buffer Overflow): when the driver processes output parameters returned by a stored procedure call, it fails to validate or clamp the buffer size indicated by server-supplied metadata, allowing an attacker-controlled server to specify an oversized length value that causes a write beyond the allocated heap region. The fix in v1.4.9 explicitly adds clamping logic for parameter sizes in client-app integrations. The CVSS 4.0 vector (AV:N/AC:H/AT:P/PR:N/UI:A) reflects a network-reachable but constrained attack path: AT:P requires a specific attack precondition (server control or MITM positioning) and UI:A requires the client application to actively initiate a connection to the untrusted server and invoke a stored procedure.
RemediationAI
The primary remediation is to upgrade the MongoDB BI Connector ODBC Driver to version 1.4.9 or later, which includes the 'logic to clamp buffers' that directly addresses CVE-2026-19004. The patched release is available at https://github.com/mongodb/mongo-bi-connector-odbc-driver/releases/tag/v1.4.9. As an immediate compensating control prior to patching, restrict ODBC driver connections exclusively to trusted, internally managed and certificate-verified database servers, and block connections to any externally hosted or unverified MongoDB BI Connector endpoints - this mitigates the required attack precondition (server impersonation or MITM) but does not eliminate the underlying vulnerability. Enforcing TLS certificate pinning between ODBC clients and the BI Connector server can reduce MITM exposure at the cost of additional PKI infrastructure overhead. No patch-equivalent workaround exists; upgrading to v1.4.9 is the only confirmed remediation.
MongoDB before 2.0.9 and 2.2.x before 2.2.4 does not properly validate requests to the nativeHelper function in SpiderMo
The find prototype in scripting/engine_v8.h in MongoDB 2.4.0 through 2.4.4 allows remote authenticated users to cause a
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
Remote code execution in Chartbrew versions prior to 4.8.1 allows authenticated attackers with high privileges to execut
After user deletion in MongoDB Server the improper invalidation of authorization sessions allows an authenticated user's
The default configuration for MongoDB before 2.3.2 does not validate objects, which allows remote authenticated users to
SimStudio below 0.5.74 has a missing authorization on MongoDB tool endpoints that allows attackers to execute arbitrary
MongoDB Server may access non-initialized region of memory leading to unexpected behaviour when zero arguments are calle
MongoDB Compass may be susceptible to code injection due to insufficient sandbox protection settings with the usage of e
Under certain configurations of --tlsCAFile and tls.CAFile, MongoDB Server may skip peer certificate validation which ma
All versions of bson before 1.1.4 are vulnerable to Deserialization of Untrusted Data. Rated critical severity (CVSS 9.8
Memory corruption in the MongoDB BI Connector ODBC Driver (fixed in v1.4.9) occurs when an oversized catalog, schema, or
Same weakness CWE-122 – Heap-based Buffer Overflow
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-57607
GHSA-fjxq-47rx-gwhh