7.6

CVE-2014-9940

The regulator_ena_gpio_free function in drivers/regulator/core.c in the Linux kernel before 3.19 allows local users to gain privileges or cause a denial of service (use-after-free) via a crafted application.

Data is provided by the National Vulnerability Database (NVD)
LinuxLinux Kernel Version > 3.10 < 3.16.45
LinuxLinux Kernel Version >= 3.17 < 3.18.52
LinuxLinux Kernel Version3.10 Update-
LinuxLinux Kernel Version3.10 Updaterc1
LinuxLinux Kernel Version3.10 Updaterc2
LinuxLinux Kernel Version3.10 Updaterc3
LinuxLinux Kernel Version3.10 Updaterc4
LinuxLinux Kernel Version3.10 Updaterc5
LinuxLinux Kernel Version3.10 Updaterc6
LinuxLinux Kernel Version3.10 Updaterc7
GoogleAndroid Version <= 7.1.1
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
EPSS Metriken
Type Source Score Percentile
EPSS FIRST.org 0.1% 0.277
CVSS Metriken
Source Base Score Exploit Score Impact Score Vector string
nvd@nist.gov 7 1 5.9
CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H
nvd@nist.gov 7.6 4.9 10
AV:N/AC:H/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.