8
CVE-2018-16884
- EPSS 0.13%
- Veröffentlicht 18.12.2018 22:29:04
- Zuletzt bearbeitet 21.11.2024 03:53:31
- Quelle secalert@redhat.com
- Teams Watchlist Login
- Unerledigt Login
A flaw was found in the Linux kernel's NFS41+ subsystem. NFS41+ shares mounted in different network namespaces at the same time can make bc_svc_process() use wrong back-channel IDs and cause a use-after-free vulnerability. Thus a malicious container user can cause a host kernel memory corruption and a system panic. Due to the nature of the flaw, privilege escalation cannot be fully ruled out.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Linux ≫ Linux Kernel Version >= 3.7 < 3.16.65
Linux ≫ Linux Kernel Version >= 3.17 < 3.18.133
Linux ≫ Linux Kernel Version >= 3.19 < 4.4.171
Linux ≫ Linux Kernel Version >= 4.5 < 4.9.151
Linux ≫ Linux Kernel Version >= 4.10 < 4.14.94
Linux ≫ Linux Kernel Version >= 4.15 < 4.19.16
Linux ≫ Linux Kernel Version >= 4.20 < 4.20.3
Redhat ≫ Enterprise Linux Version7.0
Redhat ≫ Enterprise Mrg Version2.0
Debian ≫ Debian Linux Version8.0
Canonical ≫ Ubuntu Linux Version14.04 SwEditionlts
Canonical ≫ Ubuntu Linux Version16.04 SwEditionlts
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
Typ | Quelle | Score | Percentile |
---|---|---|---|
EPSS | FIRST.org | 0.13% | 0.328 |
Quelle | Base Score | Exploit Score | Impact Score | Vector String |
---|---|---|---|---|
nvd@nist.gov | 8 | 2.1 | 5.9 |
CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
|
nvd@nist.gov | 6.7 | 5.1 | 8.5 |
AV:A/AC:L/Au:S/C:P/I:P/A:C
|
secalert@redhat.com | 6.5 | 1.3 | 4.7 |
CVSS:3.0/AV:A/AC:H/PR:L/UI:N/S:C/C:N/I:L/A:H
|
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.