The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2020-17144

CVE-2020-17144: Microsoft Exchange Server RCE Vulnerability

CVE-2020-17144 is a remote code execution vulnerability in Microsoft Exchange Server that enables attackers to execute arbitrary code on vulnerable systems. This article covers technical details, affected versions, and mitigation.

Published: March 11, 2026

CVE-2020-17144 Overview

CVE-2020-17144 is a Remote Code Execution (RCE) vulnerability affecting Microsoft Exchange Server. This insecure deserialization flaw allows authenticated attackers to execute arbitrary code on vulnerable Exchange servers with elevated privileges. The vulnerability is classified under CWE-502 (Deserialization of Untrusted Data), indicating that the server improperly handles serialized data, enabling malicious payloads to be processed and executed.

Critical Impact

This vulnerability is listed in the CISA Known Exploited Vulnerabilities (KEV) catalog, confirming active exploitation in the wild. Authenticated attackers can achieve remote code execution on Microsoft Exchange Server 2010 SP3, potentially compromising the entire mail infrastructure and gaining access to sensitive organizational communications.

Affected Products

  • Microsoft Exchange Server 2010 SP3 Rollup 31
  • Microsoft Exchange Server (legacy deployments)

Discovery Timeline

  • December 10, 2020 - CVE-2020-17144 published to NVD
  • October 29, 2025 - Last updated in NVD database

Technical Details for CVE-2020-17144

Vulnerability Analysis

This vulnerability stems from insecure deserialization within Microsoft Exchange Server 2010 SP3. The flaw exists in how Exchange processes serialized objects from authenticated users. When the server deserializes untrusted data without proper validation, an attacker can craft malicious serialized payloads that, upon deserialization, execute arbitrary code within the context of the Exchange Server process.

The attack requires network access and low-privilege authentication to the Exchange environment. Once authenticated, the attacker can leverage this deserialization vulnerability to execute commands with the privileges of the Exchange Server service account, which typically has extensive access to Active Directory and mail data.

Root Cause

The root cause is improper validation of serialized data within the Microsoft Exchange Server application. The server fails to adequately sanitize or restrict the types of objects that can be deserialized, allowing attackers to inject malicious objects that execute code during the deserialization process. This is a classic insecure deserialization pattern where trust is incorrectly placed in user-controlled data.

Attack Vector

The attack is network-based and requires the attacker to have low-privilege authenticated access to the Exchange environment. The exploitation flow involves:

  1. Attacker authenticates to the vulnerable Exchange Server using valid credentials
  2. A crafted malicious serialized payload is sent to a vulnerable endpoint
  3. The Exchange Server deserializes the payload without proper validation
  4. Malicious code embedded in the serialized object executes with server privileges
  5. The attacker achieves remote code execution on the Exchange Server

The vulnerability does not require user interaction beyond the initial authentication, and successful exploitation can result in complete compromise of confidentiality, integrity, and availability of the Exchange Server.

Detection Methods for CVE-2020-17144

Indicators of Compromise

  • Unexpected processes spawned by Exchange Server worker processes (e.g., w3wp.exe, MSExchangeMailboxAssistants.exe)
  • Unusual outbound network connections from the Exchange Server to external IP addresses
  • Anomalous PowerShell execution or command-line activity originating from Exchange processes
  • Suspicious file creation or modification in Exchange installation directories

Detection Strategies

  • Monitor Exchange Server application logs for deserialization errors or unexpected exceptions
  • Implement network traffic analysis to detect unusual data patterns in Exchange communications
  • Deploy endpoint detection and response (EDR) solutions to identify post-exploitation behavior
  • Review authentication logs for suspicious login patterns followed by anomalous server activity

Monitoring Recommendations

  • Enable verbose logging on Exchange Server and forward logs to a centralized SIEM
  • Configure alerting for process creation events where Exchange processes spawn child processes
  • Monitor for indicators of lateral movement from compromised Exchange Servers
  • Implement file integrity monitoring on critical Exchange Server directories

How to Mitigate CVE-2020-17144

Immediate Actions Required

  • Apply the security update from Microsoft immediately for all affected Exchange Server 2010 SP3 installations
  • Audit authentication logs to identify any potential compromise prior to patching
  • Implement network segmentation to limit Exchange Server exposure where possible
  • Review and restrict accounts with access to Exchange Server to reduce attack surface

Patch Information

Microsoft has released a security update addressing this vulnerability. Organizations should consult the Microsoft Update Guide for CVE-2020-17144 for detailed patch information and download links. Given the active exploitation status confirmed by CISA, immediate patching is critical. Additional details are available in the Microsoft Security Advisory for CVE-2020-17144.

Note that Microsoft Exchange Server 2010 reached end of support on October 13, 2020. Organizations still running this version should prioritize migration to a supported Exchange version or Microsoft 365.

Workarounds

  • Restrict network access to Exchange Server management interfaces using firewall rules
  • Implement strict authentication policies and multi-factor authentication for Exchange access
  • Consider temporarily disabling non-essential Exchange services until patching is complete
  • Deploy web application firewalls (WAF) with rules to detect deserialization attack patterns
bash
# Example: Restrict Exchange management access via Windows Firewall
# Block external access to Exchange management endpoints
netsh advfirewall firewall add rule name="Block External Exchange Management" dir=in action=block protocol=tcp localport=443 remoteip=any
# Allow only internal management subnet
netsh advfirewall firewall add rule name="Allow Internal Exchange Management" dir=in action=allow protocol=tcp localport=443 remoteip=10.0.0.0/8

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechMicrosoft Exchange

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability92.70%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CISA KEV Information
  • In CISA KEVYes
  • CWE References
  • CWE-502
  • Technical References
  • CISA Known Exploited Vulnerabilities Catalog
  • Vendor Resources
  • Microsoft Update Guide for CVE-2020-17144

  • Microsoft Security Advisory for CVE-2020-17144
  • Related CVEs
  • CVE-2020-16875: Microsoft Exchange Server RCE Vulnerability

  • CVE-2021-26858: Microsoft Exchange Server RCE Vulnerability

  • CVE-2021-27065: Microsoft Exchange Server RCE Vulnerability

  • CVE-2021-26857: Microsoft Exchange Server RCE Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English