Description
An issue in MongoDB Server's geospatial validation could allow an authenticated user with write privileges to cause an internal reference to be used after the underlying memory has been freed, through concurrent operations against a collection using a certain type of validator. This could result in a server crash, leading to a denial of service.
Published: 2026-08-11
Score: 6 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The flaw is a use‑after‑free bug triggered during geospatial validation in MongoDB Server, where an internal reference is accessed after the memory that holds it has been released. This results in an unhandled exception that crashes the server, effectively denying service to any client until the process is restarted. The weakness falls under CWE‑416, a classic memory‑management defect that undermines program stability.

Affected Systems

All releases of MongoDB Server that contain the buggy geospatial validation are potentially impacted. No specific version range is listed in the CNA data, so any deployment of MongoDB Server that has not applied a fix for SERVER‑130117 should be considered vulnerable.

Risk and Exploitability

The CVSS score of 6.0 classifies the issue as medium severity; the EPSS score of less than 1% suggests a low likelihood of exploitation in the wild, and it is not currently listed in the CISA KEV catalog. However, the attack requires an authenticated user with write privileges and the ability to issue concurrent operations against a collection that uses a geospatial validator that triggers the bug. In a scenario where an attacker gains such privileges—through legitimate credentials or credential compromise—the exploit can be performed locally or remotely over the network. The impact is a server crash, which may be mitigated by automatic recovery scripts but still represents a substantial availability risk.

Generated by OpenCVE AI on August 12, 2026 at 19:46 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest MongoDB Server release that contains the fix for SERVER‑130117 or install the official patch. The CNA does not provide a specific version number, so consult the MongoDB support site for the most recent release documentation.
  • Restrict or remove write permissions for accounts that access collections using the affected geospatial validator. If write access must be retained, consider isolating the collections or delegating permission to a dedicated service account that can be monitored more tightly.
  • Temporarily disable or remove the validator that relies on the problematic geospatial validation logic. Recreate the validator with a different configuration once the patch is applied or after confirming the issue is mitigated.
  • Enable automatic process supervision or a crash‑recovery daemon on the MongoDB server to restart the process promptly after a crash, and configure alerting on system logs for repeated crash events so that administrators can investigate promptly.

Generated by OpenCVE AI on August 12, 2026 at 19:46 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 12 Aug 2026 13:45:00 +0000

Type Values Removed Values Added
First Time appeared Mongodb
Mongodb mongodb Server
Vendors & Products Mongodb
Mongodb mongodb Server

Tue, 11 Aug 2026 21:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 11 Aug 2026 19:00:00 +0000

Type Values Removed Values Added
Description An issue in MongoDB Server's geospatial validation could allow an authenticated user with write privileges to cause an internal reference to be used after the underlying memory has been freed, through concurrent operations against a collection using a certain type of validator. This could result in a server crash, leading to a denial of service.
Title Use-After-Free in MongoDB Geospatial Validation Leads to Denial of Service
Weaknesses CWE-416
References
Metrics cvssV3_1

{'score': 6.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}

cvssV4_0

{'score': 6, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N'}


Subscriptions

Mongodb Mongodb Server
cve-icon MITRE

Status: PUBLISHED

Assigner: mongodb

Published:

Updated: 2026-08-11T20:21:24.885Z

Reserved: 2026-08-03T15:53:38.036Z

Link: CVE-2026-18700

cve-icon Vulnrichment

Updated: 2026-08-11T20:21:19.565Z

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-08-11T19:17:24.417

Modified: 2026-08-28T21:16:15.740

Link: CVE-2026-18700

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-12T20:00:04Z

Weaknesses