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

CVE-2025-22221: VMware Aria Operations for Logs XSS Flaw

CVE-2025-22221 is a stored cross-site scripting vulnerability in VMware Aria Operations for Logs. Attackers with admin access can inject malicious scripts into Agent Configuration. Learn about affected versions and fixes.

Published: April 15, 2026

CVE-2025-22221 Overview

CVE-2025-22221 is a stored cross-site scripting (XSS) vulnerability affecting VMware Aria Operations for Logs. A malicious actor with admin privileges to VMware Aria Operations for Logs may be able to inject a malicious script that could be executed in a victim's browser when performing a delete action in the Agent Configuration. This vulnerability allows attackers to persist malicious JavaScript code within the application, which then executes in the context of other users' browser sessions.

Critical Impact

Administrative users can inject persistent malicious scripts that execute in victim browsers during Agent Configuration deletion, potentially leading to session hijacking, credential theft, or further compromise of the logging infrastructure.

Affected Products

  • VMware Aria Operations for Logs
  • VMware Cloud Foundation

Discovery Timeline

  • 2025-01-30 - CVE CVE-2025-22221 published to NVD
  • 2025-05-14 - Last updated in NVD database

Technical Details for CVE-2025-22221

Vulnerability Analysis

This stored cross-site scripting vulnerability (CWE-79) resides in the Agent Configuration functionality of VMware Aria Operations for Logs. The vulnerability occurs because user-supplied input is not properly sanitized before being stored and subsequently rendered in the web interface. When an administrative user performs a delete action in the Agent Configuration section, any malicious script that was previously injected gets executed in the victim's browser context.

The attack requires the threat actor to have administrative privileges to initially inject the malicious payload. However, once stored, the payload persists within the application and can affect any user who subsequently interacts with the compromised configuration interface. This type of stored XSS is particularly dangerous in logging and monitoring platforms as these systems are typically accessed by multiple administrators and security personnel.

Root Cause

The root cause of this vulnerability is improper input validation and output encoding in the Agent Configuration module. When administrative users create or modify agent configurations, the application fails to properly sanitize input before storing it in the database. Additionally, when this stored data is rendered back to users during the delete action workflow, the application does not implement proper output encoding, allowing the injected script to execute as legitimate JavaScript code in the browser.

Attack Vector

The attack vector is network-based and requires the attacker to have pre-existing administrative credentials to VMware Aria Operations for Logs. The attacker first authenticates as an administrator and navigates to the Agent Configuration section. They then inject a malicious JavaScript payload into a configuration field that accepts user input. This payload is stored persistently in the application's backend. When another user (victim) with access to the Agent Configuration interface performs a delete action, the malicious script executes in their browser session.

The vulnerability exploitation typically follows this pattern: the attacker crafts a JavaScript payload designed to steal session tokens, capture credentials, or perform actions on behalf of the victim. Since the payload executes in a privileged context (within the logging operations platform), successful exploitation could lead to lateral movement or access to sensitive log data.

Detection Methods for CVE-2025-22221

Indicators of Compromise

  • Unusual or obfuscated JavaScript code present in Agent Configuration entries
  • Unexpected script tags or event handlers in configuration field values stored in the database
  • Browser developer console errors indicating cross-origin requests from the Aria Operations interface
  • Audit logs showing configuration changes with suspicious payloads containing <script>, onerror=, onload=, or similar XSS vectors

Detection Strategies

  • Implement web application firewall (WAF) rules to detect XSS payloads in requests to the Agent Configuration endpoints
  • Monitor HTTP traffic for responses containing script content in unexpected locations within the application
  • Review audit logs for Agent Configuration modifications by administrative accounts, particularly those containing HTML or JavaScript syntax
  • Deploy browser-based security controls that can detect and block script execution from untrusted contexts

Monitoring Recommendations

  • Enable verbose logging for all Agent Configuration create, update, and delete operations
  • Configure alerting for database entries in configuration tables that contain HTML/JavaScript special characters
  • Monitor for unusual session behavior following Agent Configuration interactions, such as unexpected API calls or data exfiltration attempts
  • Implement Content Security Policy (CSP) violation reporting to detect attempted XSS execution

How to Mitigate CVE-2025-22221

Immediate Actions Required

  • Apply the security patch provided by VMware/Broadcom as soon as possible
  • Audit existing Agent Configurations for any suspicious or unexpected content that may indicate prior exploitation
  • Review administrative account access and ensure principle of least privilege is enforced
  • Enable additional logging and monitoring on the Aria Operations for Logs platform

Patch Information

VMware (Broadcom) has released a security advisory addressing this vulnerability. Organizations should review the Broadcom Security Advisory for specific patch versions and update instructions. Ensure that both VMware Aria Operations for Logs and VMware Cloud Foundation deployments are updated to the patched versions specified in the advisory.

Workarounds

  • Restrict administrative access to VMware Aria Operations for Logs to only essential personnel until patching is complete
  • Implement network segmentation to limit access to the Aria Operations for Logs management interface
  • Deploy a web application firewall with XSS detection capabilities in front of the application
  • Consider implementing browser extensions or policies that provide additional XSS protection for administrators accessing the platform
bash
# Review administrative access and audit configurations
# Check for suspicious content in Agent Configurations via CLI or API

# Limit network access to management interface (example iptables rule)
iptables -A INPUT -p tcp --dport 443 -s <trusted_admin_subnet> -j ACCEPT
iptables -A INPUT -p tcp --dport 443 -j DROP

# Enable verbose audit logging (consult VMware documentation for specific commands)
# Monitor logs for configuration changes with suspicious patterns
grep -E "(script|onerror|onload|javascript:)" /var/log/vmware/aria-operations/*.log

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechVmware

  • SeverityMEDIUM

  • CVSS Score4.8

  • EPSS Probability0.24%

  • 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
  • Broadcom Security Advisory
  • Related CVEs
  • CVE-2025-41228: VMware ESXi & vCenter XSS Vulnerability

  • CVE-2025-22219: VMware Aria Operations for Logs XSS Flaw

  • CVE-2026-22716: VMware Workstation Privilege Escalation

  • CVE-2026-22717: VMware Workstation Info Disclosure Flaw
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