CVE-2026-6231 MEDIUM

CVE-2026-6231: bson_validate may skip validation when processing certain inputs

Vendor Mongodb Inc.
Product C Driver
Weakness CWE-20 · Input validation
Published April 13, 2026
Last update April 13, 2026

CVSS base score

5.3/10
Attack vector Network
Attack complexity Low
Privileges required Low
User interaction None
Confidentiality
Integrity

CVSS vector

CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N

What the vulnerability does

01Description

The bson_validate function may return early on specific inputs and incorrectly report success. This behavior could result in skipping validation for BSON data, allowing malformed or invalid UTF-8 sequences to bypass validation and be processed incorrectly. The issue may affect applications that rely on these functions to validate untrusted BSON data before further processing. This issue affects MongoDB C Driver versions prior to 1.30.5, MongoDB C Driver version 2.0.0 and MongoDB C Driver version 2.0.1

Key dates

02Disclosure timeline

April 13, 2026 CVE published
April 13, 2026 Record updated