CVE Vulnerabilities

CVE-2026-20637

Use After Free

Published: Mar 25, 2026 | Modified: Mar 25, 2026
CVSS 3.x
N/A
Source:
NVD
CVSS 2.x
RedHat/V2
RedHat/V3
Ubuntu
root.io logo minimus.io logo echo.ai logo

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.3 and iPadOS 26.3, macOS Sequoia 15.7.5, macOS Sonoma 14.8.5, macOS Tahoe 26.3, tvOS 26.3, visionOS 26.3, watchOS 26.3. An app may be able to cause unexpected system termination.

Weakness

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.

Affected Software

NameVendorStart VersionEnd Version
IpadosApple*18.7.7 (excluding)
IpadosApple26.0 (including)26.3 (excluding)
Iphone_osApple*18.7.7 (excluding)
Iphone_osApple26.0 (including)26.3 (excluding)
MacosApple14.0 (including)14.8.5 (excluding)
MacosApple15.0 (including)15.7.5 (excluding)
MacosApple26.0 (including)26.3 (excluding)
TvosApple*26.3 (excluding)
VisionosApple*26.3 (excluding)
WatchosApple*26.3 (excluding)

Potential Mitigations

References