CVE-2018-16882
Vulnerability Summary
Timeline
Description
A use-after-free issue was found in the way the Linux kernel's KVM hypervisor processed posted interrupts when nested(=1) virtualization is enabled. In nested_get_vmcs12_pages(), in case of an error while processing posted interrupt address, it unmaps the 'pi_desc_page' without resetting 'pi_desc' descriptor address, which is later used in pi_test_and_clear_on(). A guest user/process could use this flaw to crash the host kernel resulting in DoS or potentially gain privileged access to a system. Kernel versions before 4.14.91 and before 4.19.13 are vulnerable.
CVSS Metrics
- v3.1•HIGH•Score: 8.8CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H
- v3.0•MEDIUM•Score: 6.1CVSS:3.0/AV:L/AC:H/PR:H/UI:N/S:C/C:N/I:L/A:H
- v2.0•HIGH•Score: 7.2AV:L/AC:L/Au:N/C:C/I:C/A:C
EPSS Trends
Current EPSS score: 0.10%• Percentile: 28%
Techniques & Countermeasures
- 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.
Affected Systems
- canonical•ubuntu_linux
14.04 | 16.04 | 18.04 | 18.10
- linux•linux_kernel
≥ 4.14, < 4.14.91 | ≥ 4.15, < 4.19.13
- the linux foundation•kernel:
< 4.14.91 | < 4.19.13
References (13)
- https://marc.info/?l=kvm&m=154514994222809&w=2
- https://usn.ubuntu.com/3872-1/
- https://usn.ubuntu.com/3878-1/
- https://usn.ubuntu.com/3871-5/
- https://usn.ubuntu.com/3878-2/
- https://usn.ubuntu.com/3871-4/
- http://www.securityfocus.com/bid/106254
- https://lwn.net/Articles/775720/
- https://usn.ubuntu.com/3871-1/
- https://lwn.net/Articles/775721/
- https://usn.ubuntu.com/3871-3/
- https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-16882
- https://support.f5.com/csp/article/K80557033