CVE-2026-9752 Affecting mongod-8.0-cis-hardened package, versions <8.0.24-r0


Severity

Recommended
low

Based on default assessment until relevant scores are available.

Threat Intelligence

EPSS
0.27% (19th percentile)

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications
  • Snyk IDSNYK-MINIMOSLATEST-MONGOD80CISHARDENED-17388865
  • published20 Jun 2026
  • disclosed9 Jun 2026

Introduced: 9 Jun 2026

CVE-2026-9752  (opens in a new tab)

How to fix?

Upgrade Minimos:latest mongod-8.0-cis-hardened to version 8.0.24-r0 or higher.

NVD Description

Note: Versions mentioned in the description apply only to the upstream mongod-8.0-cis-hardened package and not the mongod-8.0-cis-hardened package as distributed by Minimos. See How to fix? for Minimos:latest relevant fixed versions and status.

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.