Description
An incorrect numeric conversion in the JSON parsing component of the MongoDB C Driver's BSON library may cause an unusually large text value to be silently shortened, or the corresponding field to be omitted, while the parsing operation still reports success and returns no error. An unauthenticated party who can supply the input processed by an application that uses this component may cause that application to hold data that does not match what was submitted, which may result in unintended alteration of data.
Published: 2026-09-03
Score: 6.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

This vulnerability arises from an incorrect numeric conversion in the JSON parsing component of the MongoDB C Driver's BSON library, allowing an excessively large text value to be silently truncated or omitted. The parsing operation reports success and no error, so an application may retain data that does not match the original input. An attacker who can supply input to the application may thus cause unintended data alteration, compromising data integrity.

Affected Systems

Affected systems include the MongoDB C Driver used by applications that process JSON input. The prompt does not specify patched versions, so any currently deployed MongoDB C Driver is potentially vulnerable. Users should verify the driver version and apply the latest patch released by MongoDB when it becomes available.

Risk and Exploitability

The CVSS score of 6.3 indicates a moderate severity. EPSS is not available, and the vulnerability is not listed in the CISA KEV catalog. Attackers with unauthenticated access to the JSON input source can exploit the flaw; implementation wise, an attacker requires the ability to inject a large JSON string into the parser, which may be achieved via network requests or local input channels. The impact is limited to data integrity; there is no remote code execution or privilege escalation.

Generated by OpenCVE AI on September 3, 2026 at 16:23 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the MongoDB C Driver to the latest released version that contains the fix.
  • Implement input validation to enforce maximum allowable string length before invoking the BSON parser.
  • Monitor application logs for warnings of truncated fields and manually verify data consistency.

Generated by OpenCVE AI on September 3, 2026 at 16:23 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 03 Sep 2026 17:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Thu, 03 Sep 2026 16:45:00 +0000

Type Values Removed Values Added
First Time appeared Mongodb
Mongodb c Driver
Vendors & Products Mongodb
Mongodb c Driver

Thu, 03 Sep 2026 15:30:00 +0000

Type Values Removed Values Added
Description An incorrect numeric conversion in the JSON parsing component of the MongoDB C Driver's BSON library may cause an unusually large text value to be silently shortened, or the corresponding field to be omitted, while the parsing operation still reports success and returns no error. An unauthenticated party who can supply the input processed by an application that uses this component may cause that application to hold data that does not match what was submitted, which may result in unintended alteration of data.
Title Silent field truncation via unchecked int cast of huge JSON string values in JSON-to-BSON parser
Weaknesses CWE-681
References
Metrics cvssV3_1

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

cvssV4_0

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


Subscriptions

Mongodb C Driver
cve-icon MITRE

Status: PUBLISHED

Assigner: mongodb

Published:

Updated: 2026-09-03T15:35:27.926Z

Reserved: 2026-09-02T17:58:52.742Z

Link: CVE-2026-84963

cve-icon Vulnrichment

Updated: 2026-09-03T15:35:23.308Z

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-09-03T16:18:25.120

Modified: 2026-09-03T16:25:43.557

Link: CVE-2026-84963

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-03T16:30:05Z

Weaknesses
  • CWE-681

    Incorrect Conversion between Numeric Types