Description
An authenticated user can cause excessive CPU consumption or out-of-memory conditions on a MongoDB server by sending a crafted Queryable Encryption find payload containing an unvalidated field used to control an internal computation loop. The resulting resource exhaustion degrades availability for other operations.
Published: 2026-07-22
Score: 7.1 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

An authenticated user can send a specially crafted Queryable Encryption find payload that contains an unvalidated field controlling an internal computation loop. This leads to excessive CPU usage or out‑of‑memory conditions on the MongoDB server, resulting in resource exhaustion that degrades availability for other operations.

Affected Systems

MongoDB Server. No specific version information is available; all current releases may be impacted until a fix is released.

Risk and Exploitability

The CVSS score of 7.1 classifies the vulnerability as high severity, indicating a significant impact if exploited. The EPSS score of < 1% suggests a very low probability of exploitation, and the vulnerability is not listed in CISA KEV, implying no evidence of widespread exploitation. Attack requires authentication and knowledge of the Queryable Encryption find operation; the lack of input validation allows an attacker to trigger an uncontrolled loop, consuming CPU or memory and causing a denial of service. With legitimate credentials, the exploit path is straightforward, making this a notable risk for systems with insufficient access controls on the Queryable Encryption feature.

Generated by OpenCVE AI on August 3, 2026 at 23:20 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Deploy the latest MongoDB Server release that implements input validation for Queryable Encryption find operations.
  • Configure server‑side limits for query execution time and memory usage to mitigate long‑running or memory‑intensive queries.
  • Restrict privileges so that only trusted users can perform Queryable Encryption find operations, applying the principle of least privilege.
  • Monitor CPU and memory metrics for sudden spikes and set alerts to detect potential resource exhaustion attacks.

Generated by OpenCVE AI on August 3, 2026 at 23:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 27 Jul 2026 23:30:00 +0000

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

Sat, 25 Jul 2026 07:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Wed, 22 Jul 2026 20:00:00 +0000

Type Values Removed Values Added
Description An authenticated user can cause excessive CPU consumption or out-of-memory conditions on a MongoDB server by sending a crafted Queryable Encryption find payload containing an unvalidated field used to control an internal computation loop. The resulting resource exhaustion degrades availability for other operations.
Title Queryable Encryption FLE2 Find Payload Missing Input Validation Leading to Resource Exhaustion
Weaknesses CWE-770
References
Metrics cvssV3_1

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

cvssV4_0

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


Subscriptions

Mongodb Mongodb Mongodb Server
cve-icon MITRE

Status: PUBLISHED

Assigner: mongodb

Published:

Updated: 2026-07-23T14:21:57.230Z

Reserved: 2026-06-23T18:00:12.588Z

Link: CVE-2026-13069

cve-icon Vulnrichment

Updated: 2026-07-23T14:21:54.074Z

cve-icon NVD

Status : Analyzed

Published: 2026-07-22T20:16:45.270

Modified: 2026-08-05T13:23:01.140

Link: CVE-2026-13069

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T23:30:17Z

Weaknesses
  • CWE-770

    Allocation of Resources Without Limits or Throttling