CyberRota Analysis
AI-GeneratedThe MongoDB PHP Library's GridFS component is vulnerable due to improper handling of special characters in data query logic, allowing authenticated users to manipulate file identifiers. This can lead to unauthorized access to stored file content or the deletion of all file chunks within a bucket, making the data unreadable. Organizations using this library should prioritize patching to mitigate the risk of data exposure and loss.
Original NVD Description
Improper neutralization of special elements in data query logic in the GridFS component of the MongoDB PHP Library can cause a caller-supplied structured file identifier to be interpreted as a query condition rather than as a literal identifier. An authenticated user who can influence the identifier passed by an affected application may obtain stored file content beyond the intended target or cause all GridFS file chunks in the affected bucket to be removed, rendering stored file content unreadable. The affected rename operation may also rename a stored file other than the intended target.