]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
qemu: fix multple CVEs
authorChee Yang Lee <chee.yang.lee@intel.com>
Tue, 21 Mar 2023 03:40:23 +0000 (11:40 +0800)
committerSteve Sakoman <steve@sakoman.com>
Tue, 21 Mar 2023 17:17:37 +0000 (07:17 -1000)
commit3ee2e9027d57dd5ae9f8795436c1acd18a9f1e24
tree6a8f7c1151639f9d7996b2dbfbeebee0463352dc
parenta04b207c4ffa900313a0b5e3079ad2eec7d31f27
qemu: fix multple CVEs

import patches from ubuntu to fix
 CVE-2020-15469
 CVE-2020-15859
 CVE-2020-17380
 CVE-2020-35504
 CVE-2020-35505
 CVE-2021-3409
 CVE-2022-26354
https://git.launchpad.net/ubuntu/+source/qemu/tree/debian/patches?h=ubuntu/focal-security

Combine patches for both CVE-2020-25085 and CVE-2021-3409 also fix CVE-2020-17380.
so mark CVE-2020-17380 fixed by CVE-2021-3409 patches. CVE-2020-17380 patch backported since
oecore rev 6b4c58a31ec11e557d40c31f2532985dd53e61eb.

Signed-off-by: Chee Yang Lee <chee.yang.lee@intel.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
18 files changed:
meta/recipes-devtools/qemu/qemu.inc
meta/recipes-devtools/qemu/qemu/CVE-2020-15469-1.patch [new file with mode: 0644]
meta/recipes-devtools/qemu/qemu/CVE-2020-15469-2.patch [new file with mode: 0644]
meta/recipes-devtools/qemu/qemu/CVE-2020-15469-3.patch [new file with mode: 0644]
meta/recipes-devtools/qemu/qemu/CVE-2020-15469-4.patch [new file with mode: 0644]
meta/recipes-devtools/qemu/qemu/CVE-2020-15469-5.patch [new file with mode: 0644]
meta/recipes-devtools/qemu/qemu/CVE-2020-15469-6.patch [new file with mode: 0644]
meta/recipes-devtools/qemu/qemu/CVE-2020-15469-7.patch [new file with mode: 0644]
meta/recipes-devtools/qemu/qemu/CVE-2020-15469-8.patch [new file with mode: 0644]
meta/recipes-devtools/qemu/qemu/CVE-2020-15859.patch [new file with mode: 0644]
meta/recipes-devtools/qemu/qemu/CVE-2020-35504.patch [new file with mode: 0644]
meta/recipes-devtools/qemu/qemu/CVE-2020-35505.patch [new file with mode: 0644]
meta/recipes-devtools/qemu/qemu/CVE-2021-3409-1.patch [new file with mode: 0644]
meta/recipes-devtools/qemu/qemu/CVE-2021-3409-2.patch [new file with mode: 0644]
meta/recipes-devtools/qemu/qemu/CVE-2021-3409-3.patch [new file with mode: 0644]
meta/recipes-devtools/qemu/qemu/CVE-2021-3409-4.patch [new file with mode: 0644]
meta/recipes-devtools/qemu/qemu/CVE-2021-3409-5.patch [new file with mode: 0644]
meta/recipes-devtools/qemu/qemu/CVE-2022-26354.patch [new file with mode: 0644]