vendor:
Kaseya
by:
Security-Assessment.com
8,8
CVSS
HIGH
Arbitrary File Upload
264
CWE
Product Name: Kaseya
Affected Version From: < 6.3.0.2
Affected Version To: < 6.3.0.2
Patch Exists: YES
Related CWE: N/A
CPE: a:kaseya:kaseya:6.3.0.2
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2013
Kaseya Arbitrary File Upload Vulnerability
Kaseya 6.3 suffers from an Arbitrary File Upload vulnerability that can be leveraged to gain remote code execution on the Kaseya server. The code executed in this way will run with a local IUSR account’s privileges. The vulnerability lies within the /SystemTab/UploadImage.asp file. This file constructs a file object on disk using user input, without first checking if the user is authenticated or if input is valid. The application preserves the file name and extension of the upload, and allows an attacker to traverse from the default destination directory. Directory traversal is not necessary to gain code execution however, as the default path lies within the application’s web-root.
Mitigation:
Ensure that user input is properly validated and authenticated before constructing a file object on disk.