Integer overflow in mongo-python-driver - CVE-2026-96749
Published: September 24, 2026
Vulnerability details
The vulnerability allows a remote attacker to write outside the bounds of an allocated buffer.
The vulnerability exists due to an integer overflow in the BSON document encoding component of the bundled native extension when encoding a document built from an unusually large amount of caller-supplied data. A remote attacker can supply an unusually large value for encoding to write outside the bounds of an allocated buffer.
Exploitation depends on how the native extension was built.