Description
An issue in MongoDB Server's query subsystem could allow an authenticated user with read privileges to cause the server process to terminate unexpectedly by submitting a specially formed query filter. This could result in a denial of service.
Published: 2026-08-11
Score: 7.1 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is a type confusion flaw in the MongoDB Server query subsystem that can cause the server process to terminate unexpectedly when it receives a specially crafted query filter. An authenticated user possessing read privileges can trigger this crash, leading to an interruption of database services. The flaw is mapped to CWE-843, indicating a type mismatch that results in invalid memory handling and application failure. Since the impact is limited to service interruption, there is no direct path to code execution, disclosure of data, or privilege escalation.

Affected Systems

The affected product is MongoDB Server. No specific version ranges are listed in the available data, so any installation that includes the query subsystem and that can accept maliciously formatted read‑privileged queries is potentially vulnerable. Administrators should verify the version of their MongoDB installation against vendor release notes to confirm whether the fix has been applied.

Risk and Exploitability

The CVSS score of 7.1 places the issue in the medium severity range. The EPSS value of less than 1% indicates a very low probability of exploitation under current conditions, and the vulnerability is not cataloged in CISA’s KEV. The likely attack vector is through an authenticated application layer where the attacker can send a malicious query; the requirement for read privileges limits the threat to users who already have some level of access to the database. Because the issue leads only to a denial of service, the immediate damage is limited to availability disruptions, but it can still impact business operations during downtimes. Overall, the risk is moderate but warrants a timely patch to eliminate the crash potential.

Generated by OpenCVE AI on August 12, 2026 at 19:47 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to the latest MongoDB Server version that contains the fix for the query subsystem type confusion
  • If an upgrade cannot be performed immediately, restrict or remove read‑only user accounts that are not essential for normal operations to reduce the attack surface
  • Apply network or application‑level controls that limit exposed MongoDB endpoints to trusted hosts only and monitor server logs for repeated query failures or crashes

Generated by OpenCVE AI on August 12, 2026 at 19:47 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 13 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
First Time appeared Mongodb
Mongodb mongodb Server
Vendors & Products Mongodb
Mongodb mongodb Server

Tue, 11 Aug 2026 21:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 11 Aug 2026 19:00:00 +0000

Type Values Removed Values Added
Description An issue in MongoDB Server's query subsystem could allow an authenticated user with read privileges to cause the server process to terminate unexpectedly by submitting a specially formed query filter. This could result in a denial of service.
Title Type Confusion in MongoDB Query Subsystem Leads to Denial of Service
Weaknesses CWE-843
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-08-11T20:24:39.380Z

Reserved: 2026-08-03T15:53:39.501Z

Link: CVE-2026-18701

cve-icon Vulnrichment

Updated: 2026-08-11T20:24:35.442Z

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-08-11T19:17:24.580

Modified: 2026-08-28T21:16:15.740

Link: CVE-2026-18701

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T00:00:08Z

Weaknesses
  • CWE-843

    Access of Resource Using Incompatible Type ('Type Confusion')