Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-22908

CVE-2021-22908: Ivanti Connect Secure RCE Vulnerability

CVE-2021-22908 is a buffer overflow RCE flaw in Ivanti Connect Secure allowing authenticated users to execute code as root. This article covers technical details, affected versions, impact, and mitigation.

Published: February 25, 2026

CVE-2021-22908 Overview

A buffer overflow vulnerability exists in the Windows File Resource Profiles functionality of Ivanti Connect Secure (formerly Pulse Connect Secure) version 9.X. This vulnerability allows a remote authenticated user with privileges to browse SMB shares to execute arbitrary code as the root user on affected systems. As of version 9.1R3, the vulnerable permission is not enabled by default, reducing the attack surface for newer deployments.

Critical Impact

Remote authenticated attackers can achieve root-level code execution on vulnerable Ivanti/Pulse Connect Secure appliances, potentially compromising the entire VPN infrastructure and gaining unauthorized access to internal networks.

Affected Products

  • Ivanti Connect Secure 9.0 (all releases through 9.0r6.0)
  • Ivanti Connect Secure 9.1 (all releases through 9.1r11.4)
  • Pulse Secure Pulse Connect Secure 9.0rx

Discovery Timeline

  • May 27, 2021 - CVE-2021-22908 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2021-22908

Vulnerability Analysis

This vulnerability is classified as CWE-120 (Buffer Copy without Checking Size of Input), commonly known as a classic buffer overflow. The flaw resides in the Windows File Resource Profiles component, which handles SMB share browsing functionality within the VPN appliance. When processing certain inputs related to file resource operations, the application fails to properly validate the size of user-supplied data before copying it into a fixed-size memory buffer.

The vulnerability requires authentication, meaning an attacker must first have valid credentials to access the VPN appliance. However, once authenticated, an attacker with permissions to browse SMB shares can craft malicious requests that overflow the vulnerable buffer. This memory corruption can be leveraged to overwrite critical data structures, ultimately allowing arbitrary code execution with root privileges.

Root Cause

The root cause is improper bounds checking in the code responsible for handling Windows File Resource Profiles operations. When processing SMB share browsing requests, the application copies user-controlled data into a stack or heap buffer without verifying that the input length does not exceed the allocated buffer size. This classic buffer overflow condition (CWE-120) allows attackers to corrupt adjacent memory and potentially hijack program execution flow.

Attack Vector

The attack is network-based and requires the attacker to have authenticated access to the Ivanti/Pulse Connect Secure appliance. The specific attack path involves:

  1. Authenticating to the VPN appliance with valid user credentials
  2. Having or obtaining permissions to browse SMB shares (note: disabled by default in 9.1R3+)
  3. Sending specially crafted requests through the Windows File Resource Profiles functionality
  4. Triggering the buffer overflow condition to corrupt memory
  5. Achieving arbitrary code execution with root privileges

The vulnerability mechanism exploits insufficient input validation in the SMB share browsing functionality. When a user with appropriate permissions interacts with Windows File Resources, the application processes the request through a code path that fails to properly bounds-check input data. An attacker can supply an oversized input value that exceeds the allocated buffer, overwriting adjacent memory regions. This memory corruption can be weaponized to redirect program execution to attacker-controlled code, resulting in root-level compromise of the appliance. For complete technical details, refer to the CERT Vulnerability Note #667933 and the Pulse Secure Security Advisory SA44800.

Detection Methods for CVE-2021-22908

Indicators of Compromise

  • Unexpected process crashes or restarts of the Pulse/Ivanti Connect Secure appliance services
  • Anomalous memory usage patterns or segmentation faults in system logs
  • Unusual root-level processes spawned from the web application context
  • Suspicious SMB share browsing activity from unexpected user accounts
  • Evidence of lateral movement originating from the VPN appliance

Detection Strategies

  • Monitor VPN appliance logs for errors related to Windows File Resource Profiles or SMB functionality
  • Implement network traffic analysis to detect unusual patterns in authenticated sessions
  • Deploy integrity monitoring on critical VPN appliance files and configurations
  • Configure alerting for any unexpected privilege escalation or root process creation
  • Review authentication logs for suspicious access patterns to SMB browsing features

Monitoring Recommendations

  • Enable verbose logging for Windows File Resource Profiles functionality
  • Implement SIEM correlation rules for buffer overflow indicators (crash patterns, memory errors)
  • Monitor for unauthorized changes to VPN appliance configurations
  • Track user accounts with SMB share browsing permissions and audit their activity
  • Deploy endpoint detection on systems that connect through affected VPN appliances

How to Mitigate CVE-2021-22908

Immediate Actions Required

  • Apply the latest security patches from Ivanti/Pulse Secure immediately
  • Audit all user accounts and remove unnecessary SMB share browsing permissions
  • Disable Windows File Resource Profiles functionality if not business-critical
  • Implement network segmentation to limit exposure of VPN appliances
  • Review VPN appliance logs for evidence of prior exploitation attempts

Patch Information

Ivanti/Pulse Secure has released security updates addressing this vulnerability. Organizations should consult the Pulse Secure Security Advisory SA44800 for specific patch versions and upgrade instructions. Ensure all Ivanti Connect Secure and Pulse Connect Secure appliances are updated to the latest available version that addresses CVE-2021-22908.

Workarounds

  • Disable Windows File Resource Profiles functionality entirely if not required for business operations
  • Remove SMB share browsing permissions from all users except those with explicit business need
  • Implement additional network access controls to limit who can reach the VPN appliance management interfaces
  • Deploy a Web Application Firewall (WAF) in front of the VPN appliance to filter potentially malicious requests
  • Upgrade to version 9.1R3 or later where the vulnerable permission is disabled by default

For environments where immediate patching is not possible, restricting access to the SMB share browsing functionality significantly reduces the attack surface. Administrators should audit user permissions and disable the Windows File Resource Profiles feature until patches can be applied.

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 Score8.8

  • EPSS Probability31.77%

  • 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
  • CWE References
  • CWE-120
  • Technical References
  • CERT Vulnerability Note #667933
  • Vendor Resources
  • Pulse Secure Security Advisory SA44800
  • Related CVEs
  • CVE-2021-22894: Ivanti Connect Secure RCE Vulnerability

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

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

  • CVE-2020-8243: 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