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-2021-22900

CVE-2021-22900: Ivanti Connect Secure RCE Vulnerability

CVE-2021-22900 is a remote code execution vulnerability in Ivanti Connect Secure allowing authenticated admins to write files via malicious archives. This article covers technical details, affected versions, and fixes.

Published: March 4, 2026

CVE-2021-22900 Overview

CVE-2021-22900 is a high-severity unrestricted file upload vulnerability affecting Pulse Connect Secure (now Ivanti Connect Secure) VPN appliances before version 9.1R11.4. The vulnerability enables an authenticated administrator to perform arbitrary file writes via maliciously crafted archive uploads through the administrator web interface. This flaw has been actively exploited in the wild and is listed in CISA's Known Exploited Vulnerabilities (KEV) catalog.

Critical Impact

Authenticated administrators can leverage malicious archive uploads to write arbitrary files to the system, potentially leading to remote code execution and complete appliance compromise.

Affected Products

  • Ivanti Connect Secure versions 9.0 through 9.1R11.3
  • Pulse Secure Pulse Connect Secure versions prior to 9.1R11.4
  • All Ivanti Connect Secure 9.x release branches before the security patch

Discovery Timeline

  • May 27, 2021 - CVE-2021-22900 published to NVD
  • December 18, 2025 - Last updated in NVD database

Technical Details for CVE-2021-22900

Vulnerability Analysis

This vulnerability is classified under CWE-94 (Improper Control of Generation of Code - Code Injection) and CWE-669 (Incorrect Resource Transfer Between Spheres). The flaw exists in the administrator web interface's archive upload functionality, which fails to properly validate and sanitize uploaded archive contents before extraction.

When an authenticated administrator uploads an archive file through the web interface, the application does not adequately verify the contents of the archive or restrict where files can be written during extraction. This allows an attacker with administrator credentials to craft a malicious archive containing path traversal sequences or specially constructed file structures that, when processed by the appliance, result in arbitrary file writes to sensitive system locations.

The vulnerability requires administrator-level authentication, which limits the initial attack surface. However, given that Pulse Connect Secure appliances have been heavily targeted by threat actors, compromised administrator credentials are a realistic attack scenario. Once exploited, the arbitrary file write capability can be leveraged to achieve remote code execution by overwriting critical system files or placing webshells in accessible locations.

Root Cause

The root cause is the lack of proper input validation and sanitization in the archive processing functionality within the Pulse Connect Secure administrator interface. The application fails to implement secure archive extraction practices, such as validating file paths within the archive to prevent directory traversal attacks or restricting file write operations to designated safe directories. This allows maliciously crafted archives to escape the intended extraction directory and write files to arbitrary locations on the filesystem.

Attack Vector

The attack requires network access to the Pulse Connect Secure administrator web interface and valid administrator credentials. An attacker must craft a malicious archive file containing files with manipulated paths or symbolic links designed to write content outside the intended upload directory.

The exploitation flow involves:

  1. The attacker gains or compromises administrator credentials for the Pulse Connect Secure appliance
  2. The attacker creates a malicious archive containing files with path traversal sequences (e.g., ../../../etc/passwd) or symbolic links pointing to sensitive system locations
  3. The attacker uploads the malicious archive through the administrator web interface
  4. The vulnerable archive processing routine extracts the contents without proper path validation
  5. Files are written to attacker-controlled locations on the filesystem
  6. The attacker leverages the arbitrary file write to achieve code execution, such as by placing a webshell in a web-accessible directory

This is a post-authentication vulnerability, meaning the attacker must first obtain valid administrator credentials through other means such as phishing, credential stuffing, or exploitation of other vulnerabilities.

Detection Methods for CVE-2021-22900

Indicators of Compromise

  • Unexpected file modifications in system directories outside normal Pulse Connect Secure operational paths
  • Presence of webshells or unauthorized scripts in web-accessible directories
  • Anomalous archive upload activity in administrator audit logs
  • Unauthorized configuration changes or new administrator accounts

Detection Strategies

  • Monitor administrator web interface access logs for unusual archive upload patterns or high-frequency uploads
  • Implement file integrity monitoring (FIM) on critical system directories to detect unauthorized file writes
  • Review Pulse Connect Secure system logs for archive extraction errors or path traversal attempts
  • Cross-reference administrator login events with known legitimate administrator activity patterns

Monitoring Recommendations

  • Enable comprehensive audit logging on Pulse Connect Secure appliances and forward logs to a SIEM solution
  • Configure alerts for administrator authentication events, especially from unexpected source IP addresses
  • Implement network-based detection for anomalous traffic patterns to the administrator interface
  • Regularly review the CISA KEV catalog and threat intelligence feeds for updated indicators related to Pulse Secure exploitation

How to Mitigate CVE-2021-22900

Immediate Actions Required

  • Upgrade Pulse Connect Secure / Ivanti Connect Secure to version 9.1R11.4 or later immediately
  • Review administrator accounts for unauthorized access and reset all administrator credentials
  • Audit recent archive upload activity in administrator logs for suspicious uploads
  • Run the Pulse Secure Integrity Checker Tool to identify potential compromise indicators

Patch Information

Ivanti (formerly Pulse Secure) has released a security patch addressing this vulnerability. Organizations should upgrade to Pulse Connect Secure version 9.1R11.4 or later, which includes fixes for this unrestricted file upload vulnerability. Refer to the Pulse Secure Security Advisory SA44784 for detailed patch information and upgrade instructions.

Given that this vulnerability is listed in the CISA Known Exploited Vulnerabilities catalog, federal agencies and critical infrastructure organizations should prioritize remediation according to CISA's binding operational directive timelines.

Workarounds

  • Restrict network access to the administrator web interface to trusted management networks only using firewall rules
  • Implement multi-factor authentication (MFA) for all administrator accounts to reduce credential compromise risk
  • Disable the archive upload functionality if not required for operational purposes until patching is complete
  • Deploy web application firewall (WAF) rules to detect and block malicious archive upload attempts
bash
# Example: Restrict admin interface access to trusted management subnet
# Apply via network firewall or ACL configuration
iptables -A INPUT -p tcp --dport 443 -s 10.0.100.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 443 -d <pulse-secure-admin-ip> -j DROP

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechIvanti Connect Secure

  • SeverityHIGH

  • CVSS Score7.2

  • EPSS Probability0.81%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CISA KEV Information
  • In CISA KEVYes
  • CWE References
  • CWE-94

  • CWE-669
  • Technical References
  • CISA Known Exploited Vulnerabilities
  • Vendor Resources
  • Pulse Secure Security Advisory SA44784
  • Related CVEs
  • CVE-2021-22894: Ivanti Connect Secure RCE Vulnerability

  • CVE-2021-22899: Ivanti Connect Secure RCE Vulnerability

  • CVE-2020-8243: Ivanti Connect Secure RCE Vulnerability

  • CVE-2020-8260: Ivanti Connect Secure 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