Vulnerabilities > CVE-2019-8565 - Race Condition vulnerability in Apple Iphone OS
Attack vector
NETWORK Attack complexity
HIGH Privileges required
NONE Confidentiality impact
COMPLETE Integrity impact
COMPLETE Availability impact
COMPLETE Summary
A race condition was addressed with additional validation. This issue is fixed in iOS 12.2, macOS Mojave 10.14.4. A malicious application may be able to gain root 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.
Exploit-Db
id | EDB-ID:46914 |
last seen | 2019-05-23 |
modified | 2019-05-23 |
published | 2019-05-23 |
reporter | Exploit-DB |
source | https://www.exploit-db.com/download/46914 |
title | Mac OS X - Feedback Assistant Race Condition (Metasploit) |
Metasploit
description | This module exploits a race condition vulnerability in Mac's Feedback Assistant. A successful attempt would result in remote code execution under the context of root. |
id | MSF:EXPLOIT/OSX/LOCAL/FEEDBACK_ASSISTANT_ROOT |
last seen | 2020-06-12 |
modified | 2019-05-20 |
published | 2019-05-06 |
references | |
reporter | Rapid7 |
source | https://github.com/rapid7/metasploit-framework/blob/master//modules/exploits/osx/local/feedback_assistant_root.rb |
title | Mac OS X Feedback Assistant Race Condition |
Nessus
NASL family | MacOS X Local Security Checks |
NASL id | MACOS_10_14_4.NASL |
description | The remote host is running a version of macOS / Mac OS X that is 10.14.x prior to 10.14.4. It is, therefore, affected by multiple vulnerabilities, including: - Mounting a maliciously crafted NFS network share may lead to arbitrary code execution with system privileges. (CVE-2019-8508) - An application may be able to execute arbitrary code with kernel privileges. (CVE-2019-8529) - A malicious application may be able to execute arbitrary code with system privileges (CVE-2019-8549) |
last seen | 2020-06-01 |
modified | 2020-06-02 |
plugin id | 123128 |
published | 2019-03-27 |
reporter | This script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof. |
source | https://www.tenable.com/plugins/nessus/123128 |
title | macOS 10.14.x < 10.14.4 Multiple Vulnerabilities |
code |
|
Packetstorm
data source | https://packetstormsecurity.com/files/download/152996/feedback_assistant_root.rb.txt |
id | PACKETSTORM:152996 |
last seen | 2019-05-22 |
published | 2019-05-22 |
reporter | timwr |
source | https://packetstormsecurity.com/files/152996/Mac-OS-X-Feedback-Assistant-Race-Condition.html |
title | Mac OS X Feedback Assistant Race Condition |