Description
An issue in MongoDB Server could allow an authenticated user with limited, database-scoped privileges to modify diagnostic logging settings that affect the entire server rather than just the intended database. This could allow suppression of diagnostic logging server-wide, potentially obscuring unauthorized activity, or degrade operational monitoring by causing excessive log volume.
Published: 2026-08-11
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability allows an authenticated user whose permissions are limited to a single database to change diagnostic logging settings that apply across the entire MongoDB server. This can suppress logs that would normally reveal malicious activity or flood logs with unnecessary data, degrading operational visibility. The weakness is an improper authorization issue, CWE‑269, that permits a scope bypass. The impact is a loss of audit trail integrity and potential concealment of attacker actions, not a direct data breach or service outage but a significant covert execution allowance.

Affected Systems

MongoDB Server installations are affected. No specific version range is listed, so all current builds that support the profile command and do not contain the patch are vulnerable. Users should verify if their deployment includes the fix, which is not detailed here.

Risk and Exploitability

The CVSS score of 5.3 places this vulnerability in the medium severity range. The EPSS score of less than 1% indicates a very low yet non‑zero probability of exploitation in the wild, and it is not listed in CISA’s KEV catalog. Likely attack vectors require the user to be authenticated and have database‑level access—an attacker with such credentials can issue the profile command to alter global settings. The vulnerability is local in that it does not require remote network access; however, the compromised diagnostics can be leveraged to facilitate larger covert attacks.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply any MongoDB patch that addresses the privilege check for the profile command as soon as it becomes available.
  • Review and tighten database‑scoped user privileges to ensure that no user is granted the profile command without full server‑level authority.
  • Implement change‑control and continuous monitoring for modifications to server‑wide logging settings, and alert when unauthorized changes occur.

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 12 Aug 2026 12:45: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 could allow an authenticated user with limited, database-scoped privileges to modify diagnostic logging settings that affect the entire server rather than just the intended database. This could allow suppression of diagnostic logging server-wide, potentially obscuring unauthorized activity, or degrade operational monitoring by causing excessive log volume.
Title Improper Authorization in MongoDB profile Command Allows Unauthorized Modification of Server-Wide Diagnostic Settings
Weaknesses CWE-269
References
Metrics cvssV3_1

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

cvssV4_0

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


Subscriptions

Mongodb Mongodb Server
cve-icon MITRE

Status: PUBLISHED

Assigner: mongodb

Published:

Updated: 2026-08-11T20:22:24.450Z

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

Link: CVE-2026-18702

cve-icon Vulnrichment

Updated: 2026-08-11T20:22:20.650Z

cve-icon NVD

Status : Awaiting Analysis

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

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

Link: CVE-2026-18702

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-12T19:45:08Z

Weaknesses
  • CWE-269

    Improper Privilege Management