The MongoDB C Driver's legacy GridFS API accepts malformed file metadata from the database without adequate validation. Crafted documents in a GridFS collection may cause any application that reads those files via the legacy API to either crash (via a division-by-zero) or silently leak process memory contents (via an out-of-bounds read).
References
| Link | Resource |
|---|---|
| https://jira.mongodb.org/browse/CDRIVER-6281 |
Configurations
No configuration.
History
No history.
Information
Published : 2026-05-20 17:16
Updated : 2026-07-23 12:10
NVD link : CVE-2026-9100
Mitre link : CVE-2026-9100
CVE.ORG link : CVE-2026-9100
JSON object : View
Products Affected
No product.
CWE
CWE-1285
Improper Validation of Specified Index, Position, or Offset in Input
