BIT-mongodb-2026-82058

    Dashboard / Vulnerabilities / BIT-mongodb-2026-82058

    BIT-mongodb-2026-82058

    Published: 17 Sept 2026Last Modified: 17 Sept 2026

    Summary: Unhandled Exception in MongoDB Server JSON Schema Validation Error Generation Leads to Denial of Service

    Details: 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.

    Affected packages

    Package

    Name: mongodb

    Purl: pkg:bitnami/mongodb

    Affected ranges

    Type: SEMVER

    Events:

    Introduced- 7.0.0
    Fixed -7.0.41

    Affected versions

    Common Vulnerability Scoring System

    Attack Vector
    Network
    Adjacent
    Local
    Physical
    Privileges Required
    None
    Low
    High
    User Interaction
    None
    Required
    Scope
    Unchanged
    Changed
    Confidentiality
    None
    Low
    High
    Integrity
    None
    Low
    High
    Availability
    None
    Low
    High
    BIT-mongodb-2026-82058 | CVE-DB