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
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • 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-13162

CVE-2020-13162: Pulse Secure Client Privilege Escalation

CVE-2020-13162 is a time-of-check time-of-use privilege escalation flaw in Pulse Secure Desktop Client for Windows. Unprivileged users can exploit it to run executables with elevated system privileges.

Published: March 4, 2026

CVE-2020-13162 Overview

A time-of-check time-of-use (TOCTOU) vulnerability exists in PulseSecureService.exe within Pulse Secure Client versions prior to 9.1.6 down to 5.3 R70 for Windows. The service runs with elevated privileges as NT AUTHORITY/SYSTEM, allowing unprivileged local users to exploit the race condition to execute a Microsoft Installer (MSI) executable with SYSTEM-level privileges.

Critical Impact

Local privilege escalation from standard user to SYSTEM allows complete compromise of Windows endpoints running vulnerable Pulse Secure Client versions.

Affected Products

  • Pulse Secure Desktop Client for Windows versions 5.3 R1.0 through 9.1.5
  • Pulse Secure Installer Service for Windows versions 8.3 and 9.1 (prior to fix)
  • All Windows deployments using affected Pulse Secure VPN client versions

Discovery Timeline

  • June 16, 2020 - CVE-2020-13162 published to NVD
  • May 5, 2025 - Last updated in NVD database

Technical Details for CVE-2020-13162

Vulnerability Analysis

This vulnerability is classified as CWE-367 (Time-of-check Time-of-use Race Condition). The Pulse Secure service performs a security validation check on files before executing them, but a timing gap exists between the verification and the actual execution. During this window, an attacker can substitute a validated legitimate file with a malicious MSI installer.

The attack requires local access to the target system and the ability to win a race condition. Because PulseSecureService.exe operates with NT AUTHORITY/SYSTEM privileges, successful exploitation grants the attacker full administrative control over the affected Windows system, enabling persistence mechanisms, credential theft, and lateral movement within the network.

Root Cause

The root cause lies in the improper handling of file operations within the Pulse Secure service. The service validates an MSI file's integrity and signature at one point in time (the "check"), but then executes the file in a separate operation (the "use"). This temporal gap creates a race condition where an unprivileged user can replace the validated file with a malicious payload before execution occurs.

The service fails to implement proper atomic operations or secure file handling mechanisms such as locking the file during the validation-to-execution sequence, which would prevent tampering between these two operations.

Attack Vector

The attack is performed locally and requires low privileges to execute. An attacker with standard user access to a Windows system running a vulnerable Pulse Secure Client can exploit this vulnerability through the following approach:

  1. Identify the file path monitored by PulseSecureService.exe for MSI installations
  2. Place a legitimate MSI file that passes the service's validation checks
  3. Monitor for the validation event and rapidly swap the legitimate file with a malicious MSI
  4. The service, having already validated the original file, executes the attacker-controlled MSI with SYSTEM privileges

The exploitation mechanism involves precise timing to win the race condition between the file validation check and the subsequent file execution. Technical details and proof-of-concept information are available in the Red Timmy analysis and Packet Storm advisories.

Detection Methods for CVE-2020-13162

Indicators of Compromise

  • Unexpected MSI installation activity initiated by PulseSecureService.exe outside of normal update windows
  • Rapid file modification events in directories monitored by the Pulse Secure service
  • New SYSTEM-level processes spawned from msiexec.exe with unusual parent process chains
  • Evidence of file replacement attempts using symbolic links or junction points

Detection Strategies

  • Monitor for anomalous child processes spawned by PulseSecureService.exe running as SYSTEM
  • Implement file integrity monitoring on Pulse Secure installation directories to detect rapid file modifications
  • Alert on msiexec.exe executions with SYSTEM privileges that do not correlate with authorized software deployment activities
  • Use endpoint detection rules to identify race condition exploitation patterns such as rapid file create/delete/rename sequences

Monitoring Recommendations

  • Enable Windows Security Event logging for process creation (Event ID 4688) with command line auditing
  • Deploy behavioral analysis to detect privilege escalation attempts targeting VPN client services
  • Configure SIEM rules to correlate Pulse Secure service activity with unexpected MSI installations
  • Review audit logs for unusual access patterns to Pulse Secure service directories

How to Mitigate CVE-2020-13162

Immediate Actions Required

  • Upgrade all Pulse Secure Desktop Client installations to version 9.1.6 or later immediately
  • Audit all Windows endpoints to identify systems running vulnerable Pulse Secure Client versions
  • Implement application whitelisting to restrict MSI execution to authorized installers
  • Apply the principle of least privilege to limit potential exploit impact

Patch Information

Pulse Secure has released version 9.1.6 of the Pulse Secure Desktop Client for Windows which addresses this vulnerability. Organizations should prioritize patching as this vulnerability enables local privilege escalation to SYSTEM. Refer to Pulse Secure Advisory SA44503 for official patch details and download links.

Workarounds

  • Restrict local user accounts on critical systems to prevent unauthorized local access
  • Implement endpoint protection solutions that can detect and block race condition exploitation attempts
  • Consider removing Pulse Secure Client from systems where it is not actively required until patching is complete
  • Monitor and restrict access to directories used by the Pulse Secure service for temporary file operations
bash
# Verify Pulse Secure Client version on Windows
wmic product where "name like 'Pulse Secure%'" get name,version

# Check running Pulse Secure service
sc query "PulseSecureService"

# Review service permissions
sc sdshow "PulseSecureService"

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechPulsesecure

  • SeverityHIGH

  • CVSS Score7.0

  • EPSS Probability0.35%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-367
  • Technical References
  • Packet Storm Local Privilege Escalation

  • Packet Storm Privilege Escalation

  • Full Disclosure Mailing List Post

  • Full Disclosure Mailing List Post

  • Twitter Post on Security

  • Twitter Update on Vulnerability

  • Twitter Alert on CVE

  • Red Timmy Analysis on CVE-2020-13162
  • Vendor Resources
  • Pulse Secure Security Advisory

  • Pulse Secure Advisory SA44503
  • Latest CVEs
  • CVE-2026-40322: SiYuan Knowledge Management RCE Vulnerability

  • CVE-2026-40318: SiYuan Path Traversal Vulnerability

  • CVE-2026-40259: SiYuan Auth Bypass Vulnerability

  • CVE-2026-40255: AdonisJS HTTP Server CSRF 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