First published: Wed Jul 20 2016(Updated: )
It was found that a malicious guest user could submit more requests than the virtqueue size permits, resulting in a crash of the host QEMU process. The guest could submit requests without bothering to wait for completion and is therefore not bound by virtqueue size. This requires reusing vring descriptors in more than one request, which is incorrect but possible. Processing a request allocates a VirtQueueElement and therefore causes unbounded memory allocation controlled by the guest. Exit with an error if the guest provides more requests than the virtqueue size permits. This bounds memory allocation and makes the buggy guest visible to the user. Upstream patch -------------- -> git.qemu.org/?p=qemu.git;a=commit;h=afd9096eb1882f23929f5b5c177898ed231bac66
Credit: secalert@redhat.com
Affected Software | Affected Version | How to fix |
---|---|---|
Ubuntu | =12.04 | |
Ubuntu | =14.04 | |
Ubuntu | =16.04 | |
Oracle Linux | =5 | |
Oracle Linux | =6 | |
Oracle Linux | =7 | |
Oracle VM Server | =3.4 | |
QEMU KVM | <=2.6.0 | |
QEMU KVM | =2.7.0-rc0 | |
Debian | =8.0 | |
redhat openstack | =5.0 | |
redhat openstack | =6.0 | |
redhat openstack | =7.0 | |
redhat openstack | =8 | |
redhat openstack | =9 | |
Red Hat Enterprise Virtualization | =3.0 | |
redhat enterprise Linux desktop | =6.0 | |
redhat enterprise Linux desktop | =7.0 | |
redhat enterprise Linux server | =6.0 | |
redhat enterprise Linux server | =7.0 | |
redhat enterprise Linux server aus | =7.2 | |
redhat enterprise Linux server aus | =7.3 | |
redhat enterprise Linux server aus | =7.4 | |
redhat enterprise Linux server aus | =7.5 | |
redhat enterprise Linux server aus | =7.6 | |
redhat enterprise Linux server aus | =7.7 | |
redhat enterprise Linux server eus | =7.2 | |
redhat enterprise Linux server eus | =7.3 | |
redhat enterprise Linux server eus | =7.4 | |
redhat enterprise Linux server eus | =7.5 | |
redhat enterprise Linux server eus | =7.6 | |
redhat enterprise Linux server eus | =7.7 | |
redhat enterprise Linux server tus | =7.2 | |
redhat enterprise Linux server tus | =7.3 | |
redhat enterprise Linux server tus | =7.6 | |
redhat enterprise Linux server tus | =7.7 | |
redhat enterprise Linux workstation | =6.0 | |
redhat enterprise Linux workstation | =7.0 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2016-5403 is considered high severity due to the potential for a malicious guest user to crash the host QEMU process.
To fix CVE-2016-5403, ensure you update QEMU to a version higher than 2.6.0 or apply available patches from your operating system vendor.
CVE-2016-5403 affects various versions of Ubuntu, Oracle Linux, Debian, Red Hat OpenStack, and Red Hat Enterprise Linux, among others.
Yes, a successful exploit of CVE-2016-5403 could result in a denial of service which may lead to data loss if host systems crash.
There are no publicly documented exploits for CVE-2016-5403, but the vulnerability's nature presents risks if unpatched.