ZeroHour

CVE-2026-81490

niche

Denial of Service in MongoDB Connector for BI via Failing View During Schema Sampling

CVSS 4.0
8.3 high
EPSS
<1%p14
Published
()
Modified
AI analysis

MongoDB Connector for BI (mongosqld) contains an availability flaw in its schema-sampling routine, catalogued as CWE-476 (NULL pointer dereference). A database user with permission to create a view in any namespace the connector samples can define a view whose evaluation reliably fails; the sampling logic classifies the resulting server message as transient and, after the configured retries are exhausted, completes the schema refresh without a valid result. The mongosqld process keeps running but without a usable schema, so SQL clients cannot obtain results until an operator removes the view or excludes its namespace from sampling — an availability-only impact scored 8.3 (high) under CVSS 4.0 with no confidentiality or integrity effect. Any deployment in which low-privileged users can create views in sampled namespaces is exposed; the provided data does not specify affected version ranges. No exploitation is known: there is no public proof of concept, it is not in CISA KEV, and EPSS estimates only a 0.2% probability of exploitation in the next 30 days (14th percentile).

What to do: Restrict view-creation (DDL) privileges on namespaces included in Connector for BI sampling and audit existing views in those namespaces; if a schema refresh is already failing, removing the offending view or excluding its namespace from sampling restores SQL query service. Upgrade mongosqld to a fixed release per MongoDB's advisory (fixed versions are not listed in this data), and monitor schema-refresh logs for repeated transient-error retries on sampled namespaces.

Affected
MongoDB Connector for BI (mongosqld)
Estimated exposure
nicheon the order of thousands of deployments at most (specialized connector; no public install or exposure counts) — No public active-install or internet-exposure counts exist for this product, but the Connector for BI is a specialized gateway deployed only where organizations pipe MongoDB data into SQL-based BI tools rather than a mass-distributed…

Order-of-magnitude estimate by the model from install counts, market share and public scan data it knows; verify before quoting.

Description

A database user able to create a view in a namespace that MongoDB Connector for BI samples can cause the schema-sampling routine to stop functioning by defining a view whose evaluation reliably fails. The sampling logic classifies the resulting server message as transient and, after the configured retries are exhausted, proceeds without a valid result, ending the schema refresh routine. The mongosqld process continues running without a usable schema, so SQL clients are unable to obtain results until an operator removes the view or excludes its namespace from sampling.

Weakness
CWE-476
Vector
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:H/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

In the news

No ingested article mentions this CVE yet.