Uncontrolled Recursion in MongoDB Server - CVE-2026-9740
Published: August 18, 2026
Vulnerability details
The vulnerability allows a remote attacker to cause a denial of service.
The vulnerability exists due to uncontrolled recursion in BSON validation logic when parsing specially crafted messages containing certain nested binary data structures. A remote attacker can send a specially crafted message to cause a denial of service.
The issue can crash the mongod process because mutual recursion between validation functions resets internal depth tracking.