
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-13076 is a Denial of Service vulnerability in MongoDB Server's aggregation framework that allows an authenticated user to cause the mongod process to be terminated by the operating system under memory pressure. The vulnerability affects MongoDB Server versions 8.3.0 through 8.3.7 (exclusive), and was published on July 22, 2026. It has a CVSS v3.1 base score of 6.5 (Medium) and a CVSS v4.0 base score of 7.1 (High) (GitHub Advisory).
The root cause is classified as CWE-770 (Allocation of Resources Without Limits or Throttling): a specific data type conversion operation within MongoDB's aggregation framework consumes disproportionate amounts of memory without adequate resource limits or throttling. An attacker exploits this by crafting and executing an aggregation query that triggers the problematic type conversion, causing the mongod process to exhaust available memory and be killed by the OS out-of-memory (OOM) killer. Exploitation requires two preconditions: the attacker must have write access to the database and the ability to execute aggregation queries — meaning unauthenticated users cannot exploit this vulnerability (GitHub Advisory, MongoDB Jira).
Successful exploitation results in a complete availability loss of the affected mongod process, as the operating system terminates it under memory pressure. There is no impact to confidentiality or data integrity — the vulnerability is purely a Denial of Service condition. Applications and services dependent on the MongoDB instance would experience an outage until the mongod process is restarted, and repeated exploitation could result in sustained unavailability (GitHub Advisory).
mongosh, PyMongo, or the MongoDB driver) to connect to the target mongod instance on its default port (27017) or configured port.mongod process begins consuming excessive memory during the conversion operation.mongod process, causing a denial of service for all connected clients and applications (GitHub Advisory, MongoDB Jira).mongod process termination entries in system logs (e.g., /var/log/syslog or /var/log/messages) with OOM killer messages such as Out of memory: Kill process [PID] (mongod); MongoDB logs showing aggregation queries with type conversion operations immediately before the crash.mongod process without a graceful shutdown signal; repeated restarts of the MongoDB service in a short time window.mongod process to near-system-limit levels, followed by process termination, visible in monitoring tools (e.g., top, htop, Prometheus/Grafana MongoDB metrics).MongoDB has released a patch in version 8.3.7; users running MongoDB Server 8.3.0 through 8.3.6 should upgrade to 8.3.7 or later (GitHub Advisory, MongoDB Jira). As interim workarounds, restrict aggregation query execution and database write access to only trusted and necessary users by applying the principle of least privilege. Additionally, implement OS-level memory limits (e.g., cgroups) on the mongod process and configure MongoDB's operationProfiling and query rate limiting to detect and throttle abnormal aggregation workloads.
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."