Description
Improper handling of an unexpected value size in the decryption path of a client-side encryption library can cause a failed internal check that terminates the process using the library. A party able to place a suitably formed encrypted value where an application will decrypt it, or able to control the responses the application receives, may cause that application to stop running.
Published: 2026-09-03
Score: 7.1 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

An unexpected value size in the decryption path of a client‑side encryption library causes an internal check failure that terminates the process using the library. The flaw is a wrapper integrity violation (CWE‑617). When triggered, the application stops running, resulting in a denial of service. The description does not indicate additional data corruption or information disclosure, only an abrupt termination of the client process.

Affected Systems

The vulnerable component is MongoDB’s libmongocrypt, the encryption library used by MongoDB drivers and applications. No specific version information is provided, so all installations of libmongocrypt that include the undisclosed decryption path logic are potentially affected.

Risk and Exploitability

The CVSS score is 7.1, indicating moderate to high severity. The EPSS score is not available, and the vulnerability is not listed in CISA’s KEV catalog, suggesting no known widespread exploitation yet. Based on the description, it is inferred that a party able to supply a suitably formed encrypted value or influence the ciphertext received by the client can trigger the crash. Remote delivery of crafted ciphertext via an untrusted data source would be the most likely attack vector, though local execution may also be possible if the attacker can inject data into the application environment.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update MongoDB and the libmongocrypt library to the latest patched version that resolves the ciphertext size validation issue.
  • Before attempting decryption, validate the length and structure of ciphertexts received from external sources, rejecting any values that are smaller than the expected minimum size for the encryption scheme.
  • Implement application‑level monitoring or heartbeat checks that detect unexpected process termination and automatically restart the affected service to maintain availability.

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Type Values Removed Values Added
First Time appeared Mongodb
Mongodb libmongocrypt
Vendors & Products Mongodb
Mongodb libmongocrypt

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

Type Values Removed Values Added
Metrics ssvc

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


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

Type Values Removed Values Added
Description Improper handling of an unexpected value size in the decryption path of a client-side encryption library can cause a failed internal check that terminates the process using the library. A party able to place a suitably formed encrypted value where an application will decrypt it, or able to control the responses the application receives, may cause that application to stop running.
Title Persistent client crash loop via undersized FLE2 insert-update ciphertext in decryption path
Weaknesses CWE-617
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': 7.1, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N'}


Subscriptions

Mongodb Libmongocrypt
cve-icon MITRE

Status: PUBLISHED

Assigner: mongodb

Published:

Updated: 2026-09-03T15:10:21.808Z

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

Link: CVE-2026-84971

cve-icon Vulnrichment

Updated: 2026-09-03T15:10:16.072Z

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-09-03T15:17:36.547

Modified: 2026-09-03T17:52:05.570

Link: CVE-2026-84971

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-03T18:00:07Z

Weaknesses