What is Microsoft Exchange Server?
Microsoft Exchange Server is an on-premises email, calendar, and collaboration platform used by enterprises worldwide. As a hub for corporate communications, Exchange servers are high-value targets: they often hold sensitive email archives, operate with domain-level privileges, and are exposed to the internet for mail delivery. Exchange has a history of critical vulnerabilities — ProxyLogon (2021), ProxyShell (2021), and now ProxyNotShell (2022).
Overview
CVE-2022-41040 is the first stage of the ProxyNotShell exploit chain. It is a server-side request forgery (SSRF) vulnerability in Microsoft Exchange Server that allows an authenticated attacker to reach internal Exchange back-end components not directly accessible from the internet. When chained with CVE-2022-41082 (remote code execution via PowerShell deserialization), the pair enables a fully remote, authenticated attacker to execute arbitrary code on the Exchange server.
GTSC, a Vietnamese cybersecurity firm, discovered the vulnerability being actively exploited in the wild in September 2022 and reported it to Microsoft through the Zero Day Initiative. Microsoft confirmed exploitation before a patch existed and published mitigation guidance.
Affected Versions
| Product | Vulnerable | Fixed |
|---|---|---|
| Exchange Server 2013 CU23 | Yes | November 2022 SU |
| Exchange Server 2016 CU22/CU23 | Yes | November 2022 SU |
| Exchange Server 2019 CU11/CU12 | Yes | November 2022 SU |
Exchange Online (Microsoft 365) is not affected.
Technical Details
The SSRF vulnerability exists in the Exchange Autodiscover endpoint. An authenticated attacker can send a crafted HTTP request to the /autodiscover/autodiscover.json endpoint with a specially crafted URL parameter that tricks Exchange into making a backend request to an internal component — specifically the PowerShell remoting endpoint on port 444.
- Authentication required: Yes — low-privilege Exchange mailbox user is sufficient
- Attack complexity: Low — straightforward HTTP request with a manipulated URL parameter
- Chain dependency: This CVE alone provides SSRF access; remote code execution requires chaining with CVE-2022-41082
- Related vulnerability: Resembles ProxyShell (CVE-2021-34473) in attack surface; Microsoft's initial URL rewrite mitigation was bypassed by the OWASSRF variant discovered by CrowdStrike in December 2022
Discovery
Discovered by GTSC (GiaoThongTinHocSaiGon Technology Security Company) during incident response at a Vietnamese customer in late September 2022. GTSC reported the zero-day to Microsoft via Zero Day Initiative on September 28, 2022. Exploitation was already occurring before the report was submitted.
Exploitation Context
Active exploitation began before Microsoft's public disclosure. Observed attacks included:
- Deployment of Chinese Chopper web shells on Exchange servers
- Installation of remote access tools including Antsword and Behinder (commonly associated with Chinese-nexus threat actors)
- Reconnaissance and lateral movement following initial server compromise
- Later linked to ransomware deployment (Play, Cuba) via the OWASSRF bypass variant
The ransomware connection (ransomwareUse: true) reflects post-patch exploitation using the OWASSRF variant, where attackers bypassed Microsoft's initial URL rewrite mitigation.
Remediation
- Apply the November 2022 Exchange Security Update for your CU version — this is the definitive fix
- If patching is delayed, apply Microsoft's URL rewrite mitigation rule (note: the original rule was bypassed by OWASSRF; ensure you have the updated rule)
- Disable remote PowerShell access for non-admin users where possible
- Review Exchange HTTP logs for requests to
/autodiscover/autodiscover.jsonwith unusualEmailorProtocolparameters - Hunt for web shells in Exchange's
\inetpub\wwwroot\aspnet_client\and\Program Files\Microsoft\Exchange Server\V15\FrontEnd\HttpProxy\directories
Key Details
| Property | Value |
|---|---|
| CVE ID | CVE-2022-41040 |
| Vendor / Product | Microsoft — Exchange Server |
| NVD Published | 2022-10-03 |
| 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 | 2022-09-30 |
| CISA KEV Deadline | 2022-10-21 |
| Known Ransomware Use | ⚠️ Yes |
CVSS 3.1 Breakdown
Required Action
Timeline
| Date | Event |
|---|---|
| 2022-09-28 | Vietnamese security company GTSC reports active exploitation to Microsoft via ZDI |
| 2022-09-29 | Microsoft publishes Customer Guidance blog and mitigation workarounds |
| 2022-09-30 | Added to CISA Known Exploited Vulnerabilities catalog |
| 2022-10-21 | CISA BOD 22-01 remediation deadline |
| 2022-11-08 | Microsoft releases official patch in November 2022 Patch Tuesday |
References
| Resource | Type |
|---|---|
| Microsoft Security Response Center — CVE-2022-41040 | Vendor Advisory |
| Microsoft MSRC Blog — Customer Guidance for ProxyNotShell | Vendor Advisory |
| GTSC — Warning: New Attack Campaign Utilizing New 0-Day RCE on Exchange | Security Research |
| CrowdStrike — OWASSRF Exploit Analysis | Security Research |
| NVD — CVE-2022-41040 | Vulnerability Database |
| CISA KEV Catalog Entry | US Government |