---
id: CVE-2026-82055
title: >-
  A security issue exists in MongoDB's 2dsphere index key generation that can
  cause a server crash due to a null pointer dereference
summary: >-
  A security issue exists in MongoDB's 2dsphere index key generation that can
  cause a server crash due to a null pointer dereference. When a specially
  crafted GeoJSON document is inserted into a collection with a 2dsphere index,
  an inconsi…
severity: medium
cvss: 6.5
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'
cwe:
  - CWE-476
vendor: mongodb
product: mongodb
affected:
  - 'mongodb >= 8.3.0, < 8.3.9'
patched:
  - mongodb 8.3.9
published: '2026-09-08'
updated: '2026-09-16'
sourceUpdated: '2026-09-16T20:35:09.137'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-82055'
references:
  - url: 'https://jira.mongodb.org/browse/SERVER-130202'
    label: cna@mongodb.com
tags:
  - nvd
  - cve.org
epss: 0.00402
epssPercentile: 0.31648
ssvc:
  exploitation: none
  automatable: 'no'
  technicalImpact: partial
  timestamp: '2026-09-08T17:56:32.840974Z'
ingestedAt: '2026-09-08T16:34:19.257Z'
---

## Overview

A security issue exists in MongoDB's 2dsphere index key generation that can cause a server crash due to a null pointer dereference. When a specially crafted GeoJSON document is inserted into a collection with a 2dsphere index, an inconsistency in geometry parsing can leave an internal object in an invalid, partially initialized state. During subsequent index key generation, access to this improperly initialized object results in a null pointer dereference that terminates the mongod process. An authenticated user with write access can use this to cause a denial of service.

## Affected

- `mongodb >= 8.3.0, < 8.3.9`

## Remediation

Upgrade past the affected range:

- `mongodb 8.3.9`
