Vulnerabilities > CVE-2017-15357 - Race Condition vulnerability in Arqbackup ARQ

047910
CVSS 6.9 - MEDIUM
Attack vector
LOCAL
Attack complexity
MEDIUM
Privileges required
NONE
Confidentiality impact
COMPLETE
Integrity impact
COMPLETE
Availability impact
COMPLETE
local
arqbackup
CWE-362
exploit available

Summary

The setpermissions function in the auto-updater in Arq before 5.9.7 for Mac allows local users to gain root privileges via a symlink attack on the updater binary itself.

Vulnerable Configurations

Part Description Count
Application
Arqbackup
290

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.

Exploit-Db

descriptionArq 5.9.6 - Local root Privilege Escalation. CVE-2017-15357. Local exploit for macOS platform. Tags: Local
fileexploits/macos/local/43218.sh
idEDB-ID:43218
last seen2017-12-06
modified2017-12-06
platformmacos
port
published2017-12-06
reporterExploit-DB
sourcehttps://www.exploit-db.com/download/43218/
titleArq 5.9.6 - Local root Privilege Escalation
typelocal

Packetstorm

data sourcehttps://packetstormsecurity.com/files/download/145213/arq596-escalate.txt
idPACKETSTORM:145213
last seen2017-12-06
published2017-12-04
reporterMark Wadham
sourcehttps://packetstormsecurity.com/files/145213/Arq-Backup-5.9.6-Local-Root-Privilege-Escalation.html
titleArq Backup 5.9.6 Local Root Privilege Escalation