diff options
| author | Michael S. Tsirkin <mst@redhat.com> | 2014-04-03 19:51:14 +0300 |
|---|---|---|
| committer | Juan Quintela <quintela@redhat.com> | 2014-05-05 22:15:02 +0200 |
| commit | cc45995294b92d95319b4782750a3580cabdbc0c (patch) | |
| tree | bd7eb37bf798d7b34e75d0cdee9c4aa950bca0f3 /scripts/qapi.py | |
| parent | eea750a5623ddac7a61982eec8f1c93481857578 (diff) | |
| download | focaccia-qemu-cc45995294b92d95319b4782750a3580cabdbc0c.tar.gz focaccia-qemu-cc45995294b92d95319b4782750a3580cabdbc0c.zip | |
virtio: out-of-bounds buffer write on invalid state load
CVE-2013-4151 QEMU 1.0 out-of-bounds buffer write in
virtio_load@hw/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.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Michael Roth <mdroth@linux.vnet.ibm.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
Diffstat (limited to 'scripts/qapi.py')
0 files changed, 0 insertions, 0 deletions