Description
An authenticated user can cause the mongod process to be terminated by the operating system under memory pressure via the $rankFusion and $scoreFusion aggregation stages. The issue originates in the server's error-handling path and requires the ability to run aggregation queries.
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 force the mongod process to terminate under memory pressure by issuing aggregation queries that use the $rankFusion and $scoreFusion stages. The flaw originates in the server's error‑handling path and results in an unbounded memory allocation that causes an out‑of‑memory condition and an orderly shutdown of the mongod service. This leads to a temporary or permanent denial of service for the affected database instance.

Affected Systems

MongoDB Server is the affected product. No specific product versions are listed, so the vulnerability applies to any deployed MongoDB Server instance that supports the $rankFusion and $scoreFusion aggregation stages.

Risk and Exploitability

The CVSS score of 7.1 indicates medium to high severity. Exploitation requires that the attacker be authenticated and possess the ability to run aggregation queries, limiting the threat to users with sufficient privileges. The EPSS score of <1% and the absence of a KEV listing suggest that widespread exploitation has not yet been observed. However, an attacker who can meet the prerequisites can achieve a deliberate out‑of‑memory condition, causing the mongod process to terminate and disrupting service availability.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest MongoDB Server update that corrects the unbounded memory allocation in $rankFusion and $scoreFusion stages.
  • If a patch is not yet available, limit the use of aggregation queries to trusted administrators by tightening role‑based permissions.
  • Configure operating‑system resource limits, such as cgroups or container memory quotas, to cap the memory usage of the mongod process.

Generated by OpenCVE AI on August 3, 2026 at 23:22 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:30: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 An authenticated user can cause the mongod process to be terminated by the operating system under memory pressure via the $rankFusion and $scoreFusion aggregation stages. The issue originates in the server's error-handling path and requires the ability to run aggregation queries.
Title $rankFusion and $scoreFusion Unbounded Memory Allocation During Error Suggestion Generation
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 Server
cve-icon MITRE

Status: PUBLISHED

Assigner: mongodb

Published:

Updated: 2026-07-23T14:19:39.485Z

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

Link: CVE-2026-13075

cve-icon Vulnrichment

Updated: 2026-07-23T14:19:35.416Z

cve-icon NVD

Status : Awaiting Analysis

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

Modified: 2026-07-23T15:33:09.233

Link: CVE-2026-13075

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