7.6
CVE-2014-9940
- EPSS 0.1%
- Published 02.05.2017 21:59:00
- Last modified 20.04.2025 01:37:25
- Source security@android.com
- Teams watchlist Login
- Open Login
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)
Linux ≫ Linux Kernel Version > 3.10 < 3.16.45
Linux ≫ Linux Kernel Version >= 3.17 < 3.18.52
Linux ≫ Linux Kernel Version3.10 Update-
Linux ≫ Linux Kernel Version3.10 Updaterc1
Linux ≫ Linux Kernel Version3.10 Updaterc2
Linux ≫ Linux Kernel Version3.10 Updaterc3
Linux ≫ Linux Kernel Version3.10 Updaterc4
Linux ≫ Linux Kernel Version3.10 Updaterc5
Linux ≫ Linux Kernel Version3.10 Updaterc6
Linux ≫ Linux Kernel Version3.10 Updaterc7
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
Type | Source | Score | Percentile |
---|---|---|---|
EPSS | FIRST.org | 0.1% | 0.277 |
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.