Incorrect authorization in MongoDB Server - CVE-2026-13068
Published: August 18, 2026
Vulnerability details
The vulnerability allows a remote user to terminate active cursors on a separate database and disrupt ongoing query operations.
The vulnerability exists due to improper access control in mongos cursor termination authorization checks when handling cursor termination requests. A remote user can send a cursor termination request for active cursors on another database to terminate active cursors on a separate database and disrupt ongoing query operations.
The issue results from privileges not being correctly scoped to the appropriate namespace.