Skip to main content

MongoDB Server CVE-2026-13059

| EUVDEUVD-2026-47776 HIGH
Reliance on Untrusted Inputs in a Security Decision (CWE-807)
2026-07-22 cna@mongodb.com
8.6
CVSS 4.0 · Vendor: mongodb
Share

Severity by source

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

Network-reachable command interface with low complexity and no user interaction, but requires authenticated low-privilege access (PR:L); unauthorized reads and writes give C:H/I:H while availability is unaffected (A:N).

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

Primary rating from Vendor (mongodb).

CVSS VectorVendor: mongodb

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

Lifecycle Timeline

3
Patch available
Jul 22, 2026 - 21:03 EUVD
Analysis Generated
Jul 22, 2026 - 20:31 vuln.today
CVE Published
Jul 22, 2026 - 20:16 cve.org
HIGH 8.6

DescriptionCVE.org

An authenticated user with low privileges may be able to perform unauthorized reads and writes on data protected by role-based query-level access controls, due to insufficient validation of certain client-supplied command parameters. The issue affects find, update, delete, and aggregate commands in non-apiStrict configurations.

AnalysisAI

Authorization bypass in MongoDB Server allows an authenticated low-privileged user to read and write documents that should be shielded by role-based, query-level access controls. Because the server insufficiently validates certain client-supplied command parameters, crafted find, update, delete, and aggregate commands can sidestep the access boundaries enforced for a user's role. The flaw only manifests in non-apiStrict deployments (the default), and per the vendor CVSS 4.0 vector it yields high confidentiality and integrity impact; no public exploit has been identified at time of analysis.

Technical ContextAI

MongoDB implements role-based access control (RBAC) where privileges can be scoped not just to databases and collections but, in some deployments, narrowed further by query predicates so a role only sees or edits a subset of documents. This vulnerability maps to CWE-807 (Reliance on Untrusted Inputs in a Security Decision): the server trusts client-supplied command parameters when making the authorization decision for the find, update, delete, and aggregate command paths. The Stable API 'apiStrict' mode constrains which command shapes and parameters the server will accept; the issue is specific to non-apiStrict configurations, which is the default behavior, meaning the more permissive command parsing path is where the untrusted parameter influences the access-control check. Exact affected build numbers are not enumerated in the provided data (no CPE strings were supplied), so version scoping must be taken from the MongoDB advisory.

RemediationAI

Upgrade MongoDB Server to the fixed release identified in MongoDB SERVER-128433 (https://jira.mongodb.org/browse/SERVER-128433) - no exact patched version number is present in the provided data, so treat the vendor ticket as the authoritative source for the fix version; no vendor-released patch version could be independently confirmed here. As a compensating control until patched, enabling Stable API strict mode (apiStrict:true) on clients/drivers reportedly avoids the vulnerable non-apiStrict command path, at the cost of rejecting non-Stable-API command shapes and possibly breaking applications that rely on them, so test compatibility first. Additionally, tighten RBAC by removing or minimizing low-privilege accounts that depend on query-level document scoping for sensitive collections, rotate credentials for service accounts that could be abused, and monitor find/update/delete/aggregate command auditing for access patterns inconsistent with a user's intended data scope.

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-13059 vulnerability details – vuln.today

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