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
    • 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-2022-20822

CVE-2022-20822: Cisco ISE Path Traversal Vulnerability

CVE-2022-20822 is a path traversal vulnerability in Cisco Identity Services Engine that allows authenticated attackers to read and delete unauthorized files. This article covers technical details, affected versions, and mitigation.

Published: February 18, 2026

CVE-2022-20822 Overview

A path traversal vulnerability exists in the web-based management interface of Cisco Identity Services Engine (ISE) that could allow an authenticated, remote attacker to read and delete files on an affected device. This vulnerability is due to insufficient validation of user-supplied input, enabling attackers to send crafted HTTP requests containing special character sequences to bypass access controls and manipulate files beyond their authorized administrative level.

Critical Impact

Authenticated attackers can read or delete sensitive files on vulnerable Cisco ISE devices, potentially accessing configuration data, credentials, or disrupting critical identity services infrastructure.

Affected Products

  • Cisco Identity Services Engine 3.1 (Base)
  • Cisco Identity Services Engine 3.1 Patch 1
  • Cisco Identity Services Engine 3.1 Patch 3
  • Cisco Identity Services Engine 3.2 (Base)

Discovery Timeline

  • October 26, 2022 - CVE-2022-20822 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2022-20822

Vulnerability Analysis

This path traversal vulnerability (CWE-22) combined with improper input validation (CWE-20) affects the web-based management interface of Cisco Identity Services Engine. The flaw allows authenticated attackers to escape the intended directory structure and access files anywhere on the system that the web application has permissions to read or delete.

The vulnerability requires authenticated access to the ISE management interface, meaning an attacker must have valid credentials. However, once authenticated, even users with limited administrative privileges can potentially access files that should be restricted to higher privilege levels. This represents a significant authorization bypass that could expose sensitive configuration data, certificates, or other critical system files.

Root Cause

The root cause of CVE-2022-20822 stems from insufficient validation of user-supplied input in the web-based management interface. The application fails to properly sanitize HTTP request parameters that reference file paths, allowing directory traversal sequences (such as ../) to be processed. This improper input validation enables attackers to craft malicious requests that navigate outside the intended directory boundaries.

Attack Vector

The attack leverages network-accessible HTTP requests to the Cisco ISE web management interface. An attacker with valid authentication credentials can exploit this vulnerability by crafting HTTP requests containing special character sequences designed to traverse directory structures.

The exploitation requires:

  1. Network access to the Cisco ISE management interface
  2. Valid authentication credentials (even low-privilege accounts)
  3. Crafted HTTP requests with path traversal sequences

A successful exploit allows the attacker to read sensitive files such as configuration files, certificates, or system data, and potentially delete critical files that could disrupt ISE operations. The attack does not require user interaction and can be executed remotely over the network.

For detailed technical analysis and proof-of-concept information, refer to the Yoroi CVE Advisory and the Cisco Security Advisory.

Detection Methods for CVE-2022-20822

Indicators of Compromise

  • HTTP requests to ISE management interface containing path traversal sequences such as ../, ..%2f, or similar encoded variants
  • Unusual file access patterns in ISE system logs indicating access to files outside normal web application directories
  • Unexpected file deletions or modifications in ISE configuration directories
  • Authentication events followed by suspicious file operations from the same session

Detection Strategies

  • Monitor HTTP access logs for requests containing directory traversal patterns (e.g., .., %2e%2e, encoded path sequences)
  • Implement web application firewall (WAF) rules to detect and block path traversal attempts
  • Configure SIEM alerts for anomalous file system access patterns on ISE appliances
  • Review ISE audit logs for file operations that deviate from expected administrative actions

Monitoring Recommendations

  • Enable detailed logging on Cisco ISE management interface and forward logs to centralized SIEM
  • Configure file integrity monitoring (FIM) on critical ISE configuration and system files
  • Implement network detection rules for HTTP requests with path traversal indicators targeting ISE management ports
  • Establish baseline behavior for administrative file access and alert on deviations

How to Mitigate CVE-2022-20822

Immediate Actions Required

  • Review the Cisco Security Advisory for affected version details and patch availability
  • Restrict network access to ISE management interface to trusted administrative networks only
  • Audit user accounts with access to ISE management and remove unnecessary privileges
  • Implement additional access controls such as VPN requirements or jump hosts for management access
  • Monitor for exploitation attempts while awaiting patch deployment

Patch Information

Cisco has announced plans to release software updates that address this vulnerability. Organizations should monitor the Cisco Security Advisory for patch release announcements and apply updates as soon as they become available. Ensure all ISE deployments are upgraded to patched versions once released.

Workarounds

  • Restrict management interface access to specific trusted IP addresses using access control lists (ACLs)
  • Implement network segmentation to isolate ISE management interfaces from general network access
  • Deploy a web application firewall (WAF) in front of the ISE management interface to filter malicious requests
  • Enable multi-factor authentication (MFA) for all ISE administrative accounts to reduce credential compromise risk
  • Consider implementing additional proxy-based access controls for the management interface
bash
# Example ACL configuration to restrict ISE management access
# Apply on network infrastructure protecting ISE management interface
access-list ISE-MGMT-RESTRICT permit tcp 10.0.100.0 0.0.0.255 host 192.168.1.10 eq 443
access-list ISE-MGMT-RESTRICT deny tcp any host 192.168.1.10 eq 443
access-list ISE-MGMT-RESTRICT permit ip any any

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechCisco Identity Services Engine

  • SeverityHIGH

  • CVSS Score8.1

  • EPSS Probability0.47%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-22

  • CWE-20
  • Technical References
  • Yoroi CVE Advisory
  • Vendor Resources
  • Cisco Security Advisory
  • Related CVEs
  • CVE-2026-20047: Cisco ISE XSS Vulnerability

  • CVE-2026-20076: Cisco ISE Stored XSS Vulnerability

  • CVE-2026-20029: Cisco ISE XXE Vulnerability

  • CVE-2025-20343: Cisco ISE RADIUS DoS 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