SEPTEMBER 18, 2026
Live Feed
Back to database
Case File

CVE-2026-77586

HIGH · CVSS 8 EPSS 0.23%

Source: NVD + CISA KEV + EPSS · Published 2026-08-28 · Last synced 2026-09-18

CyberRota Analysis

AI-Generated

The MongoDB Connector for BI is vulnerable due to improper handling of object names in DDL text, allowing an attacker with write permissions to manipulate quoted identifiers. This can lead to SQL injection, enabling unauthorized execution of arbitrary SQL commands with the privileges of the session that replays the generated statement. Organizations using MongoDB, particularly those with BI integrations, should prioritize addressing this vulnerability to mitigate potential exploitation risks.

CVE
CVE-2026-77586
Severity
HIGH
CVSS
8
EPSS
0.23%
MongoDB

Original NVD Description

In MongoDB Connector for BI, MongoDB object names such as collection, field, and index names are placed into the quoted identifiers of the DDL text returned by SHOW CREATE statements without escaping the identifier delimiter. A user with permission to write to a sampled MongoDB collection can choose a name that closes the quoted identifier early, so that additional SQL text becomes part of the generated output. If an operator or automated tool later replays that generated statement against a SQL server, the additional text is executed with the privileges of that session.