7.8
CVE-2019-8912
- EPSS 0.36%
- Veröffentlicht 18.02.2019 18:29:00
- Zuletzt bearbeitet 21.11.2024 04:50:39
- Quelle cve@mitre.org
- Teams Watchlist Login
- Unerledigt Login
In the Linux kernel through 4.20.11, af_alg_release() in crypto/af_alg.c neglects to set a NULL value for a certain structure member, which leads to a use-after-free in sockfs_setattr.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Linux ≫ Linux Kernel Version >= 4.10 < 4.14.103
Linux ≫ Linux Kernel Version >= 4.19 < 4.19.25
Linux ≫ Linux Kernel Version >= 4.20 < 4.20.12
Linux ≫ Linux Kernel Version5.0 Updaterc1
Linux ≫ Linux Kernel Version5.0 Updaterc2
Linux ≫ Linux Kernel Version5.0 Updaterc3
Linux ≫ Linux Kernel Version5.0 Updaterc4
Linux ≫ Linux Kernel Version5.0 Updaterc5
Linux ≫ Linux Kernel Version5.0 Updaterc6
Linux ≫ Linux Kernel Version5.0 Updaterc7
Linux ≫ Linux Kernel Version5.0 Updaterc8
Redhat ≫ Enterprise Linux Version7.0
Canonical ≫ Ubuntu Linux Version14.04 SwEditionesm
Canonical ≫ Ubuntu Linux Version16.04 SwEditionesm
Canonical ≫ Ubuntu Linux Version18.04 SwEditionlts
Canonical ≫ Ubuntu Linux Version18.10
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
Typ | Quelle | Score | Percentile |
---|---|---|---|
EPSS | FIRST.org | 0.36% | 0.579 |
Quelle | Base Score | Exploit Score | Impact Score | Vector String |
---|---|---|---|---|
nvd@nist.gov | 7.8 | 1.8 | 5.9 |
CVSS:3.1/AV:L/AC:L/PR:L/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.