CVE-2019-14821: High severity Linux Linux kernel vulnerability
An out-of-bounds access issue was found in the Linux kernel, all versi ...
Other sources
An out-of-bounds access issue was found in the way Linux kernel's KVM hypervisor implements Coalesced MMIO write operation. It operates on a MMIO ring buffer 'struct kvmcoalescedmmio' object, wherein write indices 'ring->first' and 'ring->last' value could be supplied by a host user-space process.
An unprivileged host user/process with access to '/dev/kvm' device could use this flaw to crash the host kernel resulting in DoS OR potentially escalate privileges on the system.
Upstream patch: --------------- -> https://git.kernel.org/pub/scm/virt/kvm/kvm.git/commit/?id=b60fe990c6b07ef6d4df67bc0530c7c90a62623a
Reference: ---------- -> https://www.openwall.com/lists/oss-security/2019/09/20/1
— Red Hat
An out-of-bounds access issue was found in the way Linux kernel's KVM hypervisor implements the Coalesced MMIO write operation. It operates on an MMIO ring buffer 'struct kvmcoalescedmmio' object, wherein write indices 'ring->first' and 'ring->last' value could be supplied by a host user-space process. An unprivileged host user or process with access to '/dev/kvm' device could use this flaw to crash the host kernel, resulting in a denial of service or potentially escalating privileges on the system.
Affected Software
Remediation
Information
Patch Available
Patch Available
Mitigation
Event History
Parent advisories
This vulnerability appears in the following advisories.
Frequently Asked Questions
What is the severity of CVE-2019-14821?
CVE-2019-14821 is rated as high severity based on its impact on the security and stability of the Linux kernel.
How do I fix CVE-2019-14821?
To fix CVE-2019-14821, you should upgrade to a patched version of the kernel that addresses this vulnerability.
Which Linux kernel versions are affected by CVE-2019-14821?
CVE-2019-14821 affects all versions of the Linux kernel up to 5.3.
Is CVE-2019-14821 exploitable remotely?
CVE-2019-14821 may be exploited locally, but it is not typically considered a remote attack vulnerability.
What components of the Linux kernel are impacted by CVE-2019-14821?
CVE-2019-14821 specifically impacts the KVM hypervisor within the Linux kernel, particularly in its handling of Coalesced MMIO write operations.