CVE ID:
CVE-2023-0437
Title:
MongoDB client C-Driver may infinitely loop when validating certain BSON input data
Description:
When calling bson_utf8_validate on some inputs a loop with an exit condition that cannot be reached may occur, i.e. an infinite loop. This issue affects All MongoDB C-Driver versions prior to versions 1.25.0.
CWE:
CWE-835: Loop with Unreachable Exit Condition ('Infinite Loop')
CVSS Score:
5.3
https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L
Affected Product Versions:
All MongoDB C-Driver versions prior to versions 1.25.0
Credit:
selmelc
Issue Found:
External
Internal Jira reference:
CDRIVER-4747