Description
In MongoDB Connector for BI, mongodrdl may write a TLS private-key password to standard error when the password is supplied through both the connection URI and the corresponding command-line option. A local user with access to the captured command output and encrypted key file may use the disclosed password to access the associated TLS client key.
Published: 2026-08-27
Score: 4.1 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Information Disclosure
Action: Assess Exposure
AI Analysis

Impact

The vulnerability occurs in the MongoDB Connector for BI when the TLS private‑key password is supplied both through the connection URI and as a command‑line option. In this scenario, mongodrdl writes the password to standard error. This constitutes a CWE‑532 weakness, where sensitive information is written to log output. A local user who can capture the command output and who also has access to the encrypted key file can discover the password and use it to decrypt the TLS client key.

Affected Systems

Affected systems include any installation of the MongoDB Connector for BI that accepts duplicate password specifications. The issue is documented in the release notes for version 2.14.30 and may be present in earlier releases. No specific version constraints are listed beyond the vendor’s current release.

Risk and Exploitability

With a CVSS score of 4.1, the exploitability is considered moderate. The EPSS score is not available, and the vulnerability is not listed in CISA’s KEV catalog. The attack vector requires local access to command‑output logs and the encrypted key file; a local attacker who can read these artefacts could recover the TLS password, potentially compromising encrypted communications. Existing mitigations involve restricting log output and ensuring passwords are provided through only one channel.

Generated by OpenCVE AI on August 27, 2026 at 17:56 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Configure the Connector for BI to specify the TLS private‑key password through only one method—either the connection URI or the command‑line option—not both.
  • Restrict access to standard‑error output destinations and encrypted key files, granting read privileges only to the account running the connector or to privileged users.
  • Apply any vendor‑issued patches for the Connector for BI as announced in MongoDB release notes; monitor the MongoDB website for updates addressing this issue.
  • Audit logs periodically for inadvertent leakage of sensitive information and adjust logging configuration to suppress the output of passwords.

Generated by OpenCVE AI on August 27, 2026 at 17:56 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 28 Aug 2026 16:45:00 +0000

Type Values Removed Values Added
First Time appeared Mongodb
Mongodb bi Connector
Vendors & Products Mongodb
Mongodb bi Connector

Thu, 27 Aug 2026 16:45:00 +0000

Type Values Removed Values Added
Description In MongoDB Connector for BI, mongodrdl may write a TLS private-key password to standard error when the password is supplied through both the connection URI and the corresponding command-line option. A local user with access to the captured command output and encrypted key file may use the disclosed password to access the associated TLS client key.
Title MongoDB Connector for BI mongodrdl Logs TLS Private-Key Password When Duplicate Options Are Supplied
Weaknesses CWE-532
References
Metrics cvssV3_1

{'score': 4.4, 'vector': 'CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:H/I:N/A:N'}

cvssV4_0

{'score': 4.1, 'vector': 'CVSS:4.0/AV:L/AC:L/AT:P/PR:L/UI:A/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N'}


Subscriptions

Mongodb Bi Connector
cve-icon MITRE

Status: PUBLISHED

Assigner: mongodb

Published:

Updated: 2026-08-27T18:46:12.847Z

Reserved: 2026-08-17T22:00:14.773Z

Link: CVE-2026-75573

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-08-27T17:19:59.120

Modified: 2026-08-28T21:16:15.740

Link: CVE-2026-75573

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-28T16:14:13Z

Weaknesses
  • CWE-532

    Insertion of Sensitive Information into Log File