CVE-2026-88029
HighCVSS 8.3Exploitation Probability (EPSS)
Low risk18th percentile - higher than 18% of all known CVEs
Summary
The GridFS component of the MongoDB Python Driver contains an improper neutralization of special elements in data query logic, where a caller-supplied structured file identifier can be interpreted as a query condition rather than a literal identifier. An authenticated user who can influence the identifier may obtain stored file content beyond the intended target, cause all GridFS file chunks in the affected bucket to be removed, or rename a stored file other than the intended target.
Risk Assessment
This can lead to unauthorized data access, data loss, or file name modification.
Recommendation
Upgrade MongoDB Python Driver to a version containing the fix. Validate file identifiers passed to GridFS.
Other vulnerabilities in MongoDB Python Driver
See all- CVE-2026-96749High
An integer overflow exists in the BSON document encoding component of the MongoDB Python Driver's bundled native extension when a document is built from an unusually large amount of caller-supplied data. Size arithmetic uses a signed 32-bit type and the overflow guard has undefined behavior under the C standard. Depending on how the native extension was built, this can cause an out-of-bounds write within the application's own process.
- CVE-2026-96747Medium
The client-side field level encryption support in the MongoDB Python Driver can treat a key management endpoint value ending in '.sock' as a local Unix domain socket path rather than a remote host. A user with write access to the encryption key metadata stored in the database can cause an application using the driver to open connections to local sockets on the application host. Data sent over these connections is limited to the start of a TLS handshake, so no chosen content is transmitted.
Original NVD description (English source)
Improper neutralization of special elements in data query logic in the GridFS component of the MongoDB Python Driver 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.

