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-1388

CVE-2020-1388: Windows 10 Privilege Escalation Vulnerability

CVE-2020-1388 is a privilege escalation vulnerability in Microsoft Windows 10 affecting psmsrv.dll memory handling. Attackers can exploit this to gain elevated system privileges. This article covers technical details, affected versions, impact assessment, and mitigation strategies.

Published: March 4, 2026

CVE-2020-1388 Overview

An elevation of privilege vulnerability exists in the way that the psmsrv.dll handles objects in memory, commonly referred to as the 'Windows Elevation of Privilege Vulnerability'. This vulnerability allows an authenticated attacker with local access to execute code with elevated privileges, potentially gaining complete control over the affected system. This CVE ID is unique from CVE-2020-1392, CVE-2020-1394, and CVE-2020-1395.

Critical Impact

A local attacker who successfully exploits this vulnerability could execute arbitrary code with elevated privileges, potentially gaining SYSTEM-level access and complete control over the affected Windows system.

Affected Products

  • Microsoft Windows 10 (multiple versions: 1607, 1709, 1803, 1809, 1903, 1909, 2004)
  • Microsoft Windows Server 2016 (including versions 1903, 1909, 2004)
  • Microsoft Windows Server 2019

Discovery Timeline

  • July 14, 2020 - CVE-2020-1388 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2020-1388

Vulnerability Analysis

This elevation of privilege vulnerability stems from improper handling of objects in memory within the psmsrv.dll Windows system library. When the affected DLL processes certain memory objects, it fails to properly manage their lifecycle, creating an exploitable condition that allows attackers to elevate their privileges on the system.

The vulnerability requires local access to the target system and low-privilege authentication, making it a post-compromise escalation vector. An attacker who has already gained initial access to a Windows system through other means could leverage this vulnerability to escalate from a standard user account to SYSTEM-level privileges.

Root Cause

The root cause of CVE-2020-1388 lies in the improper memory object handling within psmsrv.dll. The DLL fails to correctly validate and manage object references during certain operations, leading to a condition where an attacker can manipulate memory state to gain elevated privileges. This type of memory management flaw is characteristic of object lifecycle vulnerabilities in Windows system components.

Attack Vector

The attack vector for CVE-2020-1388 is local, requiring the attacker to have authenticated access to the target system with at least low-level privileges. The exploitation does not require user interaction, allowing an attacker with initial foothold to silently escalate privileges.

An attacker would typically:

  1. Gain initial access to a Windows system through phishing, credential theft, or other attack vectors
  2. Execute a crafted application or script that triggers the memory handling flaw in psmsrv.dll
  3. Manipulate the vulnerable memory handling to gain elevated privileges
  4. Use the elevated privileges to install malware, access sensitive data, or move laterally through the network

Since this vulnerability affects a Windows system DLL, exploitation typically involves crafting specific API calls or system operations that trigger the flawed memory handling path. For technical implementation details, refer to the Microsoft Security Advisory CVE-2020-1388.

Detection Methods for CVE-2020-1388

Indicators of Compromise

  • Unusual process creation events with unexpected parent-child relationships involving elevated privileges
  • Suspicious activity involving psmsrv.dll loading patterns or memory access anomalies
  • Unexpected privilege escalation events in Windows Security logs (Event ID 4672)
  • Anomalous API calls to memory management functions from non-standard processes

Detection Strategies

  • Monitor for privilege escalation attempts using Windows Event Logs, particularly Security Event ID 4672 (Special privileges assigned to new logon)
  • Implement endpoint detection and response (EDR) solutions to detect suspicious memory manipulation behaviors
  • Deploy behavioral analytics to identify unusual privilege elevation patterns on Windows systems
  • Use SentinelOne's behavioral AI to detect exploitation attempts targeting Windows system DLLs

Monitoring Recommendations

  • Enable advanced auditing for process creation and privilege use events in Windows Security Policy
  • Configure SIEM alerts for privilege escalation patterns targeting Windows 10 and Windows Server systems
  • Implement file integrity monitoring for critical Windows system DLLs including psmsrv.dll
  • Establish baseline behaviors for privileged operations to detect anomalous activity

How to Mitigate CVE-2020-1388

Immediate Actions Required

  • Apply the Microsoft security update released in July 2020 Patch Tuesday immediately to all affected Windows systems
  • Prioritize patching systems with external exposure or those hosting sensitive data
  • Implement the principle of least privilege to limit the impact of potential exploitation
  • Review and restrict local user access on critical systems to reduce attack surface

Patch Information

Microsoft addressed this vulnerability as part of the July 2020 security updates. The official security patch is available through Windows Update and the Microsoft Update Catalog. Organizations should apply the update corresponding to their Windows version as documented in the Microsoft Security Advisory CVE-2020-1388.

Affected systems include:

  • Windows 10 (all supported versions through 2004)
  • Windows Server 2016 (all versions)
  • Windows Server 2019

Workarounds

  • Restrict local access to critical Windows systems to only authorized administrators
  • Implement application whitelisting to prevent unauthorized applications from executing
  • Use network segmentation to limit lateral movement if a system is compromised
  • Deploy endpoint protection solutions with behavioral detection capabilities to identify exploitation attempts
bash
# Verify patch installation status via PowerShell
Get-HotFix | Where-Object {$_.HotFixID -match "KB4565503|KB4565511|KB4565483|KB4558998"}

# Check Windows Update history for July 2020 security updates
wmic qfe list brief /format:table | findstr "2020-07"

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechWindows

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability0.38%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • NVD-CWE-noinfo
  • Vendor Resources
  • Microsoft Security Advisory CVE-2020-1388
  • Related CVEs
  • CVE-2026-23672: Windows UDFS Privilege Escalation Flaw

  • CVE-2026-25178: Windows WinSock Driver Privilege Escalation

  • CVE-2026-24283: Windows File Server Privilege Escalation

  • CVE-2026-24294: Windows SMB Server Privilege Escalation
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