Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Improper-authentication bypass reachable over the network with no privileges or interaction (AV:N/AC:L/PR:N/UI:N); unauthorized access to stored secrets and keys yields full C/I/A impact.
Primary rating from Vendor (microsoft).
CVSS VectorNVD
Lifecycle Timeline
5DescriptionNVD
Improper authentication in Azure Key Vault allows an unauthorized attacker to elevate privileges over a network.
AnalysisAI
Authentication bypass in Microsoft Azure Key Vault lets a remote, unauthenticated attacker elevate privileges over the network and gain unauthorized access to the secrets, keys, and certificates the service protects. The CVSS 3.1 vector (AV:N/AC:L/PR:N/UI:N) rates it 9.8 Critical with full confidentiality, integrity, and availability impact. A vendor patch is available; there is no public exploit identified at time of analysis, and EPSS exploitation probability is low (0.70%, 49th percentile) despite CISA SSVC flagging the flaw as automatable with total technical impact.
Technical ContextAI
Azure Key Vault is Microsoft's cloud service for centrally storing and controlling access to cryptographic keys, secrets (passwords, connection strings, API tokens), and TLS certificates, typically accessed via its REST/data-plane API and gated by Microsoft Entra ID authentication and RBAC/access-policy authorization. The root cause is classified as CWE-287 (Improper Authentication), meaning the service failed to correctly verify caller identity, allowing a request to be accepted as authenticated (or as a higher-privileged principal) when it should have been rejected. Because Key Vault sits at the trust root for downstream applications that retrieve secrets and keys from it, a defect in its authentication layer undermines the security of every workload that depends on it.
RemediationAI
Patch available per vendor advisory - because Azure Key Vault is a Microsoft-managed cloud service, the fix is applied server-side by Microsoft rather than installed by customers, so review the MSRC update guide at https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62825 to confirm the fix has rolled out to your regions and whether any customer action is required. As defense-in-depth that reduces exposure regardless of patch state, restrict Key Vault data-plane reachability by enabling Private Endpoints or the Key Vault firewall to allow only known VNets/IP ranges (trade-off: you must inventory and whitelist every legitimate caller or you will break applications), enforce least-privilege RBAC/access policies so no principal has more secret/key permissions than needed, and enable Key Vault diagnostic logging to Azure Monitor/Sentinel to hunt for anomalous or unauthenticated access attempts. As a precaution against a possible pre-patch bypass, rotate high-value secrets, keys, and certificates stored in exposed vaults, accepting the operational cost of coordinating dependent-application updates.
More in Azure Key Vault
View allJenkins Azure Key Vault Plugin 187.va_cd5fecd198a_ and earlier does not properly mask (i.e., replace with asterisks) cre
A missing permission check in Jenkins Azure Key Vault Plugin 2.0 and earlier allows attackers with Overall/Read permissi
Same weakness CWE-287 – Improper Authentication
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-48459
GHSA-8g4r-wj58-m98x