Skip to main content

MongoDB CVE-2026-13068

| EUVDEUVD-2026-47793 LOW
Incorrect Authorization (CWE-863)
2026-07-22 cna@mongodb.com
2.3
CVSS 4.0 · Vendor: mongodb

Severity by source

Vendor (mongodb) PRIMARY
2.3 LOW
CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:N/VI:L/VA:L/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
5.4 MEDIUM

Network-accessible with low privileges; AT:P prerequisite has no 3.1 equivalent so AC:L/PR:L is retained; no confidentiality impact applies per description.

3.1 AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:L
4.0 AV:N/AC:L/AT:P/PR:L/UI:N/VC:N/VI:L/VA:L/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:41 vuln.today
CVE Published
Jul 22, 2026 - 20:16 cve.org
LOW 2.3

DescriptionCVE.org

An authenticated user holding cursor termination privileges on one database may incorrectly be permitted to terminate active cursors on a separate database, disrupting ongoing query operations for other users. The behavior stems from an authorization check that does not correctly scope privileges to the appropriate namespace.

AnalysisAI

MongoDB's cursor termination authorization logic fails to scope privileges to the correct database namespace, allowing an authenticated low-privilege user to terminate active cursors on databases they do not administer. Exploitation requires the attacker to hold cursor termination rights on at least one database, limiting the practical threat to malicious or compromised internal users. No public exploit has been identified at time of analysis, and this vulnerability has not been added to the CISA Known Exploited Vulnerabilities catalog.

Technical ContextAI

MongoDB, a widely-deployed NoSQL document database, implements per-database role-based access controls for administrative operations including cursor lifecycle management. Cursors represent server-side iterators over query result sets, and MongoDB exposes a killCursors command to terminate them. The root cause is CWE-863 (Incorrect Authorization): the privilege check governing cursor termination does not enforce that the privilege is scoped to the same database namespace as the target cursor. A user granted killCursors or equivalent privilege on database A can therefore affect cursors on database B. The CVSS 4.0 vector (AV:N/AC:L/AT:P/PR:L/UI:N) captures that exploitation is network-accessible and low-complexity once prerequisites are met, but requires an authenticated low-privilege user who specifically holds cursor termination rights on at least one database. The issue is tracked in MongoDB's own Jira as SERVER-128198, filed by the MongoDB CNA.

RemediationAI

Consult the MongoDB Jira issue SERVER-128198 (https://jira.mongodb.org/browse/SERVER-128198) for patch availability and the confirmed fixed version, as no specific patched release has been independently identified in the available intelligence. No vendor-released patch version can be cited at time of analysis. As a compensating control, restrict cursor termination privileges (killCursors or equivalent role grants) to only the specific users and databases that operationally require them, removing broad grants that expand the cross-database disruption surface. Enabling MongoDB's audit log and alerting on killCursors operations targeting namespaces inconsistent with the issuing user's assigned databases can serve as a detection measure. These controls do not eliminate the underlying flaw but reduce exploitation opportunity until an official patch is applied.

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-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-1351 CRITICAL
9.8 Mar 07

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

CVE-2021-20333 MEDIUM POC
5.3 Jul 23

Sending specially crafted commands to a MongoDB Server may result in artificial log entries being generated or for log e

CVE-2026-13072 CRITICAL
9.2 Jul 22

Memory corruption in MongoDB standalone mongod servers running with compute mode enabled allows remote attackers to cras

CVE-2017-15535 CRITICAL
9.1 Nov 01

MongoDB 3.4.x before 3.4.10, and 3.5.x-development, has a disabled-by-default configuration setting, networkMessageCompr

CVE-2020-2268 HIGH
8.8 Sep 16

A cross-site request forgery (CSRF) vulnerability in Jenkins MongoDB Plugin 1.3 and earlier allows attackers to gain acc

Share

CVE-2026-13068 vulnerability details – vuln.today

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