7.2

CVE-2020-15436

Exploit

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.

Data is provided by the National Vulnerability Database (NVD)
LinuxLinux Kernel Version >= 2.6.38 < 4.4.229
LinuxLinux Kernel Version >= 4.5 < 4.9.229
LinuxLinux Kernel Version >= 4.10 < 4.14.186
LinuxLinux Kernel Version >= 4.15 < 4.19.130
LinuxLinux Kernel Version >= 4.20 < 5.4.49
LinuxLinux Kernel Version >= 5.5 < 5.7.6
NetappCloud Backup Version-
NetappH410c Firmware Version-
   NetappH410c Version-
NetappH610c Firmware Version-
   NetappH610c Version-
NetappH610s Firmware Version-
   NetappH610s Version-
NetappH615c Firmware Version-
   NetappH615c Version-
NetappA700s Firmware Version-
   NetappA700s Version-
NetappAff 8700 Firmware Version-
   NetappAff 8700 Version-
NetappFas 8700 Firmware Version-
   NetappFas 8700 Version-
NetappAff 8300 Firmware Version-
   NetappAff 8300 Version-
NetappFas 8300 Firmware Version-
   NetappFas 8300 Version-
NetappAff A400 Firmware Version-
   NetappAff A400 Version-
NetappA250 Firmware Version-
   NetappA250 Version-
NetappAff 500f Firmware Version-
   NetappAff 500f Version-
NetappFas 500f Firmware Version-
   NetappFas 500f Version-
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
EPSS Metriken
Type Source Score Percentile
EPSS FIRST.org 0.12% 0.309
CVSS Metriken
Source 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.