CVE ID:
CVE-2024-5629
Title:
Out-of-bounds read in bson module of PyMongo
Description:
An out-of-bounds read in the 'bson' module of PyMongo 4.6.2 or earlier allows deserialization of malformed BSON provided by a Server to raise an exception which may contain arbitrary application memory.
CVSS Score: 4.7
https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:L/I:N/A:L
List all affected product versions:
MongoDB PyMongo versions prior to and including 4.6.2
CWE:
CWE-125: Out-of-bounds Read
Is a fixed version available:
4.6.3
How was the issue found, Internally/Externally:
Externally
- is related to
-
PYTHON-4323 Add regression test for out-of-bounds read when decoding invalid bson
- Closed