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-2025-20204

CVE-2025-20204: Cisco Identity Services Engine XSS Flaw

CVE-2025-20204 is a cross-site scripting vulnerability in Cisco Identity Services Engine that allows authenticated attackers to inject malicious code. This article covers technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2025-20204 Overview

A stored cross-site scripting (XSS) vulnerability exists in the web-based management interface of Cisco Identity Services Engine (ISE). This vulnerability allows an authenticated, remote attacker with administrative privileges to inject malicious code into specific pages of the interface. The vulnerability stems from insufficient validation of user-supplied input by the web-based management interface, which can lead to arbitrary script code execution in the context of the affected interface or unauthorized access to sensitive browser-based information.

Critical Impact

Authenticated attackers can inject malicious scripts that execute in other administrators' browsers, potentially stealing session tokens, capturing credentials, or performing unauthorized administrative actions on behalf of legitimate users.

Affected Products

  • Cisco Identity Services Engine 3.2.0 (including Patch 1 through Patch 7)
  • Cisco Identity Services Engine 3.3.0 (including Patch 1 and Patch 2)
  • Cisco Identity Services Engine 3.4.0

Discovery Timeline

  • February 5, 2025 - CVE-2025-20204 published to NVD
  • March 28, 2025 - Last updated in NVD database

Technical Details for CVE-2025-20204

Vulnerability Analysis

This vulnerability is classified as CWE-79 (Improper Neutralization of Input During Web Page Generation), commonly known as Cross-Site Scripting. The flaw resides in the web-based management interface of Cisco ISE, where user-supplied input is not properly validated or sanitized before being rendered in the browser context.

When an administrator with valid credentials injects malicious JavaScript code into specific pages of the interface, the payload is stored on the server and subsequently executed whenever another user views the affected page. This stored XSS variant is particularly dangerous because it persists across sessions and can affect multiple users without requiring direct attacker interaction for each victim.

The attack requires high privileges (administrative credentials) but can impact other administrators who access the compromised pages. The scope is changed, meaning the vulnerable component and impacted component are different—the vulnerable component is the ISE management interface, while the impacted component is the victim's browser session.

Root Cause

The root cause is insufficient input validation and output encoding in the Cisco ISE web-based management interface. The application fails to properly sanitize user-controlled data before storing it in the database and subsequently rendering it in HTML responses. This allows attackers to inject JavaScript code that bypasses security controls and executes in the browser context of other users.

Attack Vector

The attack vector is network-based and requires the attacker to have valid administrative credentials to the Cisco ISE management interface. The exploitation flow involves:

  1. An attacker authenticates to the Cisco ISE web management interface using valid administrative credentials
  2. The attacker navigates to a vulnerable page that accepts user input
  3. Malicious JavaScript code is injected into an input field that lacks proper validation
  4. The payload is stored in the ISE database
  5. When another administrator views the affected page, the malicious script executes in their browser context
  6. The attacker can then steal session cookies, capture keystrokes, redirect users to malicious sites, or perform administrative actions on behalf of the victim

The vulnerability requires user interaction—a victim must visit the page containing the injected payload for the attack to succeed.

Detection Methods for CVE-2025-20204

Indicators of Compromise

  • Unusual JavaScript code or HTML tags appearing in ISE management interface pages
  • Unexpected HTTP requests to external domains originating from administrator sessions
  • Modified or suspicious entries in ISE configuration pages or user-editable fields
  • Administrator accounts reporting unexpected behavior or unauthorized changes

Detection Strategies

  • Implement web application firewall (WAF) rules to detect XSS payloads in requests to ISE management interfaces
  • Enable verbose logging on Cisco ISE to capture all administrative actions and input submissions
  • Monitor network traffic for outbound connections from ISE administrator sessions to unknown external hosts
  • Conduct regular security audits of ISE configuration pages to identify injected content

Monitoring Recommendations

  • Review Cisco ISE audit logs for suspicious administrative activities or unusual input patterns
  • Configure SIEM alerts for potential XSS attack signatures in HTTP traffic to ISE management interface
  • Implement Content Security Policy (CSP) reporting to detect script execution anomalies
  • Monitor for session hijacking indicators such as concurrent sessions from different IP addresses

How to Mitigate CVE-2025-20204

Immediate Actions Required

  • Apply the security patches provided by Cisco as described in the official security advisory
  • Limit administrative access to Cisco ISE management interface to trusted users only
  • Implement network segmentation to restrict access to ISE management ports
  • Enable multi-factor authentication (MFA) for all administrative accounts to reduce credential compromise risk

Patch Information

Cisco has released security updates to address this vulnerability. Organizations should consult the Cisco Security Advisory for specific patch versions and upgrade instructions. Affected versions include Cisco ISE 3.2.0 through 3.2.0 Patch 7, 3.3.0 through 3.3.0 Patch 2, and 3.4.0. Organizations should upgrade to the fixed software versions as specified in the advisory.

Workarounds

  • Restrict administrative access to the ISE management interface to specific trusted IP addresses using access control lists
  • Implement browser-based XSS protection by ensuring administrators use modern browsers with built-in XSS filters enabled
  • Disable or limit access to vulnerable pages if they are not essential for operations until patches can be applied
  • Consider deploying a reverse proxy with XSS filtering capabilities in front of the ISE management interface
bash
# Example access control configuration to restrict management interface access
# Configure ACL on network devices to limit ISE admin access
access-list 101 permit tcp host 192.168.1.10 host 10.0.0.1 eq 443
access-list 101 permit tcp host 192.168.1.11 host 10.0.0.1 eq 443
access-list 101 deny tcp any host 10.0.0.1 eq 443

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechCisco Identity Services Engine

  • SeverityMEDIUM

  • CVSS Score4.8

  • EPSS Probability0.07%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Vendor Resources
  • Cisco Security Advisory
  • Related CVEs
  • CVE-2026-20047: Cisco ISE XSS Vulnerability

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

  • CVE-2024-20443: Cisco Identity Services Engine XSS Flaw

  • CVE-2025-20205: Cisco Identity Services Engine XSS Flaw
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