10
CVE-2019-15292
- EPSS 1.01%
- Published 21.08.2019 06:15:10
- Last modified 21.11.2024 04:28:23
- Source cve@mitre.org
- CVE-Watchlists
- Open
An issue was discovered in the Linux kernel before 5.0.9. There is a use-after-free in atalk_proc_exit, related to net/appletalk/atalk_proc.c, net/appletalk/ddp.c, and net/appletalk/sysctl_net_atalk.c.
Data is provided by the National Vulnerability Database (NVD)
Linux ≫ Linux Kernel Version < 3.16.74
Linux ≫ Linux Kernel Version >= 3.17 < 3.18.139
Linux ≫ Linux Kernel Version >= 3.19 < 4.4.179
Linux ≫ Linux Kernel Version >= 4.5 < 4.9.170
Linux ≫ Linux Kernel Version >= 4.10 < 4.14.113
Linux ≫ Linux Kernel Version >= 4.15 < 4.19.36
Linux ≫ Linux Kernel Version >= 4.20 < 5.0.9
Debian ≫ Debian Linux Version8.0
Canonical ≫ Ubuntu Linux Version16.04 SwEditionesm
Canonical ≫ Ubuntu Linux Version18.04 SwEditionlts
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
Type | Source | Score | Percentile |
---|---|---|---|
EPSS | FIRST.org | 1.01% | 0.764 |
Source | Base Score | Exploit Score | Impact Score | Vector string |
---|---|---|---|---|
nvd@nist.gov | 4.7 | 1 | 3.6 |
CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H
|
nvd@nist.gov | 10 | 10 | 10 |
AV:N/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.