CVE Catalog

CVE-2026-77586

HighCVSS 8.0
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.23%

13th percentile - higher than 13% of all known CVEs

Summary

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.

Risk Assessment

The risk includes execution of unauthorized SQL commands on the SQL server with the operator's session privileges, potentially leading to data integrity violation and unauthorized access.

Recommendation

It is recommended to upgrade MongoDB Connector for BI to a patched version and implement validation and escaping of identifiers in generated DDL to prevent SQL injection.

Other vulnerabilities in MongoDB Connector for BI

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS