Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Network-facing service with a missing authorization check gives unauthenticated, low-complexity access (AV:N/AC:L/PR:N/UI:N) and privilege elevation yields total C/I/A impact.
Primary rating from Vendor (microsoft).
CVSS VectorNVD
Lifecycle Timeline
5DescriptionNVD
Missing authorization in Azure DNS allows an unauthorized attacker to elevate privileges over a network.
AnalysisAI
Privilege elevation in Microsoft Azure DNS lets a remote, unauthenticated attacker bypass authorization checks over the network to gain elevated permissions within the DNS service. The flaw stems from a missing authorization check (CWE-862) and carries a critical CVSS 9.8 with full confidentiality, integrity, and availability impact. No public exploit is identified at time of analysis, and EPSS estimates a modest 0.67% 30-day exploitation probability, but CISA's SSVC framework flags the issue as automatable with total technical impact.
Technical ContextAI
Azure DNS is Microsoft's managed, cloud-hosted authoritative DNS service used to host and resolve domain records for Azure-connected workloads, with control-plane operations exposed through Azure Resource Manager APIs and the Azure portal. The root cause is CWE-862 (Missing Authorization): a service operation performs a sensitive action without verifying that the caller holds the required permission, so an actor can invoke functionality reserved for privileged roles. Because Azure DNS is a multi-tenant SaaS control plane reached over the network (CPE cpe:2.3:a:microsoft:azure_dns), the missing check is exploitable through standard service endpoints rather than requiring any local foothold.
RemediationAI
Patch available per vendor advisory - Microsoft has remediated Azure DNS at the service level, so no exact customer-installable fix version applies; the correction is applied centrally to the cloud service. Review the Microsoft MSRC advisory at https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-58275 to confirm the fix status for your tenant and whether any customer action is required. As defense-in-depth for the DNS control plane, enforce least-privilege Azure RBAC on DNS zone resources (restrict the DNS Zone Contributor role), enable Azure Activity Log and resource logging on DNS zones to detect unexpected record or permission changes, and use Azure Policy plus resource locks to limit who can modify zone configurations - the trade-off being added administrative overhead and potential friction for legitimate automation. Monitor for anomalous record modifications as a compensating detection control since the underlying authorization gap was server-side.
Same weakness CWE-862 – Missing Authorization
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-48460
GHSA-mrf6-vvvg-7w6c