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

CVE-2025-22466: Ivanti Endpoint Manager XSS Vulnerability

CVE-2025-22466 is a reflected cross-site scripting vulnerability in Ivanti Endpoint Manager that enables unauthenticated attackers to gain admin privileges. This article covers technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2025-22466 Overview

A reflected Cross-Site Scripting (XSS) vulnerability exists in Ivanti Endpoint Manager (EPM) that allows a remote unauthenticated attacker to obtain administrative privileges. This vulnerability affects Ivanti EPM versions before 2024 SU1 and versions before 2022 SU7. Exploitation requires user interaction, typically through a social engineering attack vector where an administrator is tricked into clicking a malicious link.

Critical Impact

This vulnerability enables complete compromise of Ivanti Endpoint Manager administrative access through reflected XSS, potentially allowing attackers to take control of endpoint management infrastructure and deploy malicious configurations across managed devices.

Affected Products

  • Ivanti Endpoint Manager 2024 (before SU1)
  • Ivanti Endpoint Manager 2022 (before SU7)
  • Ivanti Endpoint Manager 2022 SU1 through SU6

Discovery Timeline

  • April 8, 2025 - CVE-2025-22466 published to NVD
  • May 16, 2025 - Last updated in NVD database

Technical Details for CVE-2025-22466

Vulnerability Analysis

This reflected XSS vulnerability (CWE-79) occurs when user-supplied input is improperly handled and reflected back to the user without adequate sanitization or encoding. In the context of Ivanti Endpoint Manager, the vulnerability allows an attacker to inject malicious JavaScript code that executes within the browser session of an authenticated administrator.

The scope of this vulnerability is particularly concerning because the XSS payload executes in the context of the EPM web console. When an administrator with active session cookies visits a crafted URL containing the malicious payload, the injected script can perform actions on behalf of the administrator, including extracting session tokens, modifying EPM configurations, or creating new administrative accounts.

The changed scope characteristic of this vulnerability indicates that the compromised component (the browser session) can affect resources beyond its security scope, enabling the attacker to impact the confidentiality, integrity, and availability of the entire endpoint management infrastructure.

Root Cause

The root cause of CVE-2025-22466 is insufficient input validation and output encoding in the Ivanti Endpoint Manager web interface. Specifically, the application fails to properly sanitize user-controlled input before reflecting it back in HTTP responses. This allows attackers to inject arbitrary HTML and JavaScript content that the browser interprets as legitimate application code.

The vulnerability stems from a classic reflected XSS pattern where URL parameters or form inputs are echoed directly into the page without proper encoding, enabling the injection of <script> tags or event handlers that execute malicious JavaScript.

Attack Vector

The attack requires network access and user interaction to succeed. The typical exploitation scenario involves:

  1. Crafting a Malicious URL: The attacker constructs a URL targeting the vulnerable EPM endpoint with embedded JavaScript payload
  2. Social Engineering: The attacker delivers the malicious link to an EPM administrator via phishing email, instant message, or watering hole attack
  3. Payload Execution: When the administrator clicks the link while authenticated to EPM, the malicious JavaScript executes in their browser context
  4. Privilege Acquisition: The script can steal session cookies, CSRF tokens, or directly invoke administrative API calls to create backdoor accounts or modify system configurations

The attack does not require prior authentication, making it accessible to external threat actors who can identify EPM administrators through reconnaissance.

Detection Methods for CVE-2025-22466

Indicators of Compromise

  • Unusual URL patterns in EPM web server logs containing encoded script tags or JavaScript event handlers
  • Unexpected administrative account creation or privilege modifications in EPM audit logs
  • Browser-based requests to EPM endpoints from unusual referrer sources or with anomalous query string parameters
  • Session token exfiltration attempts visible in network traffic analysis

Detection Strategies

  • Monitor web server access logs for requests containing XSS payload signatures such as <script>, javascript:, onerror=, or encoded variants
  • Implement Content Security Policy (CSP) violation reporting to detect inline script execution attempts
  • Deploy web application firewall (WAF) rules to identify and block common XSS attack patterns targeting EPM endpoints
  • Analyze authentication logs for administrator session usage from multiple IP addresses or geographic locations

Monitoring Recommendations

  • Enable detailed logging for all EPM administrative actions and review for unauthorized changes
  • Configure SIEM correlation rules to alert on potential XSS exploitation patterns combined with subsequent privilege escalation events
  • Implement real-time monitoring of administrative account creation and permission modifications
  • Deploy endpoint detection and response (EDR) solutions to monitor browser process behavior for credential theft indicators

How to Mitigate CVE-2025-22466

Immediate Actions Required

  • Upgrade Ivanti Endpoint Manager 2024 to Security Update 1 (SU1) or later immediately
  • Upgrade Ivanti Endpoint Manager 2022 to Security Update 7 (SU7) or later immediately
  • Review EPM administrative accounts for any unauthorized additions or modifications
  • Audit recent administrator activity logs for signs of compromise
  • Implement network segmentation to restrict access to EPM management interfaces

Patch Information

Ivanti has released security updates addressing this vulnerability in their April 2025 security advisory. Organizations should apply the following updates:

  • Ivanti EPM 2024: Upgrade to version 2024 SU1 or later
  • Ivanti EPM 2022: Upgrade to version 2022 SU7 or later

Detailed patch information and download links are available in the Ivanti Security Advisory EPM April 2025.

Workarounds

  • Restrict network access to EPM management interfaces to trusted networks only using firewall rules
  • Deploy a web application firewall (WAF) with XSS protection rules in front of EPM web interfaces
  • Educate administrators about phishing risks and the importance of verifying URLs before clicking
  • Consider implementing browser isolation for administrators accessing EPM to contain potential XSS exploitation
bash
# Example: Restrict EPM management interface access via iptables
# Allow only trusted management network (example: 10.0.1.0/24)
iptables -A INPUT -p tcp --dport 443 -s 10.0.1.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 443 -j DROP

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechIvanti Endpoint Manager

  • SeverityCRITICAL

  • CVSS Score9.6

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-79
  • Vendor Resources
  • Ivanti Security Advisory April 2025
  • Related CVEs
  • CVE-2026-1603: Ivanti Endpoint Manager Auth Bypass Flaw

  • CVE-2026-1602: Ivanti Endpoint Manager SQLi Vulnerability

  • CVE-2025-9713: Ivanti Endpoint Manager RCE Vulnerability

  • CVE-2024-29824: Ivanti Endpoint Manager SQLi 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