What is the iOS/iPadOS Kernel?
The XNU kernel is the core of Apple's iOS and iPadOS operating systems, responsible for memory management, process isolation, and hardware access. The kernel enforces the security boundaries between apps and the rest of the system. A kernel privilege escalation vulnerability allows an app that has achieved initial code execution (via a separate exploit) to break out of its sandbox and gain full control over the device — a necessary step for deploying persistent spyware or performing deep system modification.
Overview
CVE-2023-42824 is an unspecified local privilege escalation vulnerability in the iOS and iPadOS kernel. Apple disclosed and patched it on October 4, 2023, acknowledging that it had been actively exploited in the wild against older versions of iOS. It was addressed in iOS 16.7.2 and iPadOS 16.7.2, which targeted devices not supported by iOS 17. CISA added it to the KEV catalog the following day.
Affected Versions
| Product | Affected | Fixed |
|---|---|---|
| iOS | Prior to 16.7.2 | 16.7.2 |
| iPadOS | Prior to 16.7.2 | 16.7.2 |
The patch targeted devices running iOS/iPadOS 16 that could not upgrade to iOS 17 — including older iPhone and iPad models.
Technical Details
Apple did not publish full technical details for CVE-2023-42824, describing it only as a vulnerability that "an app may be able to elevate privileges." Based on the local privilege escalation profile (AV:L/AC:L/PR:L/UI:N), exploitation requires:
- The attacker has already achieved code execution at a low-privilege level on the device (typically via a separate browser, iMessage, or app vulnerability).
- The app uses the kernel vulnerability to escalate from app-level sandbox to kernel (ring 0) privileges, effectively controlling the entire device.
This is the standard two-stage pattern for iOS exploit chains used by commercial spyware vendors: a remote code execution vulnerability delivers the initial foothold, and a kernel privilege escalation vulnerability completes the full device compromise.
Discovery
Apple credited an anonymous researcher. The active exploitation in older iOS versions before patch release indicates the vulnerability was discovered and weaponized by threat actors before Apple was aware of it — consistent with the vulnerability lifecycle observed in commercial iOS exploit chains.
Exploitation Context
CVE-2023-42824 was confirmed exploited in the wild by Apple. The targeting of older iOS 16 devices (not upgraded to iOS 17) is consistent with spyware operators maintaining exploit chains for older, still-in-use device generations. Typically such kernel privilege escalation bugs form the second stage of sophisticated exploit chains used by commercial surveillance vendors or state-sponsored actors targeting journalists, dissidents, and government officials.
Remediation
- Update to iOS 16.7.2 or iPadOS 16.7.2 immediately — or upgrade to iOS 17 if your device supports it.
- Enable Lockdown Mode on iOS 16+ for individuals at elevated risk of targeted spyware attacks — it significantly reduces the attack surface for exploit chains.
- Apply updates promptly for all Apple devices; Apple's security update cadence for actively exploited vulnerabilities is rapid, and delays leave devices exposed.
- For enterprise environments, use MDM to enforce minimum OS version compliance and flag devices that have not applied recent updates.
- Monitor for unexpected behavior — spyware implanted via kernel exploits is difficult to detect without specialized tools; if compromise is suspected, a full device wipe and restore from a clean backup is the most reliable remediation.
Key Details
| Property | Value |
|---|---|
| CVE ID | CVE-2023-42824 |
| Vendor / Product | Apple — iOS and iPadOS |
| NVD Published | 2023-10-04 |
| NVD Last Modified | 2025-11-05 |
| 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 |
| CISA KEV Added | 2023-10-05 |
| CISA KEV Deadline | 2023-10-26 |
| Known Ransomware Use | No |
CVSS 3.1 Breakdown
Required Action
Timeline
| Date | Event |
|---|---|
| 2023-10-04 | Apple releases iOS 16.7.2 and iPadOS 16.7.2, disclosing CVE-2023-42824 as exploited in the wild |
| 2023-10-05 | Added to CISA Known Exploited Vulnerabilities catalog |
| 2023-10-26 | CISA BOD 22-01 remediation deadline |
References
| Resource | Type |
|---|---|
| Apple Security Advisory HT213961 — iOS 16.7.2 and iPadOS 16.7.2 | Vendor Advisory |
| NVD — CVE-2023-42824 | Vulnerability Database |
| CISA KEV Catalog Entry | US Government |