Register for the AI for Security Summit: Join Figma, Perplexity & Wiz

CVE-2026-88035
MongoDB vulnerability analysis and mitigation

Overview

CVE-2026-88035 is an integer overflow vulnerability in the MongoDB C Driver's client-side SASL authentication path that can result in a buffer overwrite and application crash. A size check on the username value can wrap around due to integer overflow (CWE-190), allowing an oversized username to be copied past the end of a small buffer. Affected versions include MongoDB C Driver 1.10.0 through 1.30.10 (fixed in 1.30.10) and 2.2.0 through 2.5.3 (fixed in 2.5.3). The vulnerability was published on September 10, 2026, and carries a CVSS v3.1 base score of 5.5 (Medium) and a CVSS v4.0 base score of 5.7 (Medium) (GitHub Advisory, MongoDB Jira).

Technical details

The root cause is an integer overflow or wraparound (CWE-190) in the size validation logic within the client-side authentication code path of the MongoDB C Driver. When the optional external SASL authentication backend (e.g., Cyrus SASL) is compiled in and a connection is configured to use it, an attacker who can control the driver's connection settings can supply an unusually large username value. The integer overflow causes the size check to pass incorrectly, and the oversized username is then copied past the end of a fixed-size stack or heap buffer (an out-of-bounds write, CWE-787 per CAPEC-92 mapping). Exploitation requires local access with low privileges and the ability to influence connection configuration parameters (GitHub Advisory, MongoDB Jira).

Impact

Successful exploitation causes the application embedding the MongoDB C Driver to terminate unexpectedly, resulting in a denial of service. There is no impact to confidentiality or data integrity — the vulnerability is limited to availability of the affected application. The scope is unchanged, meaning only the vulnerable application process is affected, with no evidence of lateral movement potential or data exposure risk (GitHub Advisory).

Exploitability

There is no known public proof-of-concept exploit and no evidence of in-the-wild exploitation as of the time of disclosure (GitHub Advisory). The vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog. The EPSS score is approximately 0.103% (1st percentile), indicating a very low probability of exploitation in the near term. Exploitation requires local access, low privileges, and a specific build configuration with the external SASL backend enabled, significantly limiting the attack surface (GitHub Advisory).

Exploitation steps

  1. Identify target: Locate an application that embeds the MongoDB C Driver compiled with the optional external SASL authentication backend (e.g., Cyrus SASL) and configured to use SASL for authentication.
  2. Gain local access: Obtain local system access with low-privilege credentials sufficient to modify or influence the driver's connection configuration settings (e.g., environment variables, configuration files, or application-level settings).
  3. Craft oversized username: Prepare a username value that is large enough to trigger the integer overflow in the size check — typically a string whose length, when processed by the vulnerable arithmetic, wraps around to a small or zero value, bypassing the bounds check.
  4. Inject into connection settings: Supply the oversized username as the authentication credential in the driver's connection URI or configuration structure before the connection is established.
  5. Trigger crash: When the application initiates a connection using the SASL authentication path, the overflowed size check passes, the oversized username is copied past the end of the buffer, and the application terminates unexpectedly (denial of service) (GitHub Advisory, MongoDB Jira).

Indicators of compromise

  • Logs: Application crash logs or core dumps originating from the MongoDB C Driver's SASL authentication code path; segmentation fault or stack smashing errors in system logs (/var/log/syslog, dmesg) associated with the embedding application process.
  • Process: Unexpected termination of applications embedding the MongoDB C Driver during connection establishment when SASL authentication is in use; repeated application restarts or watchdog-triggered restarts.
  • File System: Unexpected core dump files (core.*) in the application working directory generated at the time of authentication attempts with unusually long usernames.

Mitigation and workarounds

MongoDB has released patched versions: 1.30.10 (for the 1.x branch) and 2.5.3 (for the 2.x branch). Users should upgrade to these versions immediately. As a workaround, organizations that do not require external SASL authentication should disable or avoid building the driver with the optional external SASL backend. Additionally, restrict who can modify driver connection settings to trusted administrators only, and validate any user-supplied input used to configure authentication parameters (GitHub Advisory, MongoDB Jira).

Community reactions

An openSUSE security announcement was published referencing this CVE, indicating downstream Linux distribution maintainers are tracking and packaging the fix (openSUSE Security). No notable independent researcher commentary, social media discussion, or significant media coverage has been identified for this vulnerability, consistent with its limited exploitability and local-only attack vector.

Additional resources

Linux Distribution fix status

Fix availability across major Linux distributions and their releases.

Debian

Fixed

bookworm

mongo-c-driver

Affected

sid

mongo-c-driver: 2.5.3-1

Fixed

trixie

mongo-c-driver

Affected

Ubuntu

Unknown

bionic (esm-apps)

mongodb

Unknown

focal (esm-apps)

mongodb

Unknown

trusty (esm-infra-legacy)

mongodb

Unknown

xenial (esm-apps-legacy)

mongodb

Unknown

SourceThis report was generated using AI

Related MongoDB vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2026-82075HIGH8.7
  • MongoDB logoMongoDB
  • mongod-8.3
NoYesSep 08, 2026
CVE-2026-89099HIGH7.7
  • MongoDB logoMongoDB
  • cpe:2.3:a:mongodb:mongodb
NoYesSep 11, 2026
CVE-2026-82076HIGH7.1
  • MongoDB logoMongoDB
  • mongod-7.0
NoYesSep 08, 2026
CVE-2026-82074HIGH7.1
  • MongoDB logoMongoDB
  • mongodb
NoYesSep 08, 2026
CVE-2026-88035MEDIUM5.7
  • MongoDB logoMongoDB
  • mongodb
NoYesSep 10, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management