Vulnerability in MongoDB Server
CVE-2026-82058
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.
CVSS v3 metric
CVSS v3 base score 6.5 (Medium). Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H.
Affected products
Weakness classification (CWE)
References
Frequently asked questions
- What is CVE-2026-82058?
- CVE-2026-82058 is a medium-severity vulnerability in MongoDB Server, classified under CWE-248. CVSS score: 6.5/10. Published 2026-09-08.
- How severe is CVE-2026-82058?
- Medium severity. CVSS v3 base score is 6.5 out of 10.