CVE-2026-20687
Received
Received - Intake
Use-After-Free in Apple OS Kernels Causes System Crash, Memory Corruption
Publication date: 2026-03-25
Last updated on: 2026-03-25
Assigner: Apple Inc.
Description
Description
A use after free issue was addressed with improved memory management. This issue is fixed in iOS 18.7.7 and iPadOS 18.7.7, iOS 26.4 and iPadOS 26.4, macOS Sequoia 15.7.5, macOS Tahoe 26.4, tvOS 26.4, watchOS 26.4. An app may be able to cause unexpected system termination or write kernel memory.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| apple | macos | From 15.0 (inc) to 15.7.5 (exc) |
| apple | macos | From 26.0 (inc) to 26.4 (exc) |
| apple | ipados | to 18.7.7 (exc) |
| apple | ipados | From 26.0 (inc) to 26.4 (exc) |
| apple | iphone_os | to 18.7.7 (exc) |
| apple | iphone_os | From 26.0 (inc) to 26.4 (exc) |
| apple | tvos | to 26.4 (exc) |
| apple | watchos | to 26.4 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-416 | The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer. |