Description
An authenticated user can cause a {{mongod}} process to be terminated by the operating system under memory pressure by performing a specific data type conversion operation within MongoDB's aggregation framework. The behavior stems from disproportionate memory consumption during this operation, and requires both write access to the database and 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

The vulnerability arises when an authenticated user executes a specific data type conversion within MongoDB's aggregation framework. This operation consumes disproportionate amounts of memory, causing the operating system to terminate the mongod process under memory pressure. The result is a denial of service that disrupts database availability for applications relying on the server.

Affected Systems

MongoDB Server instances are affected. No version information is supplied, so all installations that have not yet applied the appropriate vendor patch could be vulnerable.

Risk and Exploitability

The CVSS score of 7.1 indicates high severity, but the EPSS score of less than 1% suggests exploitation is unlikely. The vulnerability requires authenticated write access and the ability to run aggregation queries, meaning compromised credentials or privileged accounts are needed. Once these prerequisites are met, an attacker can trigger memory exhaustion and force the server to crash, leading to downtime until service recovery.

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 addresses the memory exhaustion in the aggregation framework.
  • Configure MongoDB to limit maximum memory usage for aggregation operations (e.g., setting maxMemoryUsageMB).
  • Restrict write and aggregation permissions to trusted users and monitor process memory consumption to detect abnormal spikes.

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 a {{mongod}} process to be terminated by the operating system under memory pressure by performing a specific data type conversion operation within MongoDB's aggregation framework. The behavior stems from disproportionate memory consumption during this operation, and requires both write access to the database and the ability to run aggregation queries.
Title Aggregation Framework Memory Exhaustion Leading to Process Termination
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-23T15:01:16.367Z

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

Link: CVE-2026-13076

cve-icon Vulnrichment

Updated: 2026-07-23T15:01:11.113Z

cve-icon NVD

Status : Awaiting Analysis

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

Modified: 2026-07-23T16:17:13.630

Link: CVE-2026-13076

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