Severity by source
AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
Improper authentication reachable over the network with no credentials or interaction and a cross-tenant scope change yields PR:N, AC:L, S:C, and full C/I/A impact.
Primary rating from Vendor (microsoft).
CVSS VectorVendor: microsoft
Lifecycle Timeline
2DescriptionCVE.org
Improper authentication in Azure SQL Database allows an unauthorized attacker to elevate privileges over a network.
AnalysisAI
Elevation of privilege in Microsoft Azure SQL Database lets an unauthorized network attacker bypass authentication and gain higher privileges, with a maximum CVSS 10.0 and a scope change indicating the flaw extends impact beyond the initially vulnerable component. The CVSS vector (PR:N/UI:N) means no credentials or user interaction are required, making this a critical priority despite no public exploit being identified. As a managed cloud service, remediation is handled server-side by Microsoft rather than by customer patching.
Technical ContextAI
The affected component is Azure SQL Database, Microsoft's fully managed relational database Platform-as-a-Service (PaaS) built on the SQL Server engine and fronted by the Azure control plane and gateway authentication layer. The root cause is CWE-287 (Improper Authentication), meaning the service fails to correctly verify an actor's claimed identity - likely in a token, credential, or session-validation path within the multi-tenant authentication flow. The scope change (S:C) in the CVSS vector indicates the authentication defect in one security authority (the authentication/gateway boundary) grants control over resources managed by a different authority, consistent with a tenant- or authorization-boundary bypass in a shared cloud environment. No CPE strings were provided, which is expected for a cloud SaaS/PaaS offering that carries no versioned on-premises product identifier.
RemediationAI
Because Azure SQL Database is a fully managed service, the fix is deployed by Microsoft to the cloud fleet and generally requires no customer action; no customer-installable patch version was provided, so the applicable status is 'Patch available per vendor advisory' - confirm remediation state at the MSRC guide https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-56162. As compensating controls while confirming vendor status, restrict database access with Azure SQL firewall rules and Private Link/VNet service endpoints to limit network reachability (trade-off: may break clients connecting from public IPs), enforce Microsoft Entra ID (Azure AD) authentication and disable or rotate SQL logins to reduce reliance on any single credential path, and enable Microsoft Defender for SQL and auditing to detect anomalous authentication and privilege changes (trade-off: added cost and log volume). Review sign-in and audit logs for unexpected privilege elevation predating the fix.
More in Azure Sql Database
View allServer-side request forgery in Microsoft's Azure SQL Database cloud service lets an unauthorized network attacker coerce
Privilege elevation via SQL injection (CWE-89) affects Microsoft Azure SQL Database, where an already-authorized attacke
Privilege escalation in Microsoft Azure SQL Database allows an already-authenticated, low-privileged attacker to inject
Privilege elevation in Microsoft Azure SQL Database lets an already-authenticated, high-privileged principal escalate it
Privilege escalation in Azure SQL Database allows a locally authenticated attacker to gain elevated permissions through
Same weakness CWE-287 – Improper Authentication
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-54323
GHSA-6gmq-p797-9x4m