Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-82058 Details

Description

A flaw in MongoDB's JSON Schema validation error generation code allows an authenticated user with readWrite privileges to crash the mongod server. When a BSON document containing an array with a malformed numeric field name fails a $jsonSchema items type constraint, the error generation path performs unsafe numeric conversion on the user-controlled field name without proper exception handling, resulting in an uncaught exception that terminates the server process. This is possible because incoming wire protocol BSON validation does not enforce that array element field names are valid, in-range numeric indices.

Metrics

CVSS 3.x Severity and Vector Strings:

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

URLSource(s)Tag(s)
https://jira.mongodb.org/browse/SERVER-130926 [email protected]Vendor AdvisoryIssue Tracking

Weakness Enumeration

CWE-IDCWE NameSource
CWE-248Uncaught Exception[email protected]

Affected Products

ProductVersions
mongodb mongodb
>= 7.0.0, < 7.0.41
>= 8.0.0, < 8.0.30
>= 8.3.0, < 8.3.9

CPE

  • cpe:2.3:a:mongodb:mongodb:*:*:*:*:-:*:*:*

Remediation

  • No remediation found in references.

Change History

3 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-82058
NVD Published Date:
Sep 8, 2026
NVD Last Modified:
Sep 16, 2026
Source:
[email protected]
CVE-2026-82058 Details - Not Deferred