diff options
| author | Michael S. Tsirkin | 2014-04-03 18:51:14 +0200 |
|---|---|---|
| committer | Juan Quintela | 2014-05-05 22:15:02 +0200 |
| commit | cc45995294b92d95319b4782750a3580cabdbc0c (patch) | |
| tree | bd7eb37bf798d7b34e75d0cdee9c4aa950bca0f3 /linux-headers | |
| parent | virtio-net: out-of-bounds buffer write on invalid state load (diff) | |
| download | qemu-cc45995294b92d95319b4782750a3580cabdbc0c.tar.gz qemu-cc45995294b92d95319b4782750a3580cabdbc0c.tar.xz 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 'linux-headers')
0 files changed, 0 insertions, 0 deletions
