aboutsummaryrefslogtreecommitdiff
path: root/linux-headers
diff options
context:
space:
mode:
authorManos Pitsidianakis <manos.pitsidianakis@linaro.org>2024-07-08 10:09:49 +0300
committerMichael S. Tsirkin <mst@redhat.com>2024-07-21 14:43:02 -0400
commit98e77e3dd8dd6e7aa9a7dffa60f49c8c8a49d4e3 (patch)
tree6c5b87b0650df909b124689f64b8dfbe2a655fe8 /linux-headers
parente3f15732c479e6c4baa56af65f52d99fbfb5c417 (diff)
downloadqemu-98e77e3dd8dd6e7aa9a7dffa60f49c8c8a49d4e3.zip
qemu-98e77e3dd8dd6e7aa9a7dffa60f49c8c8a49d4e3.tar.gz
qemu-98e77e3dd8dd6e7aa9a7dffa60f49c8c8a49d4e3.tar.bz2
virtio-snd: add max size bounds check in input cb
When reading input audio in the virtio-snd input callback, virtio_snd_pcm_in_cb(), we do not check whether the iov can actually fit the data buffer. This is because we use the buffer->size field as a total-so-far accumulator instead of byte-size-left like in TX buffers. This triggers an out of bounds write if the size of the virtio queue element is equal to virtio_snd_pcm_status, which makes the available space for audio data zero. This commit adds a check for reaching the maximum buffer size before attempting any writes. Reported-by: Zheyu Ma <zheyuma97@gmail.com> Resolves: https://gitlab.com/qemu-project/qemu/-/issues/2427 Signed-off-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org> Message-Id: <virtio-snd-fuzz-2427-fix-v1-manos.pitsidianakis@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'linux-headers')
0 files changed, 0 insertions, 0 deletions