Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

suse-cvrf логотип

SUSE-SU-2021:3888-1

Опубликовано: 03 дек. 2021
Источник: suse-cvrf

Описание

Security update for xen

This update for xen fixes the following issues:

  • CVE-2021-28702: Fixed PCI devices with RMRRs not deassigned correctly (XSA-386) (bsc#1191363).

  • CVE-2021-28704, CVE-2021-28707, CVE-2021-28708: Fixed PoD operations on misaligned GFNs (XSA-388) (bsc#1192557).

  • CVE-2021-28705, CVE-2021-28709: Fixed issues with partially successful P2M updates on x86 (XSA-389) (bsc#1192559).

  • CVE-2021-28706: Fixed guests may exceed their designated memory limit (XSA-385) (bsc#1192554).

  • Update to Xen 4.13.4 bug fix release (bsc#1027519).

Список пакетов

Image SLES15-SP2-BYOS-Azure
xen-libs-4.13.4_02-3.40.1
Image SLES15-SP2-BYOS-EC2-HVM
xen-libs-4.13.4_02-3.40.1
xen-tools-domU-4.13.4_02-3.40.1
Image SLES15-SP2-BYOS-GCE
xen-libs-4.13.4_02-3.40.1
Image SLES15-SP2-CHOST-BYOS-Aliyun
xen-libs-4.13.4_02-3.40.1
Image SLES15-SP2-CHOST-BYOS-Azure
xen-libs-4.13.4_02-3.40.1
Image SLES15-SP2-CHOST-BYOS-EC2
xen-libs-4.13.4_02-3.40.1
xen-tools-domU-4.13.4_02-3.40.1
Image SLES15-SP2-CHOST-BYOS-GCE
xen-libs-4.13.4_02-3.40.1
Image SLES15-SP2-HPC-BYOS-Azure
xen-libs-4.13.4_02-3.40.1
Image SLES15-SP2-HPC-BYOS-EC2-HVM
xen-libs-4.13.4_02-3.40.1
xen-tools-domU-4.13.4_02-3.40.1
Image SLES15-SP2-Manager-4-1-Proxy-BYOS-Azure
xen-libs-4.13.4_02-3.40.1
Image SLES15-SP2-Manager-4-1-Proxy-BYOS-EC2-HVM
xen-libs-4.13.4_02-3.40.1
xen-tools-domU-4.13.4_02-3.40.1
Image SLES15-SP2-Manager-4-1-Proxy-BYOS-GCE
xen-libs-4.13.4_02-3.40.1
Image SLES15-SP2-Manager-4-1-Server-BYOS-Azure
xen-libs-4.13.4_02-3.40.1
Image SLES15-SP2-Manager-4-1-Server-BYOS-EC2-HVM
xen-libs-4.13.4_02-3.40.1
xen-tools-domU-4.13.4_02-3.40.1
Image SLES15-SP2-Manager-4-1-Server-BYOS-GCE
xen-libs-4.13.4_02-3.40.1
Image SLES15-SP2-SAP-Azure
xen-libs-4.13.4_02-3.40.1
Image SLES15-SP2-SAP-Azure-LI-BYOS-Production
xen-libs-4.13.4_02-3.40.1
Image SLES15-SP2-SAP-Azure-VLI-BYOS-Production
xen-libs-4.13.4_02-3.40.1
Image SLES15-SP2-SAP-BYOS-Azure
xen-libs-4.13.4_02-3.40.1
Image SLES15-SP2-SAP-BYOS-EC2-HVM
xen-libs-4.13.4_02-3.40.1
xen-tools-domU-4.13.4_02-3.40.1
Image SLES15-SP2-SAP-BYOS-GCE
xen-libs-4.13.4_02-3.40.1
Image SLES15-SP2-SAP-EC2-HVM
xen-libs-4.13.4_02-3.40.1
xen-tools-domU-4.13.4_02-3.40.1
Image SLES15-SP2-SAP-GCE
xen-libs-4.13.4_02-3.40.1
SUSE Linux Enterprise Micro 5.0
xen-libs-4.13.4_02-3.40.1
SUSE Linux Enterprise Module for Basesystem 15 SP2
xen-libs-4.13.4_02-3.40.1
xen-tools-domU-4.13.4_02-3.40.1
SUSE Linux Enterprise Module for Server Applications 15 SP2
xen-4.13.4_02-3.40.1
xen-devel-4.13.4_02-3.40.1
xen-tools-4.13.4_02-3.40.1
xen-tools-xendomains-wait-disk-4.13.4_02-3.40.1

Описание

PCI devices with RMRRs not deassigned correctly Certain PCI devices in a system might be assigned Reserved Memory Regions (specified via Reserved Memory Region Reporting, "RMRR"). These are typically used for platform tasks such as legacy USB emulation. If such a device is passed through to a guest, then on guest shutdown the device is not properly deassigned. The IOMMU configuration for these devices which are not properly deassigned ends up pointing to a freed data structure, including the IO Pagetables. Subsequent DMA or interrupts from the device will have unpredictable behaviour, ranging from IOMMU faults to memory corruption.


Затронутые продукты
Image SLES15-SP2-BYOS-Azure:xen-libs-4.13.4_02-3.40.1
Image SLES15-SP2-BYOS-EC2-HVM:xen-libs-4.13.4_02-3.40.1
Image SLES15-SP2-BYOS-EC2-HVM:xen-tools-domU-4.13.4_02-3.40.1
Image SLES15-SP2-BYOS-GCE:xen-libs-4.13.4_02-3.40.1

Ссылки

Описание

PoD operations on misaligned GFNs T[his CNA information record relates to multiple CVEs; the text explains which aspects/vulnerabilities correspond to which CVE.] x86 HVM and PVH guests may be started in populate-on-demand (PoD) mode, to provide a way for them to later easily have more memory assigned. Guests are permitted to control certain P2M aspects of individual pages via hypercalls. These hypercalls may act on ranges of pages specified via page orders (resulting in a power-of-2 number of pages). The implementation of some of these hypercalls for PoD does not enforce the base page frame number to be suitably aligned for the specified order, yet some code involved in PoD handling actually makes such an assumption. These operations are XENMEM_decrease_reservation (CVE-2021-28704) and XENMEM_populate_physmap (CVE-2021-28707), the latter usable only by domains controlling the guest, i.e. a de-privileged qemu or a stub domain. (Patch 1, combining the fix to both these two issues.) In addition handling of XENMEM_decrease_reservation can also trigger a host crash when the specified page order is neither 4k nor 2M nor 1G (CVE-2021-28708, patch 2).


Затронутые продукты
Image SLES15-SP2-BYOS-Azure:xen-libs-4.13.4_02-3.40.1
Image SLES15-SP2-BYOS-EC2-HVM:xen-libs-4.13.4_02-3.40.1
Image SLES15-SP2-BYOS-EC2-HVM:xen-tools-domU-4.13.4_02-3.40.1
Image SLES15-SP2-BYOS-GCE:xen-libs-4.13.4_02-3.40.1

Ссылки

Описание

issues with partially successful P2M updates on x86 T[his CNA information record relates to multiple CVEs; the text explains which aspects/vulnerabilities correspond to which CVE.] x86 HVM and PVH guests may be started in populate-on-demand (PoD) mode, to provide a way for them to later easily have more memory assigned. Guests are permitted to control certain P2M aspects of individual pages via hypercalls. These hypercalls may act on ranges of pages specified via page orders (resulting in a power-of-2 number of pages). In some cases the hypervisor carries out the requests by splitting them into smaller chunks. Error handling in certain PoD cases has been insufficient in that in particular partial success of some operations was not properly accounted for. There are two code paths affected - page removal (CVE-2021-28705) and insertion of new pages (CVE-2021-28709). (We provide one patch which combines the fix to both issues.)


Затронутые продукты
Image SLES15-SP2-BYOS-Azure:xen-libs-4.13.4_02-3.40.1
Image SLES15-SP2-BYOS-EC2-HVM:xen-libs-4.13.4_02-3.40.1
Image SLES15-SP2-BYOS-EC2-HVM:xen-tools-domU-4.13.4_02-3.40.1
Image SLES15-SP2-BYOS-GCE:xen-libs-4.13.4_02-3.40.1

Ссылки

Описание

guests may exceed their designated memory limit When a guest is permitted to have close to 16TiB of memory, it may be able to issue hypercalls to increase its memory allocation beyond the administrator established limit. This is a result of a calculation done with 32-bit precision, which may overflow. It would then only be the overflowed (and hence small) number which gets compared against the established upper bound.


Затронутые продукты
Image SLES15-SP2-BYOS-Azure:xen-libs-4.13.4_02-3.40.1
Image SLES15-SP2-BYOS-EC2-HVM:xen-libs-4.13.4_02-3.40.1
Image SLES15-SP2-BYOS-EC2-HVM:xen-tools-domU-4.13.4_02-3.40.1
Image SLES15-SP2-BYOS-GCE:xen-libs-4.13.4_02-3.40.1

Ссылки

Описание

PoD operations on misaligned GFNs T[his CNA information record relates to multiple CVEs; the text explains which aspects/vulnerabilities correspond to which CVE.] x86 HVM and PVH guests may be started in populate-on-demand (PoD) mode, to provide a way for them to later easily have more memory assigned. Guests are permitted to control certain P2M aspects of individual pages via hypercalls. These hypercalls may act on ranges of pages specified via page orders (resulting in a power-of-2 number of pages). The implementation of some of these hypercalls for PoD does not enforce the base page frame number to be suitably aligned for the specified order, yet some code involved in PoD handling actually makes such an assumption. These operations are XENMEM_decrease_reservation (CVE-2021-28704) and XENMEM_populate_physmap (CVE-2021-28707), the latter usable only by domains controlling the guest, i.e. a de-privileged qemu or a stub domain. (Patch 1, combining the fix to both these two issues.) In addition handling of XENMEM_decrease_reservation can also trigger a host crash when the specified page order is neither 4k nor 2M nor 1G (CVE-2021-28708, patch 2).


Затронутые продукты
Image SLES15-SP2-BYOS-Azure:xen-libs-4.13.4_02-3.40.1
Image SLES15-SP2-BYOS-EC2-HVM:xen-libs-4.13.4_02-3.40.1
Image SLES15-SP2-BYOS-EC2-HVM:xen-tools-domU-4.13.4_02-3.40.1
Image SLES15-SP2-BYOS-GCE:xen-libs-4.13.4_02-3.40.1

Ссылки

Описание

PoD operations on misaligned GFNs T[his CNA information record relates to multiple CVEs; the text explains which aspects/vulnerabilities correspond to which CVE.] x86 HVM and PVH guests may be started in populate-on-demand (PoD) mode, to provide a way for them to later easily have more memory assigned. Guests are permitted to control certain P2M aspects of individual pages via hypercalls. These hypercalls may act on ranges of pages specified via page orders (resulting in a power-of-2 number of pages). The implementation of some of these hypercalls for PoD does not enforce the base page frame number to be suitably aligned for the specified order, yet some code involved in PoD handling actually makes such an assumption. These operations are XENMEM_decrease_reservation (CVE-2021-28704) and XENMEM_populate_physmap (CVE-2021-28707), the latter usable only by domains controlling the guest, i.e. a de-privileged qemu or a stub domain. (Patch 1, combining the fix to both these two issues.) In addition handling of XENMEM_decrease_reservation can also trigger a host crash when the specified page order is neither 4k nor 2M nor 1G (CVE-2021-28708, patch 2).


Затронутые продукты
Image SLES15-SP2-BYOS-Azure:xen-libs-4.13.4_02-3.40.1
Image SLES15-SP2-BYOS-EC2-HVM:xen-libs-4.13.4_02-3.40.1
Image SLES15-SP2-BYOS-EC2-HVM:xen-tools-domU-4.13.4_02-3.40.1
Image SLES15-SP2-BYOS-GCE:xen-libs-4.13.4_02-3.40.1

Ссылки

Описание

issues with partially successful P2M updates on x86 T[his CNA information record relates to multiple CVEs; the text explains which aspects/vulnerabilities correspond to which CVE.] x86 HVM and PVH guests may be started in populate-on-demand (PoD) mode, to provide a way for them to later easily have more memory assigned. Guests are permitted to control certain P2M aspects of individual pages via hypercalls. These hypercalls may act on ranges of pages specified via page orders (resulting in a power-of-2 number of pages). In some cases the hypervisor carries out the requests by splitting them into smaller chunks. Error handling in certain PoD cases has been insufficient in that in particular partial success of some operations was not properly accounted for. There are two code paths affected - page removal (CVE-2021-28705) and insertion of new pages (CVE-2021-28709). (We provide one patch which combines the fix to both issues.)


Затронутые продукты
Image SLES15-SP2-BYOS-Azure:xen-libs-4.13.4_02-3.40.1
Image SLES15-SP2-BYOS-EC2-HVM:xen-libs-4.13.4_02-3.40.1
Image SLES15-SP2-BYOS-EC2-HVM:xen-tools-domU-4.13.4_02-3.40.1
Image SLES15-SP2-BYOS-GCE:xen-libs-4.13.4_02-3.40.1

Ссылки
Уязвимость SUSE-SU-2021:3888-1