]> xenbits.xensource.com Git - libvirt.git/commit
CVE-2014-3633: qemu: blkiotune: Use correct definition when looking up disk
authorPeter Krempa <pkrempa@redhat.com>
Thu, 11 Sep 2014 14:35:53 +0000 (16:35 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 17 Sep 2014 16:39:13 +0000 (18:39 +0200)
commit3e745e8f775dfe6f64f18b5c2fe4791b35d3546b
tree3c02bb33627b59c6df3509acde5ea950f68767a2
parent281f70013e9d6fff7f2d4b55f5133a837f023190
CVE-2014-3633: qemu: blkiotune: Use correct definition when looking up disk

Live definition was used to look up the disk index while persistent one
was indexed leading to a crash in qemuDomainGetBlockIoTune. Use the
correct def and report a nice error.

Unfortunately it's accessible via read-only connection, though it can
only crash libvirtd in the cases where the guest is hot-plugging disks
without reflecting those changes to the persistent definition.  So
avoiding hotplug, or doing hotplug where persistent is always modified
alongside live definition, will avoid the out-of-bounds access.

Introduced in: eca96694a7f992be633d48d5ca03cedc9bbc3c9aa (v0.9.8)
Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1140724
Reported-by: Luyao Huang <lhuang@redhat.com>
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
src/qemu/qemu_driver.c