PyMongo Out-of-bounds Read in the bson module
Moderate severity
GitHub Reviewed
Published
Apr 6, 2024
to the GitHub Advisory Database
•
Updated Jun 5, 2024
Withdrawn
This advisory was withdrawn on Jun 5, 2024
Description
Published by the National Vulnerability Database
Apr 6, 2024
Published to the GitHub Advisory Database
Apr 6, 2024
Reviewed
Apr 8, 2024
Withdrawn
Jun 5, 2024
Last updated
Jun 5, 2024
Versions of the package pymongo before 4.6.3 are vulnerable to Out-of-bounds Read in the bson module. Using the crafted payload the attacker could force the parser to deserialize unmanaged memory. The parser tries to interpret bytes next to buffer and throws an exception with string. If the following bytes are not printable UTF-8 the parser throws an exception with a single byte.
This advisory was initially published as CVE-2024-21506, which has since been rejected as a duplicate of CVE-2024-5629.
References