Technical advisory breakdown of Apple's recent iOS 17.5 and macOS Sonoma 14.5 security release addressing in-the-wild WebKit and Kernel vulnerabilities.
| CVE Identifier | Subsystem / Component | Impact | CVSS | In-The-Wild Exploitation? |
|---|---|---|---|---|
| CVE-2024-23222 | WebKit / JavaScriptCore | JIT Type Confusion | 8.8 High | YES (Targeted Spyware) |
| CVE-2024-27834 | WebKit / Kernel IPC | Pointer Authentication Bypass | 7.8 High | YES (In-The-Wild) |
| CVE-2024-27822 | AppleMobileFileIntegrity | Privilege Escalation | 6.7 Medium | No |
| CVE-2024-27842 | Kernel Core | Memory Corruption | 7.8 High | No |
See the open-source C++ patch from github.com/WebKit/WebKit showing how Apple fixed DFG JIT object unboxing verification.