Skip to main content

MongoDB Server EUVDEUVD-2026-47787

| CVE-2026-13074 MEDIUM
Allocation of Resources Without Limits or Throttling (CWE-770)
2026-07-22 cna@mongodb.com
6.9
CVSS 4.0 · Vendor: mongodb
Share

Severity by source

Vendor (mongodb) PRIMARY
6.9 MEDIUM
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
vuln.today AI
5.3 MEDIUM

Network-accessible without authentication (PR:N, AV:N); no user interaction or complexity; limited availability impact only with no scope change, confidentiality, or integrity effect.

3.1 AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L
4.0 AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N

Primary rating from Vendor (mongodb).

CVSS VectorVendor: mongodb

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
X

Lifecycle Timeline

3
Patch available
Jul 22, 2026 - 21:03 EUVD
Analysis Generated
Jul 22, 2026 - 20:43 vuln.today
CVE Published
Jul 22, 2026 - 20:16 cve.org
MEDIUM 6.9

DescriptionCVE.org

An unauthenticated remote client can cause excessive CPU consumption on a MongoDB server by sending a specific combination of parameters to the awaitable hello command in exhaust mode. The server's handling of this combination results in a response loop that bypasses normal throttling, allowing a small number of connections to degrade server availability.

AnalysisAI

Excessive CPU consumption in MongoDB Server's awaitable hello command exhaust mode allows unauthenticated remote clients to degrade server availability without any credentials. A specific parameter combination triggers a server-side response loop that bypasses normal throttling mechanisms, meaning even a small number of malicious connections can measurably impair database availability. No active exploitation has been confirmed (not in CISA KEV) and no public exploit code has been identified at time of analysis; the CVSS 4.0 score of 6.9 with VA:L reflects a real but bounded availability impact.

Technical ContextAI

The vulnerability involves MongoDB's implementation of the awaitable hello command (the successor to isMaster) combined with the exhaust cursor wire protocol mode. In exhaust mode, the MongoDB server streams responses to the client continuously without requiring repeated client requests - a legitimate optimization for monitoring and driver heartbeat use cases. CWE-770 (Allocation of Resources Without Limits or Throttling) identifies the root cause: when a specific combination of parameters is submitted alongside the awaitable hello command in exhaust mode, the server enters a response loop that fails to apply its normal rate or resource throttling, causing uncontrolled CPU consumption. The flaw is in the server's handling logic for this command variant, not in the exhaust protocol itself. No CPE strings were provided in the source intelligence, so exact affected product versions must be confirmed via MongoDB Jira ticket SERVER-128517.

RemediationAI

No vendor-released patch version has been confirmed from the available data - the primary reference is MongoDB Jira ticket SERVER-128517 (https://jira.mongodb.org/browse/SERVER-128517), which should be monitored for fix releases. Until a patch is available, the most effective compensating control is network-level access restriction: bind MongoDB to trusted IP ranges using the net.bindIp configuration directive or enforce firewall rules to block TCP port 27017 from untrusted sources, which eliminates unauthenticated network access entirely with no functional trade-off for internal deployments. Additionally, deploy connection-count limits at the load balancer or MongoDB maxIncomingConnections setting to reduce the blast radius of any successful exploit attempt, though this may affect legitimate traffic during peaks. Monitor MongoDB server CPU metrics and correlate spikes with hello command traffic using the database profiler or system monitoring tools to enable rapid detection. Avoid exposing MongoDB ports to the public internet regardless of this specific CVE.

CVE-2013-1892 MEDIUM POC
6.0 Oct 01

MongoDB before 2.0.9 and 2.2.x before 2.2.4 does not properly validate requests to the nativeHelper function in SpiderMo

CVE-2013-3969 MEDIUM POC
6.5 Oct 01

The find prototype in scripting/engine_v8.h in MongoDB 2.4.0 through 2.4.4 allows remote authenticated users to cause a

CVE-2026-25887 HIGH POC
7.2 Mar 06

Remote code execution in Chartbrew versions prior to 4.8.1 allows authenticated attackers with high privileges to execut

CVE-2019-2386 HIGH POC
7.1 Aug 06

After user deletion in MongoDB Server the improper invalidation of authorization sessions allows an authenticated user's

CVE-2012-6619 MEDIUM POC
6.4 Mar 06

The default configuration for MongoDB before 2.3.2 does not validate objects, which allows remote authenticated users to

CVE-2026-3431 CRITICAL
9.8 Mar 02

SimStudio below 0.5.74 has a missing authorization on MongoDB tool endpoints that allows attackers to execute arbitrary

CVE-2024-8654 CRITICAL
9.8 Sep 10

MongoDB Server may access non-initialized region of memory leading to unexpected behaviour when zero arguments are calle

CVE-2024-1351 CRITICAL
9.8 Mar 07

Under certain configurations of --tlsCAFile and tls.CAFile, MongoDB Server may skip peer certificate validation which ma

CVE-2021-20333 MEDIUM POC
5.3 Jul 23

Sending specially crafted commands to a MongoDB Server may result in artificial log entries being generated or for log e

CVE-2026-13072 CRITICAL
9.2 Jul 22

Memory corruption in MongoDB standalone mongod servers running with compute mode enabled allows remote attackers to cras

CVE-2017-15535 CRITICAL
9.1 Nov 01

MongoDB 3.4.x before 3.4.10, and 3.5.x-development, has a disabled-by-default configuration setting, networkMessageCompr

CVE-2020-2268 HIGH
8.8 Sep 16

A cross-site request forgery (CSRF) vulnerability in Jenkins MongoDB Plugin 1.3 and earlier allows attackers to gain acc

Share

EUVD-2026-47787 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy