CVE-2019-8526 — Apple macOS Use-After-Free Vulnerability

CVE-2019-8526

Apple macOS — Local Use-After-Free Enabling Privilege Escalation

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

  1. Update macOS to the latest supported version.
  2. Apply the fix referenced in Apple support article HT209600 if running an affected legacy macOS release.
  3. Limit local account privileges and avoid running routine tasks from administrator accounts.
  4. Monitor for unexpected privilege escalation or unusual process behavior using endpoint detection tooling.
  5. Keep all locally installed applications updated, since this class of bug is often paired with a separate remote-entry vulnerability.

Key Details

PropertyValue
CVE ID CVE-2019-8526
Vendor / Product Apple — macOS
NVD Published2019-12-18
NVD Last Modified2025-10-23
CVSS 3.1 Score7.8
CVSS 3.1 VectorCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
SeverityHIGH
CWE CWE-416 find similar ↗
CISA KEV Added2023-04-17
CISA KEV Deadline2023-05-08
Known Ransomware Use No

CVSS 3.1 Breakdown

Attack Vector
Local
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Required Action

CISA BOD 22-01 Deadline: 2023-05-08. Apply updates per vendor instructions.

Timeline

DateEvent
2019-12-10Fixed by Apple in a macOS security update (Apple support article HT209600)
2023-04-17Added to CISA Known Exploited Vulnerabilities catalog
2023-05-08CISA BOD 22-01 remediation deadline

References

ResourceType
NVD — CVE-2019-8526 Vulnerability Database
CISA KEV Catalog Entry US Government
Apple Security Updates — HT209600 Vendor Advisory