Skip to main content

MongoDB Server CVE-2026-6914

| EUVDEUVD-2026-26262 HIGH
Integer Underflow (CWE-191)
2026-04-29 mongodb
7.1
CVSS 4.0 · NVD
Share

Severity by source

NVD PRIMARY
7.1 HIGH
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/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
vuln.today AI
6.5 MEDIUM

Network-reachable and low-complexity, but requires an authenticated low-privilege session (PR:L); impact is availability-only (A:H, C:N/I:N) with no scope change.

3.1 AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
4.0 AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N

Primary rating from NVD.

CVSS VectorNVD

Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
X

Lifecycle Timeline

7
Analysis Generated
Jul 24, 2026 - 01:39 vuln.today
Patch released
Apr 30, 2026 - 15:13 nvd
Patch available
Patch available
Apr 29, 2026 - 19:02 EUVD
Severity Changed
Apr 29, 2026 - 17:22 NVD
MEDIUM HIGH
CVSS changed
Apr 29, 2026 - 17:22 NVD
6.5 (MEDIUM) 7.1 (HIGH)
EUVD ID Assigned
Apr 29, 2026 - 17:15 euvd
EUVD-2026-26262
CVE Published
Apr 29, 2026 - 16:47 nvd
HIGH 7.1

DescriptionCVE.org

Computing the MD5 checksum of a malformed BSON object under specific conditions may cause loss of availability in MongoDB server. This issue affects all MongoDB Server v8.2 versions, all MongoDB Server v8.1 versions, MongoDB Server v8.0 versions prior to 8.0.21, MongoDB Server v7.0 versions prior to 7.0.32

AnalysisAI

Denial of service in MongoDB Server (v7.0 before 7.0.32, v8.0 before 8.0.21, and all v8.1/v8.2 releases up to 8.2.7) allows an authenticated client to crash the server by triggering MD5 checksum computation over a specially malformed BSON object, exhausting availability. The flaw stems from an integer-handling error (CWE-191) surfaced during checksum processing; a vendor patch is available. Currently no public exploit is identified, EPSS is very low (0.04%), and CISA SSVC rates exploitation as none.

Technical ContextAI

MongoDB stores and transmits data as BSON (Binary JSON), a length-prefixed binary serialization format. Certain operations compute an MD5 checksum over BSON payloads (for example filemd5 / GridFS chunk verification and internal integrity checks). CWE-191 (Integer Underflow/wraparound) indicates that a length or size field within a malformed BSON object is processed without correct bounds handling, so an arithmetic wrap produces an invalid buffer length or read size during MD5 computation, driving the server into a crash or unrecoverable state. The affected component is the mongod server process itself (cpe:2.3:a:mongodb:mongodb_server:*), not a client driver, so the fault takes down the database node rather than a single connection.

RemediationAI

Vendor-released patch: upgrade MongoDB Server to 7.0.32 (7.0.x), 8.0.21 (8.0.x), or 8.2.7 (8.2.x); the 8.1 series has no fixed release, so 8.1 deployments should migrate to 8.2.7 or later. Track fixes via the MongoDB ticket https://jira.mongodb.org/browse/SERVER-119981 and confirm exact build in the corresponding release notes before deploying. Because exploitation requires an authenticated session (PR:L), the primary compensating control until patching is to tighten authentication and authorization - ensure the server is not exposed on untrusted networks, enforce least-privilege roles, and restrict which accounts can invoke checksum/GridFS (filemd5) operations; the trade-off is that limiting filemd5/GridFS usage may break applications relying on server-side chunk verification. Additionally bind mongod to trusted interfaces and place it behind network ACLs/firewall rules so only known application hosts can connect, reducing the population of clients able to send malformed BSON.

CVE-2013-1892 MEDIUM POC
6.0 Oct 01

MongoDB before 2.0.9 and 2.2.x before 2.2.4 does not properly validate requests to the nativeHelper function in SpiderMo

CVE-2013-3969 MEDIUM POC
6.5 Oct 01

The find prototype in scripting/engine_v8.h in MongoDB 2.4.0 through 2.4.4 allows remote authenticated users to cause a

CVE-2018-13863 HIGH POC
7.5 Jul 10

The MongoDB bson JavaScript module (also known as js-bson) versions 0.5.0 to 1.0.x before 1.0.5 is vulnerable to a Regul

CVE-2026-25887 HIGH POC
7.2 Mar 06

Remote code execution in Chartbrew versions prior to 4.8.1 allows authenticated attackers with high privileges to execut

CVE-2019-2386 HIGH POC
7.1 Aug 06

After user deletion in MongoDB Server the improper invalidation of authorization sessions allows an authenticated user's

CVE-2012-6619 MEDIUM POC
6.4 Mar 06

The default configuration for MongoDB before 2.3.2 does not validate objects, which allows remote authenticated users to

CVE-2026-3431 CRITICAL
9.8 Mar 02

SimStudio below 0.5.74 has a missing authorization on MongoDB tool endpoints that allows attackers to execute arbitrary

CVE-2024-8654 CRITICAL
9.8 Sep 10

MongoDB Server may access non-initialized region of memory leading to unexpected behaviour when zero arguments are calle

CVE-2024-6376 CRITICAL
9.8 Jul 01

MongoDB Compass may be susceptible to code injection due to insufficient sandbox protection settings with the usage of e

CVE-2024-1351 CRITICAL
9.8 Mar 07

Under certain configurations of --tlsCAFile and tls.CAFile, MongoDB Server may skip peer certificate validation which ma

CVE-2020-7610 CRITICAL
9.8 Mar 30

All versions of bson before 1.1.4 are vulnerable to Deserialization of Untrusted Data. Rated critical severity (CVSS 9.8

CVE-2026-19001 CRITICAL
9.5 Aug 12

Memory corruption in the MongoDB BI Connector ODBC Driver (fixed in v1.4.9) occurs when an oversized catalog, schema, or

Share

CVE-2026-6914 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy