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-2021-30119

CVE-2021-30119: Kaseya VSA XSS Vulnerability

CVE-2021-30119 is an authenticated reflective XSS vulnerability in Kaseya VSA affecting HelpDeskTab and done.asp endpoints. Attackers can inject malicious scripts through insecure parameters. This article covers technical details, affected versions, impact, and mitigation.

Published: February 25, 2026

CVE-2021-30119 Overview

CVE-2021-30119 is an authenticated reflective Cross-Site Scripting (XSS) vulnerability affecting Kaseya VSA, a widely-used IT infrastructure management solution. The vulnerability exists in multiple web application endpoints where user-supplied input is insecurely reflected back to the browser without proper sanitization, enabling attackers to execute arbitrary JavaScript in the context of authenticated user sessions.

Critical Impact

Authenticated attackers can exploit this XSS vulnerability to steal session cookies, perform actions on behalf of legitimate users, or potentially escalate their access within the Kaseya VSA management console.

Affected Products

  • Kaseya VSA (all versions prior to security patch)
  • Kaseya VSA On-Premises installations
  • Kaseya VSA SaaS deployments

Discovery Timeline

  • July 7, 2021 - DIVD CSIRT publishes limited disclosure regarding Kaseya vulnerabilities
  • July 9, 2021 - CVE-2021-30119 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2021-30119

Vulnerability Analysis

This vulnerability represents a classic reflective XSS flaw where user-controlled input is directly echoed back into the HTTP response without proper encoding or sanitization. The vulnerability affects at least two distinct endpoints within the Kaseya VSA web application: /HelpDeskTab/rcResults.asp and /done.asp.

In the first vulnerable endpoint, the result parameter value is directly inserted into the response HTML. When a malicious payload such as <script>alert(document.cookie)</script> is passed to this parameter, the browser interprets and executes the JavaScript code within the authenticated user's session context.

The second vulnerable endpoint (/done.asp) exhibits the same weakness through the FileName parameter. Attackers can craft payloads that escape the existing script context and inject arbitrary JavaScript by using quote sequences to break out of string delimiters.

Root Cause

The root cause of CVE-2021-30119 is improper input validation and output encoding (CWE-79). The application fails to sanitize or encode user-supplied parameters before reflecting them in the HTTP response. This allows attackers to inject HTML and JavaScript content that will be rendered and executed by the victim's browser.

Attack Vector

The attack is network-based and requires low privileges (authentication) along with user interaction. An attacker must craft a malicious URL containing the XSS payload and convince an authenticated Kaseya VSA user to click on it. The payload executes within the context of the victim's authenticated session, potentially allowing the attacker to:

  1. Steal session tokens or authentication cookies
  2. Perform administrative actions on behalf of the victim
  3. Modify displayed content to conduct phishing attacks
  4. Redirect users to malicious external sites

The vulnerability can be exploited through the following request patterns:

For the rcResults.asp endpoint, the result parameter accepts and reflects script tags directly. For the done.asp endpoint, the FileName parameter allows attackers to escape the existing script context by closing existing script tags and injecting new ones, as demonstrated in the vulnerability disclosure.

Detection Methods for CVE-2021-30119

Indicators of Compromise

  • Unusual HTTP requests to /HelpDeskTab/rcResults.asp containing script tags or encoded JavaScript in the result parameter
  • Suspicious requests to /done.asp with the FileName parameter containing HTML/JavaScript injection patterns
  • Web server logs showing URL-encoded script payloads targeting these specific endpoints
  • Unexpected session token exfiltration attempts to external domains from Kaseya VSA users

Detection Strategies

  • Deploy Web Application Firewall (WAF) rules to detect and block common XSS patterns in requests to Kaseya VSA endpoints
  • Configure intrusion detection systems to alert on HTTP requests containing <script>, javascript:, or encoded equivalents targeting /HelpDeskTab/ or /done.asp paths
  • Implement Content Security Policy (CSP) headers to mitigate the impact of successful XSS exploitation
  • Enable detailed access logging for Kaseya VSA web servers and monitor for suspicious parameter patterns

Monitoring Recommendations

  • Review web server access logs regularly for requests containing XSS patterns targeting the affected endpoints
  • Monitor for unusual outbound network connections originating from client browsers during Kaseya VSA sessions
  • Set up alerts for authentication events that follow suspicious URL patterns in referrer headers
  • Implement user behavior analytics to detect anomalous administrative actions that may result from session hijacking

How to Mitigate CVE-2021-30119

Immediate Actions Required

  • Apply the latest Kaseya VSA security patches immediately to address this and related vulnerabilities
  • Review and audit web server logs for any evidence of exploitation attempts
  • Implement WAF rules to filter malicious XSS payloads targeting the affected endpoints
  • Educate users about the risks of clicking suspicious links, even when authenticated to Kaseya VSA

Patch Information

Kaseya has released security updates to address this vulnerability. Organizations should consult the DIVD Kaseya Limited Disclosure and DIVD Security Advisory #00011 for detailed patch information and guidance on securing Kaseya VSA installations.

Workarounds

  • Deploy a reverse proxy or WAF in front of Kaseya VSA to filter requests containing script injection patterns
  • Restrict network access to Kaseya VSA management interfaces to trusted IP ranges only
  • Implement browser-side protections such as strict CSP headers where possible
  • Consider temporarily disabling the affected HelpDesk functionality if not critical to operations
bash
# Example WAF rule pattern for blocking XSS attempts (ModSecurity format)
SecRule ARGS "@rx <script.*?>.*?</script>" \
    "id:100001,phase:2,deny,status:403,msg:'XSS Attack Detected on Kaseya VSA'"

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechKaseya Vsa

  • SeverityMEDIUM

  • CVSS Score5.4

  • EPSS Probability0.22%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • DIVD CVE-2021-30119 Advisory
  • Vendor Resources
  • DIVD Kaseya Limited Disclosure

  • DIVD Security Advisory #00011
  • Latest CVEs
  • CVE-2025-52479: HTTP.jl & URIs.jl CRLF Injection Flaw

  • CVE-2026-31740: Linux Kernel Race Condition Vulnerability

  • CVE-2026-31743: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-31744: Linux Kernel NULL Pointer 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