]> xenbits.xensource.com Git - qemu-xen-4.5-testing.git/commit
xen: limit guest control of PCI command register xen-4.5.1-rc1
authorJan Beulich <jbeulich@suse.com>
Tue, 31 Mar 2015 15:27:45 +0000 (16:27 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Tue, 31 Mar 2015 15:29:42 +0000 (16:29 +0100)
commit62e41581f69c3fd4a8f829a773015eb4c17f1f3e
tree76b55ee7408a1b55ac1a9e17ef23fe4ae1ca7a64
parent3499745d3a8561cce67f3d4fbc2da60401253ad4
xen: limit guest control of PCI command register

Otherwise the guest can abuse that control to cause e.g. PCIe
Unsupported Request responses (by disabling memory and/or I/O decoding
and subsequently causing [CPU side] accesses to the respective address
ranges), which (depending on system configuration) may be fatal to the
host.

This is CVE-2015-2756 / XSA-126.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
(cherry picked from commit ab42b4408cb4fc4f869d73218e3d2034e6f5e8ac)
hw/pass-through.c