PyMongo Out-of-bounds Read in the bson module
Moderate severity
GitHub Reviewed
Published
Jun 5, 2024
to the GitHub Advisory Database
•
Updated Jun 18, 2024
Description
Published by the National Vulnerability Database
Jun 5, 2024
Published to the GitHub Advisory Database
Jun 5, 2024
Reviewed
Jun 5, 2024
Last updated
Jun 18, 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.
References