Fix CVE-2008-0928 - insufficient block device address range checking
authoraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Tue, 11 Mar 2008 17:17:59 +0000 (17:17 +0000)
committeraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Tue, 11 Mar 2008 17:17:59 +0000 (17:17 +0000)
commit902b27d0b8d5bfa840eaf389d7cbcc28b57e3fbe
tree88c3355a4eaf8533669c87a6dab7c8a4afcd8557
parentb94ed5772eb31e8fad4b823351e8152839bf722a
Fix CVE-2008-0928 - insufficient block device address range checking

Qemu 0.9.1 and earlier does not perform range checks for block device
read or write requests, which allows guest host users with root
privileges to access arbitrary memory and escape the virtual machine.

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4037 c046a42c-6fe2-441c-8c8c-71466251a162
block-qcow.c
block-qcow2.c
block-vmdk.c
block.c
block.h
block_int.h