9.8

CVE-2023-32412

A use-after-free issue was addressed with improved memory management. This issue is fixed in watchOS 9.5, tvOS 16.5, macOS Ventura 13.4, iOS 15.7.6 and iPadOS 15.7.6, macOS Big Sur 11.7.7, macOS Monterey 12.6.6, iOS 16.5 and iPadOS 16.5. A remote attacker may be able to cause unexpected app termination or arbitrary code execution.

Data is provided by the National Vulnerability Database (NVD)
AppleiPadOS Version < 15.7.6
AppleiPadOS Version >= 16.0 < 16.5
AppleiPhone OS Version < 15.7.6
AppleiPhone OS Version >= 16.0 < 16.5
ApplemacOS Version >= 11.0 < 11.7.7
ApplemacOS Version >= 12.0 < 12.6.6
ApplemacOS Version >= 13.0 < 13.4
AppletvOS Version < 16.5
ApplewatchOS Version < 9.5
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
EPSS Metriken
Type Source Score Percentile
EPSS FIRST.org 1% 0.757
CVSS Metriken
Source Base Score Exploit Score Impact Score Vector string
nvd@nist.gov 9.8 3.9 5.9
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
CWE-416 Use After Free

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.