Description
An authenticated user with low privileges may be able to perform unauthorized reads and writes on data protected by role-based query-level access controls, due to insufficient validation of certain client-supplied command parameters. The issue affects find, update, delete, and aggregate commands in non-apiStrict configurations.
Published: 2026-07-22
Score: 8.6 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

An authenticated user with low privileges can read and modify data that should be protected by role‑based query‑level access controls. The flaw arises from insufficient validation of certain client‑supplied command parameters used by the find, update, delete, and aggregate operations. This allows a privilege bypass (CWE‑807) and results in unauthorized data exposure and alteration.

Affected Systems

MongoDB Server is affected. Specific versions are not listed in the data, but the issue applies to deployments running in non‑apiStrict configuration.

Risk and Exploitability

The vulnerability has a CVSS score of 8.6, indicating high severity. The EPSS score is less than 1 % and the flaw is not listed in CISA’s KEV catalog, suggesting that exploitation is not widely reported yet but could occur. Attackers must first authenticate with a low‑privilege account; once authenticated, they can send specially crafted commands to bypass role‑based controls and perform unauthorized reads or writes.

Generated by OpenCVE AI on August 4, 2026 at 15:39 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update MongoDB Server to a version that fixes SERVER‑128433
  • Enable apiStrict mode or otherwise enforce strict command validation to prevent the bypass
  • Review and restrain role permissions to ensure only authorized users can access sensitive data

Generated by OpenCVE AI on August 4, 2026 at 15:39 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 24 Jul 2026 05:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Thu, 23 Jul 2026 06:15: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 low privileges may be able to perform unauthorized reads and writes on data protected by role-based query-level access controls, due to insufficient validation of certain client-supplied command parameters. The issue affects find, update, delete, and aggregate commands in non-apiStrict configurations.
Title Improper Validation of Client-Supplied Command Parameters Allowing Role-Based Access Control Bypass
Weaknesses CWE-807
References
Metrics cvssV3_1

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

cvssV4_0

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


Subscriptions

Mongodb Mongodb Mongodb Server
cve-icon MITRE

Status: PUBLISHED

Assigner: mongodb

Published:

Updated: 2026-07-24T03:56:11.586Z

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

Link: CVE-2026-13059

cve-icon Vulnrichment

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

cve-icon NVD

Status : Analyzed

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

Modified: 2026-08-05T15:05:09.580

Link: CVE-2026-13059

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-04T15:45:03Z

Weaknesses
  • CWE-807

    Reliance on Untrusted Inputs in a Security Decision