What Is Affected?
This vulnerability affects macOS, Apple's desktop operating system, in a component reachable by a local, low-privileged process or user.
Overview
CVE-2019-8526 is a use-after-free vulnerability (CWE-416) in macOS that can be exploited by a local attacker with low privileges to escalate to higher privileges, without requiring any user interaction. It is rated high severity (CVSS 7.8).
Technical Details
A use-after-free bug occurs when a program continues to use a pointer to memory after that memory has been freed, allowing an attacker who can control what gets reallocated into that freed memory region to hijack the program's execution flow. In a privilege-escalation context, this typically lets a process running with limited rights execute code with the privileges of a more trusted component, such as the kernel or a system daemon.
Discovery
Apple documented and fixed this issue in a macOS security update, referenced in Apple support article HT209600.
Exploitation Context
CISA added this CVE to the KEV catalog in April 2023, confirming real-world exploitation. Local privilege-escalation bugs like this are commonly chained with an initial remote code-execution vulnerability (such as a browser or document-parsing bug) to achieve full system compromise from a single malicious file or web page.
Remediation
- Update macOS to the latest supported version.
- Apply the fix referenced in Apple support article HT209600 if running an affected legacy macOS release.
- Limit local account privileges and avoid running routine tasks from administrator accounts.
- Monitor for unexpected privilege escalation or unusual process behavior using endpoint detection tooling.
- Keep all locally installed applications updated, since this class of bug is often paired with a separate remote-entry vulnerability.
Key Details
| Property | Value |
|---|---|
| CVE ID | CVE-2019-8526 |
| Vendor / Product | Apple — macOS |
| 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:L/UI:N/S:U/C:H/I:H/A:H |
| Severity | HIGH |
| CWE | CWE-416 find similar ↗ |
| CISA KEV Added | 2023-04-17 |
| CISA KEV Deadline | 2023-05-08 |
| Known Ransomware Use | No |
CVSS 3.1 Breakdown
Required Action
Timeline
| Date | Event |
|---|---|
| 2019-12-10 | Fixed by Apple in a macOS security update (Apple support article HT209600) |
| 2023-04-17 | Added to CISA Known Exploited Vulnerabilities catalog |
| 2023-05-08 | CISA BOD 22-01 remediation deadline |
References
| Resource | Type |
|---|---|
| NVD — CVE-2019-8526 | Vulnerability Database |
| CISA KEV Catalog Entry | US Government |
| Apple Security Updates — HT209600 | Vendor Advisory |