7.2
CVE-2020-15436
- EPSS 0.12%
- Veröffentlicht 23.11.2020 21:15:11
- Zuletzt bearbeitet 21.11.2024 05:05:33
- Quelle securities@openeuler.org
- Teams Watchlist Login
- Unerledigt Login
Use-after-free vulnerability in fs/block_dev.c in the Linux kernel before 5.8 allows local users to gain privileges or cause a denial of service by leveraging improper access to a certain error field.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Linux ≫ Linux Kernel Version >= 2.6.38 < 4.4.229
Linux ≫ Linux Kernel Version >= 4.5 < 4.9.229
Linux ≫ Linux Kernel Version >= 4.10 < 4.14.186
Linux ≫ Linux Kernel Version >= 4.15 < 4.19.130
Linux ≫ Linux Kernel Version >= 4.20 < 5.4.49
Linux ≫ Linux Kernel Version >= 5.5 < 5.7.6
Broadcom ≫ Brocade Fabric Operating System Firmware Version-
Netapp ≫ Cloud Backup Version-
Netapp ≫ Solidfire & Hci Management Node Version-
Netapp ≫ H410c Firmware Version-
Netapp ≫ H610c Firmware Version-
Netapp ≫ H610s Firmware Version-
Netapp ≫ H615c Firmware Version-
Netapp ≫ A700s Firmware Version-
Netapp ≫ Aff 8700 Firmware Version-
Netapp ≫ Fas 8700 Firmware Version-
Netapp ≫ Aff 8300 Firmware Version-
Netapp ≫ Fas 8300 Firmware Version-
Netapp ≫ Aff A400 Firmware Version-
Netapp ≫ Fabric-attached Storage A400 Firmware Version-
Netapp ≫ A250 Firmware Version-
Netapp ≫ Aff 500f Firmware Version-
Netapp ≫ Fas 500f Firmware Version-
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
Typ | Quelle | Score | Percentile |
---|---|---|---|
EPSS | FIRST.org | 0.12% | 0.309 |
Quelle | Base Score | Exploit Score | Impact Score | Vector String |
---|---|---|---|---|
nvd@nist.gov | 6.7 | 0.8 | 5.9 |
CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
|
nvd@nist.gov | 7.2 | 3.9 | 10 |
AV:L/AC:L/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.