CVE-2026-88024
8.3MongoDB · Rust Driver
A query logic flaw in the MongoDB Rust Driver GridFS component allows authenticated users to manipulate file identifiers, potentially leading to unauthorized data access or widespread file deletion.
Executive summary
A high-severity vulnerability in the MongoDB Rust Driver allows authenticated attackers to perform unauthorized data operations, including the deletion of stored file content within GridFS.
Vulnerability
The GridFS component fails to properly neutralize special elements in query logic, causing a user-supplied file identifier to be interpreted as a query condition. This allows an authenticated user to bypass intended access controls or perform destructive actions against file buckets.
Business impact
The exploitation of this vulnerability poses a significant threat to data integrity and availability. An attacker could access sensitive files they are not authorized to view or cause a denial-of-service condition by deleting all file chunks in a bucket, resulting in data loss and operational downtime. Given the CVSS score of 8.3, this flaw represents a high risk to applications relying on the Rust driver for secure file management.
Remediation
Immediate Action: Update the MongoDB Rust Driver to version 3.9.1 or later to resolve the query logic flaw.
Proactive Monitoring: Review application logs for unusual query patterns or unexpected attempts to access or modify GridFS file chunks.
Compensating Controls: Ensure that application-level input validation is strictly enforced to sanitize all identifiers before they are passed to the driver, as a secondary defense layer.
Exploitation status
Public Exploit Available: No.
Analyst recommendation
Organizations utilizing the MongoDB Rust Driver must prioritize upgrading to version 3.9.1 immediately. The ability for an attacker to manipulate query logic to perform unauthorized deletions or data exfiltration presents a severe risk to backend systems. Patching is the only definitive method to eliminate this vulnerability and restore the security of your GridFS implementation.
More MongoDB CVEs all →
History
- Disclosed CVE record published
- Collected by CVE Brief via github
- Analyst report written
- Published in the daily brief high section