cve/2023/CVE-2023-0437.md
2024-05-25 21:48:12 +02:00

18 lines
777 B
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

### [CVE-2023-0437](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-0437)
![](https://img.shields.io/static/v1?label=Product&message=MongoDB%20C%20Driver&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=1.0.0%3C%201.25.0%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-835%3A%20Loop%20with%20Unreachable%20Exit%20Condition%20('Infinite%20Loop')&color=brighgreen)
### 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.
### POC
#### Reference
No PoCs from references.
#### Github
- https://github.com/fkie-cad/nvd-json-data-feeds