CVE-2026-18698
Awaiting Analysis Awaiting Analysis - Queue

Privilege Escalation in MongoDB Server via System Collection Access

Vulnerability report for CVE-2026-18698, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-11

Last updated on: 2026-08-28

Assigner: MongoDB, Inc.

Description

An issue in MongoDB Server could allow an authenticated user with a limited database-scoped role to perform an action against protected system collections that should require more specific privileges. This could result in exposure of collection metadata and, on certain deployment configurations, unauthorized modification of system collection data.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-11
Last Modified
2026-08-28
Generated
2026-09-01
AI Q&A
2026-08-12
EPSS Evaluated
2026-08-30
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
mongodb mongodb_server *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-863 The product performs an authorization check when an actor attempts to access a resource or perform an action, but it does not correctly perform the check.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability in MongoDB Server allows an authenticated user with a limited database-scoped role to access or modify protected system collections. These collections should require higher privileges, so the issue enables unauthorized exposure of metadata or data changes in certain configurations.

Detection Guidance

This vulnerability involves unauthorized access to system collections in MongoDB due to insufficient privilege checks. To detect it, review MongoDB logs for unusual queries targeting system collections like admin.system.users or admin.system.roles. Check for users with database-scoped roles performing operations outside their intended scope. Use MongoDB commands such as db.getCollectionNames() to list collections and db.currentOp() to monitor active operations.

Impact Analysis

An attacker with limited access could view sensitive collection metadata or alter system data, potentially leading to data leaks or corruption. This depends on deployment settings and the attacker's existing privileges.

Compliance Impact

This vulnerability could violate data protection requirements by enabling unauthorized access or modification of sensitive data, potentially leading to compliance breaches under GDPR, HIPAA, or other regulations.

Mitigation Strategies

Review and restrict database-scoped roles to ensure users cannot access protected system collections. Apply the latest MongoDB Server patches if available. Monitor system collection access logs for unusual activity.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-18698. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart