First published: Fri Mar 21 2014(Updated: )
Multiple integer overflows in the block drivers in QEMU, possibly before 2.0.0, allow local users to cause a denial of service (crash) via a crafted catalog size in (1) the parallels_open function in block/parallels.c or (2) bochs_open function in bochs.c, a large L1 table in the (3) qcow2_snapshot_load_tmp in qcow2-snapshot.c or (4) qcow2_grow_l1_table function in qcow2-cluster.c, (5) a large request in the bdrv_check_byte_request function in block.c and other block drivers, (6) crafted cluster indexes in the get_refcount function in qcow2-refcount.c, or (7) a large number of blocks in the cloop_open function in cloop.c, which trigger buffer overflows, memory corruption, large memory allocations and out-of-bounds read and writes.
Credit: secalert@redhat.com
Affected Software | Affected Version | How to fix |
---|---|---|
Red Hat Enterprise Linux | =6.0 | |
QEMU KVM | <=1.7.1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2014-0143 has a high severity rating due to its potential to cause a denial of service attack.
To fix CVE-2014-0143, update QEMU to a version later than 1.7.1 and ensure Red Hat Enterprise Linux is patched to at least version 6.0.
CVE-2014-0143 affects QEMU versions up to and including 1.7.1.
CVE-2014-0143 can facilitate denial of service attacks, leading to crashes of the system due to integer overflows.
CVE-2014-0143 involves multiple block drivers in QEMU, particularly the parallels_open and bochs_open functions.