CVE Catalog

CVE-2026-9752

MediumCVSS 6.5
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.27%

19th percentile - higher than 19% of all known CVEs

Summary

An authorized user can trigger a server crash by running a query with a 2dsphere index on a field storing a GeoJSON GeometryCollection containing a Polygon with a strict-winding CRS. The guard does not inspect GeometryCollection members, leading to a null-pointer dereference.

Risk Assessment

The risk is that an authorized user can intentionally crash the server, potentially disrupting service availability.

Recommendation

It is recommended to apply patches from the database vendor that prevent reaching the unsafe code path.

Other vulnerabilities in MongoDB

See all
Original NVD description (English source)

An authorized user could trigger a server crash by running a query with a 2dsphere index on a field that stores a GeoJSON GeometryCollection containing a Polygon with a strict-winding CRS. Strict-winding polygons are intentionally unsupported for indexing, but the guard that rejects them does not inspect members of a GeometryCollection, allowing the unsafe path to be reached which ends with an ensuing null-pointer dereference.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS