CVE-2026-88023
8.3MongoDB · MongoDB PHP Library
A query logic flaw in the GridFS component of the MongoDB PHP Library allows authenticated users to manipulate file identifiers, leading to unauthorized data access or deletion of stored file content.
Executive summary
A critical query injection vulnerability in the MongoDB PHP Library allows authenticated attackers to compromise the integrity and availability of GridFS file storage.
Vulnerability
This vulnerability (CWE-943) stems from improper neutralization of special elements in data query logic within the GridFS component. It allows an authenticated user, who can influence the file identifier parameter, to perform unauthorized operations such as accessing unintended files, renaming arbitrary files, or deleting all file chunks in a bucket.
Business impact
The ability to manipulate or delete stored file content poses a significant risk to data integrity and business continuity. With a CVSS score of 8.3, this flaw is classified as high severity, as it enables an authenticated attacker to perform destructive actions that could render critical application data unreadable or result in unauthorized disclosure of sensitive files.
Remediation
Immediate Action: Review the official MongoDB security advisory at https://jira.mongodb.org/browse/PHPLIB-1929 and apply the recommended security updates or configuration changes once available.
Proactive Monitoring: Monitor application access logs for unusual patterns in GridFS operations, specifically targeting unauthorized file renaming or deletion requests originating from authenticated user accounts.
Compensating Controls: Implement strict input validation on all application parameters that interact with the GridFS component to ensure that file identifiers cannot contain malicious query operators.
Exploitation status
Public Exploit Available: Unknown
Analyst recommendation
Given the potential for significant data loss and unauthorized file manipulation, organizations utilizing the MongoDB PHP Library should prioritize this issue. Administrators must monitor vendor channels for the release of patched versions and prepare for an expedited deployment cycle to mitigate the risk of exploitation.
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