Incorrect authorization in MongoDB Server - CVE-2026-18696
Published: August 18, 2026
Vulnerability details
The vulnerability allows a remote user to perform unauthorized data-definition operations on collections.
The vulnerability exists due to improper authorization in the applyOps command when processing applyOps operations on collections. A remote privileged user can submit a crafted applyOps command to perform unauthorized data-definition operations on collections.
The issue is caused by an inconsistency between the collection used for the authorization check and the collection targeted by the actual operation.