9.3

CVE-2020-3886

A use after free issue was addressed with improved memory management. This issue is fixed in macOS Catalina 10.15.4, Security Update 2020-002 Mojave, Security Update 2020-002 High Sierra. A malicious application may be able to execute arbitrary code with kernel privileges.

Data is provided by the National Vulnerability Database (NVD)
ApplemacOS X Version >= 10.13 < 10.13.6
ApplemacOS X Version >= 10.14 < 10.14.6
ApplemacOS X Version >= 10.15 < 10.15.4
ApplemacOS X Version10.13.6 Update-
ApplemacOS X Version10.13.6 Updatesecurity_update_2018-002
ApplemacOS X Version10.13.6 Updatesecurity_update_2018-003
ApplemacOS X Version10.13.6 Updatesecurity_update_2019-001
ApplemacOS X Version10.13.6 Updatesecurity_update_2019-002
ApplemacOS X Version10.13.6 Updatesecurity_update_2019-003
ApplemacOS X Version10.13.6 Updatesecurity_update_2019-004
ApplemacOS X Version10.13.6 Updatesecurity_update_2019-005
ApplemacOS X Version10.13.6 Updatesecurity_update_2019-006
ApplemacOS X Version10.13.6 Updatesecurity_update_2019-007
ApplemacOS X Version10.13.6 Updatesecurity_update_2020-001
ApplemacOS X Version10.14.6 Update-
ApplemacOS X Version10.14.6 Updatesecurity_update_2019-001
ApplemacOS X Version10.14.6 Updatesecurity_update_2019-002
ApplemacOS X Version10.14.6 Updatesecurity_update_2020-001
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
EPSS Metriken
Type Source Score Percentile
EPSS FIRST.org 0.35% 0.546
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
nvd@nist.gov 9.3 8.6 10
AV:N/AC:M/Au:N/C:C/I:C/A:C
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.