Michael S. Tsirkin writes: QEMU 1.0 out-of-bounds buffer write in virtio_load@virtio/virtio.c So we have this code since way back when: num = qemu_get_be32(f); for (i = 0; i < num; i++) { vdev->vq[i].vring.num = qemu_get_be32(f); array of vqs has size VIRTIO_PCI_QUEUE_MAX, so on invalid input this will write beyond end of buffer. An user able to alter the savevm data (either on the disk or over the wire during migration) could use this flaw to to corrupt QEMU process memory on the (destination) host, which could potentially result in arbitrary code execution on the host with the privileges of the QEMU process. Upstream fix: ------------- -> http://git.qemu.org/?p=qemu.git;a=commit;h=cc45995294b92d95319b4782750a3580cabdbc0c
Statement: This issue does affect the versions of kvm package as shipped with Red Hat Enterprise Linux 5. This issue does affect the versions of qemu-kvm package as shipped with Red Hat Enterprise Linux 7.
Created qemu tracking bugs for this issue: Affects: fedora-all [bug 1095693]
qemu-1.6.2-5.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report.
This issue has been addressed in following products: RHEV-H and Agents for RHEL-6 Via RHSA-2014:0674 https://rhn.redhat.com/errata/RHSA-2014-0674.html
Acknowledgements: The issues were discovered as part of the state loading code audit performed by Michael S. Tsirkin of Red Hat, Anthony Liguori and Michael Roth.
This issue has been addressed in following products: RHEV-H and Agents for RHEL-6 Via RHSA-2014:0744 https://rhn.redhat.com/errata/RHSA-2014-0744.html
This issue has been addressed in following products: Red Hat Enterprise Linux 6 Via RHSA-2014:0743 https://rhn.redhat.com/errata/RHSA-2014-0743.html
This issue has been addressed in following products: Red Hat Enterprise Linux 7 Via RHSA-2014:0927 https://rhn.redhat.com/errata/RHSA-2014-0927.html
This issue has been addressed in following products: OpenStack 4 for RHEL 6 OpenStack 3 for RHEL 6 Via RHSA-2014:0888 https://rhn.redhat.com/errata/RHSA-2014-0888.html
This issue has been addressed in the following products: OpenStack 5 for RHEL 7 Via RHSA-2014:1268 https://rhn.redhat.com/errata/RHSA-2014-1268.html