First published: Thu Jan 03 2019(Updated: )
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.
Credit: secalert@redhat.com secalert@redhat.com
Affected Software | Affected Version | How to fix |
---|---|---|
debian/linux | 5.10.223-1 5.10.226-1 6.1.123-1 6.1.119-1 6.12.10-1 | |
Linux Kernel | >=4.14<4.14.91 | |
Linux Kernel | >=4.15<4.19.13 | |
Ubuntu Linux | =14.04 | |
Ubuntu Linux | =16.04 | |
Ubuntu Linux | =18.04 | |
Ubuntu Linux | =18.10 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2018-16882 is classified as a high severity vulnerability due to its potential to allow malicious actors to execute arbitrary code on the host system.
To fix CVE-2018-16882, update the Linux kernel to a fixed version such as 5.10.223-1, 5.10.226-1, 6.1.123-1, 6.1.119-1, or 6.12.10-1.
CVE-2018-16882 affects specific versions of the Linux kernel and certain distributions like Ubuntu 14.04, 16.04, 18.04, and 18.10.
CVE-2018-16882 is a use-after-free vulnerability in the Linux kernel's KVM hypervisor.
CVE-2018-16882 can impact nested virtualization by incorrectly handling posted interrupts, potentially leading to system instability or remote code execution.