---
id: CVE-2026-88036
title: >-
  Improper neutralization of special elements in data query logic in the GridFS
  component of the MongoDB C Driver can cause a caller-supplied structured file
  identifier to be interpreted as a query condition rather than as a literal
  identi…
summary: >-
  Improper neutralization of special elements in data query logic in the GridFS
  component of the MongoDB C Driver can cause a caller-supplied structured file
  identifier to be interpreted as a query condition rather than as a literal
  identi…
severity: high
cvss: 8.3
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:H'
cwe:
  - CWE-943
vendor: mongodb
product: c_driver
affected:
  - 'c_driver >= 1.14.0, < 1.30.10'
  - 'c_driver >= 2.0.0, < 2.5.2'
patched:
  - c_driver 2.5.2
published: '2026-09-10'
updated: '2026-09-16'
sourceUpdated: '2026-09-16T18:13:54.583'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-88036'
references:
  - url: 'https://jira.mongodb.org/browse/CDRIVER-6427'
    label: cna@mongodb.com
tags:
  - nvd
  - cve.org
epss: 0.00476
epssPercentile: 0.38508
ssvc:
  exploitation: none
  automatable: 'no'
  technicalImpact: partial
  timestamp: '2026-09-10T18:29:16.893887Z'
ingestedAt: '2026-09-14T00:22:15.083Z'
---

## Overview

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

## Affected

- `c_driver >= 1.14.0, < 1.30.10`
- `c_driver >= 2.0.0, < 2.5.2`

## Remediation

Upgrade past the affected range:

- `c_driver 2.5.2`
