Description
An authenticated user with standard read/write privileges can cause the mongod process to terminate due to an out-of-memory condition by sending a crafted aggregation command. MongoDB's libmongocrypt library insufficiently validates payload-supplied values, which can result in an excessively large memory allocation.
Published: 2026-07-22
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

An authenticated MongoDB user with standard read/write privileges can send a specially crafted aggregation command that forces the libmongocrypt library to allocate an excessively large amount of memory. The uncontrolled allocation triggers an out‑of‑memory condition, causing the mongod process to terminate. This results in a denial‑of‑service attack on the database instance and is an example of CWE‑190 where improper bounds checking leads to resource exhaustion.

Affected Systems

MongoDB Server is affected. No specific version information is listed, so all publicly released builds that include the libmongocrypt component should be considered potentially vulnerable until a patch is confirmed.

Risk and Exploitability

The CVSS score of 5.3 indicates moderate severity. The EPSS score of less than 1% suggests a low probability of exploitation, and the vulnerability is not listed in CISA’s KEV catalog. Exploitation requires an authenticated account with read/write access, so an attacker must first gain legitimate credentials or compromise an existing user to trigger the denial of service.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest MongoDB Server update that includes the fix for libmongocrypt, as referenced in Jira SERVER‑127737
  • Restrict aggregation operations for users who do not require them, and enforce strict role‑based access controls to limit who can run the vulnerable command
  • Configure mongod resource limits and enable logging and alerting for out‑of‑memory events to detect and respond to process terminations promptly

Generated by OpenCVE AI on August 3, 2026 at 23:17 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 08:45: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 with standard read/write privileges can cause the mongod process to terminate due to an out-of-memory condition by sending a crafted aggregation command. MongoDB's libmongocrypt library insufficiently validates payload-supplied values, which can result in an excessively large memory allocation.
Title libmongocrypt Improper Input Validation Leading to Process Termination
Weaknesses CWE-190
References
Metrics cvssV3_1

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

cvssV4_0

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


Subscriptions

Mongodb Mongodb Mongodb Server
cve-icon MITRE

Status: PUBLISHED

Assigner: mongodb

Published:

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

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

Link: CVE-2026-13063

cve-icon Vulnrichment

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

cve-icon NVD

Status : Analyzed

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

Modified: 2026-08-05T14:48:58.273

Link: CVE-2026-13063

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-190

    Integer Overflow or Wraparound