CVE-2026-13060
HIGH
CVSS 7.1
mongodb_server
Verified Advisory
Authorization bypass via duplicate field in MongoDB $graphLookup (CVE-2026-13060)
An inconsistency between MongoDB's authorization and execution phases of the `$graphLookup` aggregation stage allows an authenticated user with limited read privileges to access documents from collections they are not authorized to read. The root cause is that the full BSON parser (`createFromBson`) overwrites local variables on duplicate BSON keys, causing the last value of a duplicated `from` field to be used at execution time, while the authorization check reads only the first value, resulting in authorization being evaluated against a different namespace than the one actually queried. Affected scenarios involve collections referenced within existing view pipeline definitions.
Affected versions:
- 8.0.27
We recommend updating to: 9.0.0-rc0, 8.3.7, 8.2.12, 8.0.28, 7.0.39.
CVSS 7.1 · our assessment: this_week
Reference: https://jira.mongodb.org/browse/SERVER-127357
Details: https://vuln.today/cve/CVE-2026-13060
Verified by vuln.today against published advisories.
Affected versions
- – 8.0.27
Fixed in: 9.0.0-rc0; 8.3.7; 8.2.12; 8.0.28; 7.0.39
More advisories for mongodb_server
- CVE-2026-9737 – Query planner crash via $meta sort expression in MongoDB (CVE-2026-9737)
- CVE-2026-13066 – Information disclosure via DBPointer handling in MongoDB server-side JavaScript (CVE-2026-13066)
- CVE-2026-13065 – Denial of service via $linearFill window function in MongoDB (CVE-2026-13065)
- CVE-2026-13064 – CPU exhaustion via exponential $jsonSchema hashing in MongoDB (CVE-2026-13064)
- CVE-2026-13055 – Authenticated denial of service via $_internalIndexKey in MongoDB (CVE-2026-13055)
- CVE-2026-13058 – Denial of service via missing transaction field validation in MongoDB (CVE-2026-13058)