summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/qemu/qemu_2.5.0.bb
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2016-11-03 14:18:01 +0100
committerSona Sarmadi <sona.sarmadi@enea.com>2017-02-10 12:21:36 +0100
commit10bef78e2135fb191166e3893cc4a1326deede8c (patch)
tree6a043f57ba9b01189c4eca279b88ebef21a51219 /meta/recipes-devtools/qemu/qemu_2.5.0.bb
parentad13ebb1a522389441b526ddf11301761e7c3938 (diff)
downloadpoky-10bef78e2135fb191166e3893cc4a1326deede8c.tar.gz
qemu: Security fix CVE-2016-4952
affects qemu < 2.7.0 Quick Emulator(Qemu) built with the VMWARE PVSCSI paravirtual SCSI bus emulation support is vulnerable to an OOB r/w access issue. It could occur while processing SCSI commands 'PVSCSI_CMD_SETUP_RINGS' or 'PVSCSI_CMD_SETUP_MSG_RING'. A privileged user inside guest could use this flaw to crash the Qemu process resulting in DoS. References: ---------- http://www.openwall.com/lists/oss-security/2016/05/23/1 Signed-off-by: Adrian Dudau <adrian.dudau@enea.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Sona Sarmadi <sona.sarmadi@enea.com>
Diffstat (limited to 'meta/recipes-devtools/qemu/qemu_2.5.0.bb')
-rw-r--r--meta/recipes-devtools/qemu/qemu_2.5.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/qemu/qemu_2.5.0.bb b/meta/recipes-devtools/qemu/qemu_2.5.0.bb
index 58902b1988..b965f6916c 100644
--- a/meta/recipes-devtools/qemu/qemu_2.5.0.bb
+++ b/meta/recipes-devtools/qemu/qemu_2.5.0.bb
@@ -27,6 +27,7 @@ SRC_URI += "file://configure-fix-Darwin-target-detection.patch \
27 file://CVE-2016-4002.patch \ 27 file://CVE-2016-4002.patch \
28 file://CVE-2016-5403.patch \ 28 file://CVE-2016-5403.patch \
29 file://CVE-2016-4441.patch \ 29 file://CVE-2016-4441.patch \
30 file://CVE-2016-4952.patch \
30 " 31 "
31SRC_URI_prepend = "http://wiki.qemu-project.org/download/${BP}.tar.bz2" 32SRC_URI_prepend = "http://wiki.qemu-project.org/download/${BP}.tar.bz2"
32SRC_URI[md5sum] = "f469f2330bbe76e3e39db10e9ac4f8db" 33SRC_URI[md5sum] = "f469f2330bbe76e3e39db10e9ac4f8db"