SEPTEMBER 15, 2026
Live Feed
Back to database
Case File

CVE-2026-88033

HIGH · CVSS 8.3 EPSS 0.26%

Source: NVD + CISA KEV + EPSS · Published 2026-09-10 · Last synced 2026-09-15

CyberRota Analysis

AI-Generated

The MongoDB Java Driver's GridFS component is vulnerable due to improper handling of user-supplied structured file identifiers, allowing authenticated users to manipulate queries and potentially access or delete unintended file content. This vulnerability can lead to unauthorized data exposure or loss, making it critical for organizations using MongoDB with Java to prioritize patching and mitigation efforts. Users with applications that leverage GridFS should assess their exposure and implement necessary security measures immediately.

CVE
CVE-2026-88033
Severity
HIGH
CVSS
8.3
EPSS
0.26%
MongoDB Java

Original NVD Description

Improper neutralization of special elements in data query logic in the GridFS component of the MongoDB Java 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.