Back to overview

CVE-2026-9752

MEDIUM
6.5
CVSS 3.1
Description
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.

Metadata

CVE ID
CVE-2026-9752
State
PUBLISHED
Assigner
mongodb
Reserved
2026-05-27 17:48 UTC
Published
2026-06-09 22:27 UTC
Last updated
2026-06-10 18:30 UTC
Primary CWE
CWE-476
CWE-476 NULL pointer dereference
Vendor / Product
MongoDB / MongoDB Server
Sources
cve.org  ·  NVD

Severity & Metrics

6.5 MEDIUM CVSS 3.1
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
SSVC — CISA Coordinator
Exploitation
none
Automatable
no
Tech. Impact
partial
Affected products (1)
VendorProductPlatformVersions
MongoDB MongoDB Server 8.3.0 < 8.3.3, 8.2.0 < 8.2.10, 8.0.0 < 8.0.24, 7.0.0 < 7.0.35
Weakness (CWE)
CWESourceDescription
CWE-476 cna CWE-476 NULL pointer dereference
CVSS scores (2)
ScoreSeverityVersionSourceVector
7.1 HIGH 4.0 cna CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N
6.5 MEDIUM 3.1 cna CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Back to overview