summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/qemu/qemu_2.10.1.bb
diff options
context:
space:
mode:
authorCatalin Enache <catalin.enache@windriver.com>2017-12-19 12:39:12 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-01-14 09:11:58 +0000
commitb9dcab772fd37ed8376a87d3194195e13ff52d10 (patch)
tree6237abe3dfdf88df283d9d9e6ebdbb84fd63f66b /meta/recipes-devtools/qemu/qemu_2.10.1.bb
parentad51bba5a90384b728c06f64b72ef41c6490a701 (diff)
downloadpoky-b9dcab772fd37ed8376a87d3194195e13ff52d10.tar.gz
qemu: CVE-2017-17381
The Virtio Vring implementation in QEMU allows local OS guest users to cause a denial of service (divide-by-zero error and QEMU process crash) by unsetting vring alignment while updating Virtio rings. Reference: https://nvd.nist.gov/vuln/detail/CVE-2017-17381 Upstream patch: https://git.qemu.org/?p=qemu.git;a=commitdiff;h=758ead31c7e17bf17a9ef2e0ca1c3e86ab296b43 (From OE-Core rev: 92a0513837182e2e9aa6c7d4958e495f4b5b4c47) Signed-off-by: Catalin Enache <catalin.enache@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/qemu/qemu_2.10.1.bb')
-rw-r--r--meta/recipes-devtools/qemu/qemu_2.10.1.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/qemu/qemu_2.10.1.bb b/meta/recipes-devtools/qemu/qemu_2.10.1.bb
index 71cc74ebc7..6c2dd586dd 100644
--- a/meta/recipes-devtools/qemu/qemu_2.10.1.bb
+++ b/meta/recipes-devtools/qemu/qemu_2.10.1.bb
@@ -34,6 +34,7 @@ SRC_URI = "http://wiki.qemu-project.org/download/${BP}.tar.bz2 \
34 file://chardev-connect-socket-to-a-spawned-command.patch \ 34 file://chardev-connect-socket-to-a-spawned-command.patch \
35 file://apic-fixup-fallthrough-to-PIC.patch \ 35 file://apic-fixup-fallthrough-to-PIC.patch \
36 file://ppc_locking.patch \ 36 file://ppc_locking.patch \
37 file://CVE-2017-17381.patch \
37 " 38 "
38UPSTREAM_CHECK_REGEX = "qemu-(?P<pver>\d+\..*)\.tar" 39UPSTREAM_CHECK_REGEX = "qemu-(?P<pver>\d+\..*)\.tar"
39 40