Description
A network-reachable client that has not yet authenticated can hold a MongoDB Connector for BI authentication session open indefinitely by beginning a SASL-based login exchange and then declining to complete it. Because the negotiation loop had no overall time bound and the read from the client had no deadline, each such session retains a worker, a client connection slot, and its associated backend database connections until the process is restarted. Repeated use of this behavior can consume the configured connection capacity and prevent legitimate users from establishing new sessions.
Published: 2026-08-28
Score: 8.7 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The MongoDB Connector for BI contains an unbounded authentication negotiation flaw where an unauthenticated network client can start a SASL login exchange and then stop the process. Because the negotiation loop has no overall timeout and the read from the client has no deadline, each such session retains a worker thread, a client connection slot, and associated backend database connections until the process is restarted. Repeating this behavior consumes the configured connection capacity and can prevent legitimate users from establishing new sessions. This flaw is an example of CWE‑1088.

Affected Systems

The vulnerability affects the MongoDB Connector for Business Intelligence. No specific version information is provided, so all releases of the Connector that utilize the SASL authentication handshake are potentially vulnerable until an official fix is released.

Risk and Exploitability

The base CVSS score of 8.7 shows a high severity rating. The attack vector is network‑based and does not require authentication or privileged access. The EPSS score is not available and the issue is not listed in the CISA KEV catalog. Any unauthenticated client on the network can repeatedly trigger the exploit, meaning that the risk of exploitation is significant in environments where the BI Connector is exposed to untrusted networks.

Generated by OpenCVE AI on August 28, 2026 at 23:52 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Limit the maximum number of concurrent client connections and enforce a hard timeout on authentication sessions to prevent indefinite holds.
  • Apply the latest MongoDB Connector for BI update or vendor patch as soon as it is available.
  • Restrict inbound traffic to the BI Connector using firewall rules or VPN so that only trusted clients can initiate connections.

Generated by OpenCVE AI on August 28, 2026 at 23:52 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 29 Aug 2026 00:15:00 +0000

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

Fri, 28 Aug 2026 22:00:00 +0000

Type Values Removed Values Added
Description A network-reachable client that has not yet authenticated can hold a MongoDB Connector for BI authentication session open indefinitely by beginning a SASL-based login exchange and then declining to complete it. Because the negotiation loop had no overall time bound and the read from the client had no deadline, each such session retains a worker, a client connection slot, and its associated backend database connections until the process is restarted. Repeated use of this behavior can consume the configured connection capacity and prevent legitimate users from establishing new sessions.
Title MongoDB Connector for BI Unbounded Authentication Negotiation Leading to Connection Exhaustion
Weaknesses CWE-1088
References
Metrics cvssV3_1

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

cvssV4_0

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


Subscriptions

Mongodb Bi Connector
cve-icon MITRE

Status: PUBLISHED

Assigner: mongodb

Published:

Updated: 2026-08-28T20:22:42.151Z

Reserved: 2026-08-26T22:10:21.151Z

Link: CVE-2026-81520

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-28T22:16:54.650

Modified: 2026-08-28T22:16:54.650

Link: CVE-2026-81520

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-29T00:00:15Z

Weaknesses
  • CWE-1088

    Synchronous Access of Remote Resource without Timeout