7.8

CVE-2023-32433

A use-after-free issue was addressed with improved memory management. This issue is fixed in macOS Monterey 12.6.8, iOS 15.7.8 and iPadOS 15.7.8, iOS 16.6 and iPadOS 16.6, tvOS 16.6, macOS Big Sur 11.7.9, macOS Ventura 13.5, watchOS 9.6. An app may be able to execute arbitrary code with kernel privileges.

Data is provided by the National Vulnerability Database (NVD)
AppleiPadOS Version < 15.7.8
AppleiPadOS Version >= 16.0 < 16.6
AppleiPhone OS Version < 15.7.8
AppleiPhone OS Version >= 16.0 < 16.6
ApplemacOS Version >= 11.0 < 11.7.9
ApplemacOS Version >= 12.0.0 < 12.6.8
ApplemacOS Version >= 13.0 < 13.5
AppletvOS Version < 16.6
ApplewatchOS Version < 9.6
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
EPSS Metriken
Type Source Score Percentile
EPSS FIRST.org 0.05% 0.147
CVSS Metriken
Source Base Score Exploit Score Impact Score Vector string
nvd@nist.gov 7.8 1.8 5.9
CVSS:3.1/AV:L/AC:L/PR:N/UI:R/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.