Vulnerabilities > CVE-2017-12410 - Race Condition vulnerability in Kaseya Virtual System Administrator
Attack vector
LOCAL Attack complexity
HIGH Privileges required
NONE Confidentiality impact
HIGH Integrity impact
HIGH Availability impact
HIGH Summary
It is possible to exploit a Time of Check & Time of Use (TOCTOU) vulnerability by winning a race condition when Kaseya Virtual System Administrator agent 9.3.0.11 and earlier tries to execute its binaries from working and/or temporary folders. Successful exploitation results in the execution of arbitrary programs with "NT AUTHORITY\SYSTEM" privileges.
Vulnerable Configurations
Common Weakness Enumeration (CWE)
Common Attack Pattern Enumeration and Classification (CAPEC)
- Leveraging Race Conditions This attack targets a race condition occurring when multiple processes access and manipulate the same resource concurrently and the outcome of the execution depends on the particular order in which the access takes place. The attacker can leverage a race condition by "running the race", modifying the resource and modifying the normal execution flow. For instance a race condition can occur while accessing a file, the attacker can trick the system by replacing the original file with his version and cause the system to read the malicious file.
- Leveraging Time-of-Check and Time-of-Use (TOCTOU) Race Conditions This attack targets a race condition occurring between the time of check (state) for a resource and the time of use of a resource. The typical example is the file access. The attacker can leverage a file access race condition by "running the race", meaning that he would modify the resource between the first time the target program accesses the file and the time the target program uses the file. During that period of time, the attacker could do something such as replace the file and cause an escalation of privilege.
Packetstorm
data source https://packetstormsecurity.com/files/download/146871/kaseyavsa-escalate.txt id PACKETSTORM:146871 last seen 2018-03-25 published 2018-03-23 reporter Filip Palian source https://packetstormsecurity.com/files/146871/Kaseya-Virtual-System-Administrator-VSA-Local-Privilege-Escalation.html title Kaseya Virtual System Administrator (VSA) Local Privilege Escalation data source https://packetstormsecurity.com/files/download/154277/kaseyavsaagent95-escalate.txt id PACKETSTORM:154277 last seen 2019-09-02 published 2019-09-02 reporter NF source https://packetstormsecurity.com/files/154277/Kaseya-VSA-Agent-9.5-Privilege-Escalation.html title Kaseya VSA Agent 9.5 Privilege Escalation