NULL pointer dereference in MongoDB Server - CVE-2026-9752
Published: August 18, 2026
Vulnerability details
The vulnerability allows a remote user to cause a denial of service.
The vulnerability exists due to a null pointer dereference in 2dsphere index key generation when running a query on a field storing a GeoJSON GeometryCollection containing a Polygon with a strict-winding CRS. A remote user can run a crafted query to cause a denial of service.
Strict-winding polygons are intentionally unsupported for indexing, but members of a GeometryCollection are not properly rejected before the unsafe path is reached.