Description
An authenticated user with basic write privileges can cause the mongod process to terminate abnormally by sending a crafted transaction command with an incomplete set of required fields. The issue stems from inconsistent validation across related transaction command parameters, resulting in a fatal internal invariant failure and denial of service.
Published: 2026-07-22
Score: 7.1 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

An authenticated user with basic write privileges can cause the mongod process to terminate abnormally by sending a crafted transaction command missing required fields. The flaw is a CWE-617: Improper Validation of Input, originating from inconsistent validation among transaction command parameters, leading to a fatal internal invariant failure and a denial of service. The impact results in a crash of the database daemon, interrupting service availability and potentially aborting ongoing operations, which constitutes significant disruption in production environments that rely on continuous database operations.

Affected Systems

This vulnerability affects MongoDB Server, as documented by the CNA. The advisory does not list specific version numbers, so all releases up to the one that includes the referenced Jira issue are potentially impacted. Systems that allow clients with write privileges to construct transaction commands are at risk. Administrators should verify if their deployments enable transaction commands and confirm whether a patch is available for their version.

Risk and Exploitability

The CVSS score of 7.1 indicates high severity, while the EPSS score of < 1% shows a very low probability of exploitation at the time of analysis. The flaw is not in the CISA KEV catalog. Exploitation requires authentication and basic write access, so internal users or compromised accounts can trigger a denial of service. Because the issue does not enable code execution, the risk is limited to availability loss, but in critical contexts this can lead to significant operational impact.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to the latest MongoDB Server release that fixes the transaction command validation issue.
  • Restrict transaction command usage to users who truly need it, applying strict role‑based access control or disabling the command for other roles.
  • Validate transaction command payloads in the application layer before sending them to the server, ensuring all mandatory fields are present to avoid incomplete transactions.

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 24 Jul 2026 19:30: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 10:00: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 basic write privileges can cause the mongod process to terminate abnormally by sending a crafted transaction command with an incomplete set of required fields. The issue stems from inconsistent validation across related transaction command parameters, resulting in a fatal internal invariant failure and denial of service.
Title Transaction Command Insufficient Input Validation Leading to Process Termination
Weaknesses CWE-617
References
Metrics 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 Mongodb Server
cve-icon MITRE

Status: PUBLISHED

Assigner: mongodb

Published:

Updated: 2026-07-23T14:25:01.308Z

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

Link: CVE-2026-13058

cve-icon Vulnrichment

Updated: 2026-07-23T14:24:58.316Z

cve-icon NVD

Status : Analyzed

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

Modified: 2026-08-05T15:09:00.947

Link: CVE-2026-13058

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

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

Weaknesses