Severity by source
AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:N
Network-reachable SaaS endpoint (AV:N), no special conditions (AC:L), requires any authenticated tenant user (PR:L), no victim interaction (UI:N), missing authz crosses tenant/role boundary (S:C) with high C/I and no availability impact.
Primary rating from Vendor (microsoft).
CVSS VectorVendor: microsoft
Lifecycle Timeline
2DescriptionCVE.org
Missing authorization in Microsoft Exchange Online allows an authorized attacker to elevate privileges over a network.
AnalysisAI
Privilege escalation in Microsoft Exchange Online allows an authenticated remote attacker to elevate privileges across a tenant or organizational boundary due to missing authorization checks. The flaw carries a CVSS 3.1 score of 9.6 with scope change, indicating impact beyond the initially authorized security context, though no public exploit identified at time of analysis. As a cloud-hosted service, mitigation is largely Microsoft-managed rather than a customer-applied patch.
Technical ContextAI
Microsoft Exchange Online is the cloud-hosted email and calendaring service delivered as part of Microsoft 365, built on top of the Exchange Server platform but operated as a multi-tenant SaaS. The root cause is CWE-862 (Missing Authorization), meaning code paths that perform a privileged action fail to verify that the calling principal is actually entitled to perform it. In a multi-tenant cloud mail platform, such gaps typically appear in REST endpoints, EWS/Graph operations, or administrative management surfaces where role and tenant boundary checks must be enforced server-side; a missing check lets a low-privileged identity invoke functionality reserved for higher-privileged roles.
RemediationAI
Patch available per vendor advisory: because Exchange Online is a Microsoft-managed cloud service, the fix is deployed by Microsoft to the service backend and does not require customer-side patching - administrators should review https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-48582 to confirm the service-side mitigation has reached their tenant and whether any configuration action is required. As compensating controls while verifying remediation status, enforce Conditional Access policies that require MFA and compliant devices for all Exchange Online access (which limits the pool of attackers who can authenticate at PR:L), restrict legacy authentication protocols such as Basic Auth and EWS where business-tolerable (reducing attack surface but potentially breaking legacy clients), audit Unified Audit Log for anomalous role assignments and mailbox permission grants, and review privileged Exchange role group membership (Organization Management, Recipient Management) to shrink blast radius. None of these workarounds substitute for Microsoft's backend fix.
Same weakness CWE-862 – Missing Authorization
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-38090
GHSA-j97v-rpjv-q4wf