Back to Vulnerability Database
    criticalAC-PROXYLOGON· 6 exploit paths

    ProxyLogon: SSRF + File Write = Unauthenticated RCE

    Two Exchange bugs that, chained, became the year's worst email-server exploit.

    THE PRIMARY LESSON:

    The '1 + 1 = 3' Effect. The file-write bug alone has little exploit potential, it still needs proper access rights. The SSRF alone is 'just' an info-disclosure. Chained, they become unauthenticated RCE against internet-facing Exchange, one of the most impactful Exchange vulnerabilities ever disclosed.

    Chain Visualization

    Step-by-step exploitation flow. Each link compounds the next.

    1
    CVE-2021-26855Critical (CVSS 9.1)T1190 – Exploit Public-Facing Application

    Server-Side Request Forgery (SSRF)

    Lets an unauthenticated attacker send crafted requests that bypass authentication and impersonate the Exchange server itself.

    Securin Risk: 9.4CVSS: 9.1Discovered: Mar 2, 2021

    Yielded Result: Authenticated-equivalent access to Exchange as the server identity.

    2
    CVE-2021-27065High (CVSS 7.8)T1505.003 – Web Shell

    Post-Auth Arbitrary File Write

    Allows an authenticated session to write attacker-controlled files to arbitrary paths on the Exchange host.

    Securin Risk: 8.7CVSS: 7.8Discovered: Mar 2, 2021

    Yielded Result: Persistent web shell on the Exchange server, enabling full RCE.

    ULTIMATE THREAT ACTION OUTCOME

    Unauthenticated Remote Code Execution and mass mailbox collection across internet-facing Exchange.

    Remediation Urgency: Immediate Patching & Web Shell AuditsActive Exploits in the Wild

    THREAT PROFILE

    Primary Target
    On-Premises Microsoft Exchange (OWA exposed)
    Threat Actor Focus
    HAFNIUM and ≥10 follow-on APT clusters
    Era / Impact Timeline
    Released March 2021 (Still observed in unpatched fleets)

    MITRE ATT&CK MAPPING

    Enterprise Map
    1. Initial Access
      T1190 – Exploit Public-Facing Application
      SSRF against Exchange OWA endpoint.
    2. Persistence & Execution
      T1505.003 – Web Shell
      Arbitrary file write plants ASPX web shells.
    3. Collection
      T1114 – Email Collection
      Mailbox dumps and inbox harvesting from compromised stores.
    4. Exfiltration
      T1041 – Exfiltration Over C2 Channel
      Stolen mailbox data exfiltrated through implant traffic.