]> git.proxmox.com Git - pve-qemu-kvm.git/commit
Fix CVE-2015-8817 and CVE-2015-8818
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 2 Mar 2016 08:03:09 +0000 (09:03 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 2 Mar 2016 15:41:37 +0000 (16:41 +0100)
commitf324c4a6ea40a8d3ae419c5e05af487680dc3552
treee8defb98b58626d055e8654ed53dcd3fc9f8a37b
parent544238487dae38752798d75130ab566e8c326466
Fix CVE-2015-8817 and CVE-2015-8818

And two non-security relevant functionality fixes from the
same series:

CVE-2015-8817: exec: Respect as_tranlsate_internal length clamp
exec: do not clamp accesses to MMIO regions
CVE-2015-8818: exec: skip MMIO regions correctly in cpu_physical_memory_write_rom_internal
exec: clamp accesses against the MemoryRegionSection
debian/patches/0002-exec-do-not-clamp-accesses-to-MMIO-regions.patch [new file with mode: 0644]
debian/patches/0004-exec-clamp-accesses-against-the-MemoryRegionSection.patch [new file with mode: 0644]
debian/patches/CVE-2015-8817-exec-Respect-as_tranlsate_internal-length-clamp.patch [new file with mode: 0644]
debian/patches/CVE-2015-8818-exec-skip-MMIO-regions-correctly-in-cpu_physical_mem.patch [new file with mode: 0644]
debian/patches/series