qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/4] vmsvga: security fixes
@ 2016-05-30  7:09 Gerd Hoffmann
  2016-05-30  7:09 ` [Qemu-devel] [PATCH 1/4] vmsvga: move fifo sanity checks to vmsvga_fifo_length Gerd Hoffmann
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Gerd Hoffmann @ 2016-05-30  7:09 UTC (permalink / raw)
  To: qemu-devel; +Cc: P J P, 李强, Gerd Hoffmann

  Hi,

Here comes a series for the vmware svga, fixing security issues in the
fifo handling:

  CVE-2016-4453 qemu: Infinite loop in vmsvga_fifo_run() function
  CVE-2016-4454 qemu: Out-of-bounds read in vmsvga_fifo_read_raw() function 

please review,
  Gerd

Gerd Hoffmann (4):
  vmsvga: move fifo sanity checks to vmsvga_fifo_length
  vmsvga: add more fifo checks
  vmsvga: shadow fifo registers
  vmsvga: don't process more than 1024 fifo commands at once

 hw/display/vmware_vga.c | 78 ++++++++++++++++++++++++++-----------------------
 1 file changed, 41 insertions(+), 37 deletions(-)

-- 
1.8.3.1

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-05-30  7:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-30  7:09 [Qemu-devel] [PATCH 0/4] vmsvga: security fixes Gerd Hoffmann
2016-05-30  7:09 ` [Qemu-devel] [PATCH 1/4] vmsvga: move fifo sanity checks to vmsvga_fifo_length Gerd Hoffmann
2016-05-30  7:09 ` [Qemu-devel] [PATCH 2/4] vmsvga: add more fifo checks Gerd Hoffmann
2016-05-30  7:09 ` [Qemu-devel] [PATCH 3/4] vmsvga: shadow fifo registers Gerd Hoffmann
2016-05-30  7:09 ` [Qemu-devel] [PATCH 4/4] vmsvga: don't process more than 1024 fifo commands at once Gerd Hoffmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).