The virtqueue_map_desc function in hw/virtio/virtio.c in QEMU (aka Quick Emulator) allows local guest OS administrators to cause a denial of service (infinite loop and QEMU process crash) via a zero length for the descriptor buffer.
The product copies an input buffer to an output buffer without verifying that the size of the input buffer is less than the size of the output buffer, leading to a buffer overflow.
Link | Tags |
---|---|
http://www.openwall.com/lists/oss-security/2016/07/28/4 | third party advisory mailing list |
http://www.openwall.com/lists/oss-security/2016/07/28/9 | third party advisory mailing list |
https://security.gentoo.org/glsa/201609-01 | third party advisory vendor advisory |
http://git.qemu.org/?p=qemu.git%3Ba=commit%3Bh=1e7aed70144b4673fc26e73062064b6724795e5f | |
https://lists.gnu.org/archive/html/qemu-devel/2016-07/msg06246.html | mailing list third party advisory patch |