Severity by source
AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:N
Missing authentication makes the critical function network-reachable with no privileges or interaction (AV:N/AC:L/PR:N/UI:N); privilege elevation crosses an authorization boundary (S:C) yielding high confidentiality and integrity impact but no availability effect.
Primary rating from Vendor (microsoft).
CVSS VectorVendor: microsoft
Lifecycle Timeline
2DescriptionCVE.org
Missing authentication for critical function in Microsoft Planetary Computer Pro allows an unauthorized attacker to elevate privileges over a network.
AnalysisAI
Privilege elevation in Microsoft Planetary Computer Pro allows a remote, unauthenticated attacker to gain elevated privileges over the network by invoking a critical function that lacks an authentication check (CWE-306). Scored CVSS 10.0 with a scope change, the flaw exposes confidential data and permits unauthorized modification against the affected Azure geospatial platform. No public exploit identified at time of analysis, and it is not listed in CISA KEV, but the maximal score reflects trivial exploitability against exposed instances.
Technical ContextAI
Microsoft Planetary Computer Pro is an Azure-hosted platform for cataloging, storing, and serving large-scale geospatial (STAC/raster) datasets to enterprise and scientific users. The root cause is CWE-306 (Missing Authentication for Critical Function): a security-sensitive operation - one that governs privilege or access control - is reachable without any credential or identity verification. Because the CVSS scope is Changed (S:C), the vulnerable component and the impacted component differ, indicating the exposed function lets an attacker cross a trust/authorization boundary managed by the service rather than merely acting within its own authority.
RemediationAI
No vendor-released patch version is identified in the available data; for a Microsoft-operated Azure service, the fix is typically applied by Microsoft to the service backend rather than by customers installing an update, so consult the MSRC advisory at https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-63508 to confirm whether any tenant-side action is required. As compensating controls pending confirmation, restrict network exposure of Planetary Computer Pro endpoints using Azure network security groups, private endpoints, or firewall rules so the vulnerable function is not reachable from untrusted networks (trade-off: may block legitimate external data consumers); enforce Azure AD/Entra authentication and conditional access in front of the service; and monitor access logs for anomalous privilege-related requests. Confirm exact remediation guidance and any exposure window with Microsoft before relying on these mitigations.
Same technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-54325
GHSA-5969-wqc6-rfr4