Skip to main content

MongoDB Server EUVDEUVD-2026-35852

| CVE-2026-9753 HIGH
Improper Validation of Specified Type of Input (CWE-1287)
2026-06-09 mongodb GHSA-j72p-fv5p-4r63
7.2
CVSS 4.0 · Vendor: mongodb
Share

Severity by source

Vendor (mongodb) PRIMARY
7.2 HIGH
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/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

Primary rating from Vendor (mongodb) · only source for this CVE.

CVSS VectorVendor: mongodb

CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/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
Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
X

Lifecycle Timeline

6
Patch available
Jun 10, 2026 - 02:01 EUVD
Analysis Updated
Jun 09, 2026 - 23:30 vuln.today
v3 (cvss_changed)
Analysis Updated
Jun 09, 2026 - 23:30 vuln.today
v2 (cvss_changed)
Re-analysis Queued
Jun 09, 2026 - 23:22 vuln.today
cvss_changed
CVSS changed
Jun 09, 2026 - 23:22 NVD
8.1 (HIGH) 7.2 (HIGH)
Analysis Generated
Jun 09, 2026 - 23:20 vuln.today

DescriptionCVE.org

The $_internalApplyOplogUpdate aggregation pipeline stage can be used to execute a document diff containing a malformed binary diff to return memory out-of-bounds or crash the server. $_internalApplyOplogUpdate can be executed by any authenticated user with access to the aggregate command.

AnalysisAI

Memory disclosure and denial-of-service in MongoDB Server allows any authenticated user with aggregate command privileges to crash the database or read out-of-bounds memory by submitting a malformed binary diff through the $_internalApplyOplogUpdate aggregation pipeline stage. The flaw stems from inadequate validation of the binary diff document structure consumed by an internal oplog replay operator that is unexpectedly reachable from user-facing aggregation queries. No public exploit identified at time of analysis, but the low privilege bar and network attack vector make this a meaningful threat in multi-tenant or shared-credential MongoDB deployments.

Technical ContextAI

MongoDB's $_internalApplyOplogUpdate is an internal aggregation pipeline stage normally used by the replication subsystem to apply oplog (operations log) entries containing compact binary deltas describing document mutations. The vulnerability falls under CWE-1287 (Improper Validation of Specified Type of Input): the stage trusts the structural integrity of the binary diff payload supplied by the caller, and a malformed diff causes the parser to read past allocated buffer bounds, producing either an information-leaking response or a fatal mongod process crash. The CPE cpe:2.3:a:mongodb:mongodb_server:*:*:*:*:*:*:*:* indicates the MongoDB Server product is affected across versions, though the upstream tracker (SERVER-124959) is the authoritative source for exact builds.

RemediationAI

No vendor-released patch identified at time of analysis from the provided data; consult https://jira.mongodb.org/browse/SERVER-124959 for the fix release once MongoDB publishes a patched server build and upgrade to that exact version when available. Until a patched build can be deployed, the most effective compensating control is to revoke aggregate-command privileges from any role that does not strictly require it and audit built-in roles such as read, readWrite, and any custom roles for the find privilege on collections - the trade-off is that legitimate analytics, reporting, and ORM-driven aggregation queries will break for affected principals. Additionally, restrict network reachability of mongod (default 27017) to known application subnets via firewall or bindIp configuration to ensure the PR:L prerequisite cannot be satisfied by opportunistic external attackers who obtain leaked credentials. Monitor mongod logs for unexpected aggregation pipelines referencing $_internalApplyOplogUpdate, since this internal stage should not appear in normal application traffic.

CVE-2026-18691 CRITICAL
9.0 Aug 11

Credential exposure in MongoDB Server's replica-set/sharded-cluster internal authentication allows an adjacent-network a

CVE-2026-8053 HIGH
8.7 May 12

Out-of-bounds memory write in MongoDB Server's time-series collection feature enables arbitrary code execution by authen

CVE-2026-4148 HIGH
8.7 Mar 17

MongoDB Server sharded clusters are vulnerable to use-after-free memory corruption when authenticated users with read pe

CVE-2026-9740 HIGH
8.7 Jun 09

Remote unauthenticated denial-of-service in MongoDB Server's BSON validation layer allows attackers to crash the mongod

CVE-2026-18697 HIGH
8.7 Aug 11

Unauthenticated denial of service in MongoDB Server's aggregation framework allows remote attackers to crash the mongos

CVE-2026-9742 HIGH
8.2 Jun 09

Pre-authentication denial-of-service in MongoDB Server allows unauthenticated remote clients to crash the database proce

CVE-2026-8336 HIGH
7.7 May 13

Authenticated users can crash MongoDB Server by chaining specific server-side JavaScript operations ($_internalJsEmit or

CVE-2026-18692 HIGH
7.7 Aug 11

Use-after-free in MongoDB Server's timeseries bucket lifecycle handling allows an authenticated user with write-level pr

CVE-2026-18706 HIGH
7.5 Aug 11

Use-after-free memory corruption in MongoDB Server's $graphLookup aggregation stage allows an authenticated high-privile

CVE-2026-18712 HIGH
7.2 Aug 11

Queryable Encryption maintenance operations in MongoDB Server permit an authenticated low-privileged database user to ca

CVE-2026-18690 HIGH
7.2 Aug 11

Authorization bypass in MongoDB Server allows an authenticated user holding only a limited database-scoped role to issue

CVE-2026-18693 HIGH
7.2 Aug 11

Memory corruption in MongoDB Server's timeseries collection handling allows an authenticated user with write privileges

Share

EUVD-2026-35852 vulnerability details – vuln.today

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