Description
MongoDB Server's handling of a Queryable Encryption maintenance operation did not properly validate certain request parameters against the collection's encrypted field configuration before use. An authenticated user with readWrite privileges could submit a specially formed request that leads to a server crash or excessive internal writes, resulting in resource exhaustion and corruption of encrypted index data.
Published: 2026-08-11
Score: 7.1 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

MongoDB Server was found to improperly validate certain request parameters during a queryable encryption maintenance operation. An authenticated user with readWrite privileges could craft a request that triggers a server crash or a large amount of internal writes, exhausting resources and corrupting encrypted index data. The vulnerability stems from an integer overflow or wraparound condition as classified by CWE‑191. The primary impact is a denial of service and data integrity loss for the affected database instance.

Affected Systems

MongoDB Server is affected specifically in deployments that enable queryable encryption and perform maintenance operations on encrypted collections. The advisory does not specify a version range, so all MongoDB Server instances that accept the relevant maintenance request are potentially impacted until a patch is applied.

Risk and Exploitability

The CVSS score of 7.1 indicates moderate to high severity. EPSS is less than 1 %, suggesting a very low likelihood of exploitation at present. The vulnerability is not listed in the CISA KEV catalog. Exploitation requires authenticated access with readWrite privileges; an attacker would need to compromise credentials or otherwise gain write access to the database. Once access is attained, a specially crafted maintenance command can cause a crash or resource exhaustion, affecting availability for legitimate users.

Generated by OpenCVE AI on August 12, 2026 at 19:50 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to the latest MongoDB Server release that contains the fix for this vulnerability.
  • If a patch cannot be applied immediately, disable queryable encryption maintenance operations on the affected collections until the issue is resolved.
  • Continuously monitor server logs for crashes or abnormal resource usage and run regular integrity checks on encrypted indexes to detect potential corruption early.

Generated by OpenCVE AI on August 12, 2026 at 19:50 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 12 Aug 2026 13:00:00 +0000

Type Values Removed Values Added
First Time appeared Mongodb
Mongodb mongodb Server
Vendors & Products Mongodb
Mongodb mongodb Server

Tue, 11 Aug 2026 21:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 11 Aug 2026 18:45:00 +0000

Type Values Removed Values Added
Description MongoDB Server's handling of a Queryable Encryption maintenance operation did not properly validate certain request parameters against the collection's encrypted field configuration before use. An authenticated user with readWrite privileges could submit a specially formed request that leads to a server crash or excessive internal writes, resulting in resource exhaustion and corruption of encrypted index data.
Title Improper Validation in MongoDB Queryable Encryption Maintenance Operation Leads to Denial of Service and Index Corruption
Weaknesses CWE-191
References
Metrics cvssV3_1

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

cvssV4_0

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


Subscriptions

Mongodb Mongodb Server
cve-icon MITRE

Status: PUBLISHED

Assigner: mongodb

Published:

Updated: 2026-08-11T20:27:20.724Z

Reserved: 2026-08-03T15:52:40.368Z

Link: CVE-2026-18687

cve-icon Vulnrichment

Updated: 2026-08-11T20:27:15.608Z

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-08-11T19:17:22.467

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

Link: CVE-2026-18687

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-12T20:00:04Z

Weaknesses
  • CWE-191

    Integer Underflow (Wrap or Wraparound)