What is Microsoft Exchange Server OWA?
Microsoft Exchange Server's Outlook Web App (OWA) is the web-based email client interface for Exchange, accessible via HTTPS and used by millions of corporate users for webmail access. Exchange's backend is a distributed system with multiple components — the OWA frontend, the Exchange backend (Exchange Information Store), the Mailbox Role, and PowerShell Remoting endpoints — all communicating internally via HTTP. Server-side request forgery (SSRF) in OWA allows an authenticated attacker to forge HTTP requests from the OWA frontend to Exchange backend components with elevated privileges — effectively using OWA as a proxy to reach internal Exchange services that would otherwise require administrative credentials. Exchange Server is a high-priority target: full Exchange compromise provides access to all corporate email, calendar, and contact data, and Exchange servers hold privileged positions in Active Directory.
Overview
CVE-2022-41080 is a server-side request forgery (SSRF, CWE-918) in Microsoft Exchange Server's Outlook Web App that allows an authenticated low-privilege user to escalate their access to Exchange backend components by crafting requests through the OWA SSRF path. It forms the first stage of the OWASSRF exploitation chain (CVE-2022-41080 + CVE-2022-41082), which enables an authenticated low-privilege Exchange user to achieve remote code execution on the Exchange server. The OWASSRF chain was discovered by CrowdStrike in December 2022 as the bypass for Microsoft's URL rewrite mitigation for the earlier ProxyNotShell (CVE-2022-41040 + CVE-2022-41082) chain. Play ransomware operators actively used OWASSRF for initial access before CISA added CVE-2022-41080 to KEV in January 2023.
Affected Versions
| Product | Affected | Fixed |
|---|---|---|
| Exchange Server 2013 | Prior to November 2022 SU | November 8, 2022 Security Update |
| Exchange Server 2016 | Prior to November 2022 SU | November 8, 2022 Security Update (CU23 SU7) |
| Exchange Server 2019 | Prior to November 2022 SU | November 8, 2022 Security Update (CU12 SU7) |
Technical Details
Server-side request forgery (CWE-918) in Exchange OWA allows an authenticated user to construct requests that OWA's frontend forwards to Exchange backend endpoints using OWA's elevated service credentials. The OWASSRF exploit chain:
- Authenticate to Exchange OWA — any valid Exchange mailbox user account suffices; no Exchange admin role is needed
- Exploit CVE-2022-41080 (SSRF) — craft a specially formed OWA request that causes OWA to proxy the request to an Exchange backend PowerShell endpoint (Exchange's PowerShell Remoting, exposed at
/powershell) using OWA's elevated credentials instead of the user's credentials - Reach Exchange PowerShell Remoting — OWA's forged request reaches the Exchange PowerShell endpoint in an authenticated, elevated context — bypassing both authentication requirements and Microsoft's URL rewrite mitigation for CVE-2022-41040 (which blocked
autodiscoverpaths used in ProxyNotShell but not the OWA path used in OWASSRF) - Exploit CVE-2022-41082 (RCE) — use the elevated PowerShell Remoting access to trigger Exchange's .NET deserialization RCE vulnerability, achieving SYSTEM-level code execution on the Exchange server
The OWASSRF discovery by CrowdStrike in December 2022 confirmed that Microsoft's ProxyNotShell URL-rewrite mitigation was insufficient — organizations that had applied the mitigation but not the November patch were still vulnerable to Exchange compromise via OWASSRF.
Discovery
CrowdStrike's Incident Response team discovered OWASSRF in December 2022 while investigating Play ransomware incidents where Exchange servers were compromised despite organizations having applied Microsoft's ProxyNotShell URL rewrite mitigation. CrowdStrike published OWASSRF technical details on December 20, 2022, at which point organizations were urgently advised to apply the November 2022 Exchange Security Updates rather than relying on the mitigation.
Exploitation Context
Play ransomware (also called PlayCrypt) used OWASSRF as a primary initial access vector against Exchange Server deployments throughout late 2022 and early 2023. The OWASSRF chain was attractive because:
- Any valid Exchange mailbox user account could trigger the exploit — no elevated Exchange permissions needed
- Microsoft's widely-deployed URL rewrite mitigation for ProxyNotShell was ineffective against OWASSRF
- Exchange servers are internet-accessible by design for email delivery, eliminating the need for any prior foothold
- Exchange compromise provides direct access to all corporate email and a SYSTEM shell on a centrally positioned server
Play ransomware's use of OWASSRF for Exchange initial access was confirmed in CrowdStrike incident investigations and subsequently documented by Microsoft and CISA.
Remediation
- Apply the November 2022 Exchange Security Updates — patches both CVE-2022-41080 and CVE-2022-41082 across Exchange 2013, 2016, and 2019; do not rely on the URL rewrite mitigation alone, as it does not prevent OWASSRF.
- Remove the ProxyNotShell URL rewrite mitigation — if the mitigation was applied and the November 2022 SU has since been installed, remove the URL rewrite rule as it is no longer needed and the SU is the correct fix.
- Apply all subsequent Exchange Security Updates — keep Exchange Server current with monthly security updates; Exchange is a sustained exploitation target.
- Monitor for anomalous OWA request patterns — review Exchange IIS logs for unusual requests to
/powershellor/ecpendpoints from OWA proxy paths; look for POST requests topowershellfrom OWA client IP addresses. - Review Exchange server for web shells — OWASSRF exploitation often results in web shell installation on Exchange (ASPX files in Exchange virtual directories); run the Microsoft Exchange Emergency Mitigation Service (ESET) health check and review IIS virtual directory contents.
Key Details
| Property | Value |
|---|---|
| CVE ID | CVE-2022-41080 |
| Vendor / Product | Microsoft — Exchange Server |
| NVD Published | 2022-11-09 |
| NVD Last Modified | 2025-10-30 |
| CVSS 3.1 Score | 8.8 |
| CVSS 3.1 Vector | CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H |
| Severity | HIGH |
| CWE | CWE-918 find similar ↗ |
| CISA KEV Added | 2023-01-10 |
| CISA KEV Deadline | 2023-01-31 |
| Known Ransomware Use | ⚠️ Yes |
CVSS 3.1 Breakdown
Required Action
Timeline
| Date | Event |
|---|---|
| 2022-09-29 | Microsoft publicly acknowledges CVE-2022-41040 and CVE-2022-41082 (ProxyNotShell) as zero-days exploited in the wild; issues URL rewrite mitigation |
| 2022-11-08 | Microsoft November 2022 Patch Tuesday patches ProxyNotShell (CVE-2022-41040 + CVE-2022-41082) and CVE-2022-41080 |
| 2022-12-20 | CrowdStrike identifies OWASSRF — CVE-2022-41080 + CVE-2022-41082 — as a new exploitation chain used by Play ransomware, bypassing Microsoft's ProxyNotShell URL rewrite mitigation |
| 2023-01-10 | CISA adds CVE-2022-41080 to the Known Exploited Vulnerabilities catalog after OWASSRF exploitation is confirmed |
| 2023-01-31 | CISA BOD 22-01 remediation deadline |
References
| Resource | Type |
|---|---|
| Microsoft Security Response Center Advisory — CVE-2022-41080 | Vendor Advisory |
| NVD — CVE-2022-41080 | Vulnerability Database |
| CISA KEV Catalog Entry | US Government |