What Is Affected?
This vulnerability affects the shared codebase across iOS, macOS, tvOS, and watchOS, in a component that can be reached by an installed application running with limited privileges.
Overview
CVE-2019-8605 is a use-after-free vulnerability (CWE-416) that lets a malicious application achieve code execution with system privileges, escalating well beyond its sandboxed permissions. It is rated high severity (CVSS 7.8) and requires that a user first install or run the malicious application.
Technical Details
The flaw is a classic use-after-free: a reference to previously freed memory is reused, giving an attacker who can influence what fills that memory region a way to corrupt program state and redirect execution. Combined with an app already running on the device (installed via sideloading, enterprise-provisioning abuse, or a compromised app-store submission), this can escalate a sandboxed app's privileges to full system control.
Discovery
Patched by Apple in its December 2019 security update round across iOS, macOS, tvOS, and watchOS.
Exploitation Context
CISA added this CVE to the KEV catalog in June 2022, confirming real-world exploitation. This bug class — privilege escalation from a malicious or compromised app to system privileges — is a common second stage in mobile spyware and malware campaigns, used after an app manages to get installed on a target device through social engineering or supply-chain abuse.
Remediation
- Update all affected Apple devices to the latest supported OS versions.
- Only install applications from the official App Store, and review app permissions carefully.
- Enterprises should tightly control mobile device management (MDM) enterprise app provisioning to prevent unauthorized app installation.
- Enable Lockdown Mode for high-risk users.
- Monitor managed fleets for outdated OS versions and enforce update compliance policies.
Key Details
| Property | Value |
|---|---|
| CVE ID | CVE-2019-8605 |
| Vendor / Product | Apple — Multiple Products |
| NVD Published | 2019-12-18 |
| NVD Last Modified | 2025-10-23 |
| CVSS 3.1 Score | 7.8 |
| CVSS 3.1 Vector | CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H |
| Severity | HIGH |
| CWE | CWE-416 find similar ↗ |
| CISA KEV Added | 2022-06-27 |
| CISA KEV Deadline | 2022-07-18 |
| Known Ransomware Use | No |
CVSS 3.1 Breakdown
Required Action
Timeline
| Date | Event |
|---|---|
| 2019-12-10 | Fixed by Apple in iOS, macOS, tvOS, and watchOS security updates |
| 2022-06-27 | Added to CISA Known Exploited Vulnerabilities catalog |
| 2022-07-18 | CISA BOD 22-01 remediation deadline |
References
| Resource | Type |
|---|---|
| NVD — CVE-2019-8605 | Vulnerability Database |
| CISA KEV Catalog Entry | US Government |