7.6
CVE-2014-9940
- EPSS 0.1%
- Veröffentlicht 02.05.2017 21:59:00
- Zuletzt bearbeitet 20.04.2025 01:37:25
- Quelle security@android.com
- Teams Watchlist Login
- Unerledigt 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.
Daten sind bereitgestellt durch 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.
Typ | Quelle | Score | Percentile |
---|---|---|---|
EPSS | FIRST.org | 0.1% | 0.277 |
Quelle | 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.