Severity by source
AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
Network-reachable access-control bypass needing no privileges or interaction yields AV:N/AC:L/PR:N/UI:N; managed multi-tenant service crossing a trust boundary gives S:C with full C:H/I:H/A:H from code execution.
Primary rating from Vendor (microsoft).
CVSS VectorVendor: microsoft
Lifecycle Timeline
2DescriptionCVE.org
Improper access control in Azure Cosmos DB allows an unauthorized attacker to execute code over a network.
AnalysisAI
Remote code execution in Microsoft Azure Cosmos DB allows an unauthorized, unauthenticated attacker to execute code over a network by abusing an improper access control (authentication bypass) flaw. Microsoft rates it CVSS 10.0 with a scope change, meaning a successful attack against the managed database service can impact resources beyond the initially vulnerable component. No public exploit has been identified at time of analysis (CVSS exploit maturity is Unproven), and it is not on the CISA KEV list, but the maximum severity and network-reachable, no-privilege profile make it a top-priority fix.
Technical ContextAI
Azure Cosmos DB is Microsoft's globally distributed, multi-model NoSQL/PaaS database service, meaning the affected component is Microsoft-operated cloud infrastructure rather than customer-installed software (CPE cpe:2.3:a:microsoft:azure_cosmos_db). The root cause is CWE-284 (Improper Access Control) - the service failed to correctly enforce authorization boundaries, which the vendor tags describe as an Authentication Bypass. In a shared multi-tenant PaaS context, an access-control failure of this class can let a request reach code paths or data it should never be authorized for, and combined with the CVSS scope change (S:C) it implies the trust boundary between the vulnerable component and other resources (e.g., other tenants or the control plane) can be crossed.
RemediationAI
Patch available per vendor advisory: because Azure Cosmos DB is a Microsoft-operated PaaS, the fix is deployed server-side by Microsoft and typically requires no customer patching action - review the MSRC advisory at https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-66803 to confirm whether any customer-side configuration change or SDK/client update is required. As compensating and defense-in-depth measures while confirming, restrict Cosmos DB account network exposure by enabling private endpoints / VNet service endpoints and IP firewall rules to limit which networks can reach the account, disable key-based access in favor of Microsoft Entra ID (Azure AD) RBAC where possible, rotate account keys, and review Cosmos DB diagnostic logs and Azure Monitor for anomalous data-plane access; note that tightening network rules or disabling key auth can break existing application connectivity and should be validated in staging first.
More in Azure Cosmos Db
View allSame weakness CWE-284 – Improper Access Control
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-51302
GHSA-ww36-75qc-rhmx