Description
Certain query operations involving deeply nested $jsonSchema constructs can trigger disproportionate CPU consumption in affected MongoDB deployments, potentially leading to resource exhaustion. The resulting CPU-bound operation cannot be interrupted through standard administrative controls.
Published: 2026-07-22
Score: 7.1 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Certain query operations that include deeply nested $jsonSchema constructs can trigger MongoDB to consume an excessive amount of CPU resources, leading to sustained high‑CPU usage that cannot be terminated by normal administrative controls. Because the process cannot be interrupted, the database service may become unresponsive for a prolonged period, effectively denying service to legitimate users. The flaw is an Excessive Resource Consumption defect identified as CWE‑407.

Affected Systems

The affected product is MongoDB Server. No specific deployment versions are listed in the advisory, so any installation that accepts client queries containing complex $jsonSchema statements is potentially vulnerable. Organizations operating MongoDB Server should treat all current releases as at risk until a patched release is available.

Risk and Exploitability

The CVSS score of 7.1 indicates a moderate to high risk profile, while the EPSS score of <1% suggests a low probability of exploitation. Based on the description, it is inferred that the likely attack vector is through crafted queries sent over the network, which trigger the vulnerability. An attacker—authenticated or unauthenticated—can launch a denial‑of‑service attack by flooding the database with expensive $jsonSchema queries. The lack of a KEV listing indicates no widely observed exploitation at the time of this analysis.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade MongoDB to the latest official release that contains the fix for excessive CPU consumption from $jsonSchema queries.
  • Validate or restrict $jsonSchema query complexity at the application layer, limiting nesting depth and field count before the query reaches the database.
  • Restrict resources allocated to the MongoDB process by configuring system‑level limits such as cgroups or ulimits and set up monitoring for abnormal CPU usage so that anomalous loads can be detected and mitigated quickly.
  • Apply network‑level rate limiting or firewall rules to reduce the rate of $jsonSchema queries from any single client or IP address.

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 23 Jul 2026 21:45:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Thu, 23 Jul 2026 06:15:00 +0000

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

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

Type Values Removed Values Added
Description Certain query operations involving deeply nested $jsonSchema constructs can trigger disproportionate CPU consumption in affected MongoDB deployments, potentially leading to resource exhaustion. The resulting CPU-bound operation cannot be interrupted through standard administrative controls.
Title MongoDB $jsonSchema Query Operator Excessive CPU Consumption Leading to Denial of Service
Weaknesses CWE-407
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-23T19:09:41.843Z

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

Link: CVE-2026-13064

cve-icon Vulnrichment

Updated: 2026-07-23T19:09:38.212Z

cve-icon NVD

Status : Analyzed

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

Modified: 2026-08-05T14:46:19.240

Link: CVE-2026-13064

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-407

    Inefficient Algorithmic Complexity