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

exploitDog

suse-cvrf логотип

openSUSE-SU-2017:2398-1

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

Описание

Security update for xen

This update for xen to version 4.7.3 fixes several issues.

These security issues were fixed:

  • CVE-2017-12135: Unbounded recursion in grant table code allowed a malicious guest to crash the host or potentially escalate privileges/leak information (XSA-226, bsc#1051787).
  • CVE-2017-12137: Incorrectly-aligned updates to pagetables allowed for privilege escalation (XSA-227, bsc#1051788).
  • CVE-2017-12136: Race conditions with maptrack free list handling allows a malicious guest administrator to crash the host or escalate their privilege to that of the host (XSA-228, bsc#1051789).
  • CVE-2017-11434: The dhcp_decode function in slirp/bootp.c allowed local guest OS users to cause a denial of service (out-of-bounds read) via a crafted DHCP options string (bsc#1049578).
  • CVE-2017-10664: qemu-nbd did not ignore SIGPIPE, which allowed remote attackers to cause a denial of service (daemon crash) by disconnecting during a server-to-client reply attempt (bsc#1046637).
  • CVE-2017-12855: Premature clearing of GTF_writing / GTF_reading lead to potentially leaking sensitive information (XSA-230 CVE-2017-12855).

These non-security issues were fixed:

  • bsc#1055695: XEN: 11SP4 and 12SP3 HVM guests can not be restored after the save using xl stack
  • bsc#1035231: Migration of HVM domU did not use superpages on destination dom0
  • bsc#1002573: Optimized LVM functions in block-dmmd block-dmmd
  • bsc#1037840: Xen-detect always showed HVM for PV guests

This update was imported from the SUSE:SLE-12-SP2:Update update project.

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

openSUSE Leap 42.2
xen-4.7.3_03-11.12.1
xen-devel-4.7.3_03-11.12.1
xen-doc-html-4.7.3_03-11.12.1
xen-libs-4.7.3_03-11.12.1
xen-libs-32bit-4.7.3_03-11.12.1
xen-tools-4.7.3_03-11.12.1
xen-tools-domU-4.7.3_03-11.12.1

Описание

A heap buffer overflow flaw was found in QEMU's Cirrus CLGD 54xx VGA emulator's VNC display driver support before 2.9; the issue could occur when a VNC client attempted to update its display after a VGA operation is performed by a guest. A privileged user/process inside a guest could use this flaw to crash the QEMU process or, potentially, execute arbitrary code on the host with privileges of the QEMU process.


Затронутые продукты
openSUSE Leap 42.2:xen-4.7.3_03-11.12.1
openSUSE Leap 42.2:xen-devel-4.7.3_03-11.12.1
openSUSE Leap 42.2:xen-doc-html-4.7.3_03-11.12.1
openSUSE Leap 42.2:xen-libs-32bit-4.7.3_03-11.12.1

Ссылки

Описание

qemu-nbd in QEMU (aka Quick Emulator) does not ignore SIGPIPE, which allows remote attackers to cause a denial of service (daemon crash) by disconnecting during a server-to-client reply attempt.


Затронутые продукты
openSUSE Leap 42.2:xen-4.7.3_03-11.12.1
openSUSE Leap 42.2:xen-devel-4.7.3_03-11.12.1
openSUSE Leap 42.2:xen-doc-html-4.7.3_03-11.12.1
openSUSE Leap 42.2:xen-libs-32bit-4.7.3_03-11.12.1

Ссылки

Описание

The dhcp_decode function in slirp/bootp.c in QEMU (aka Quick Emulator) allows local guest OS users to cause a denial of service (out-of-bounds read and QEMU process crash) via a crafted DHCP options string.


Затронутые продукты
openSUSE Leap 42.2:xen-4.7.3_03-11.12.1
openSUSE Leap 42.2:xen-devel-4.7.3_03-11.12.1
openSUSE Leap 42.2:xen-doc-html-4.7.3_03-11.12.1
openSUSE Leap 42.2:xen-libs-32bit-4.7.3_03-11.12.1

Ссылки

Описание

Xen allows local OS guest users to cause a denial of service (crash) or possibly obtain sensitive information or gain privileges via vectors involving transitive grants.


Затронутые продукты
openSUSE Leap 42.2:xen-4.7.3_03-11.12.1
openSUSE Leap 42.2:xen-devel-4.7.3_03-11.12.1
openSUSE Leap 42.2:xen-doc-html-4.7.3_03-11.12.1
openSUSE Leap 42.2:xen-libs-32bit-4.7.3_03-11.12.1

Ссылки

Описание

Race condition in the grant table code in Xen 4.6.x through 4.9.x allows local guest OS administrators to cause a denial of service (free list corruption and host crash) or gain privileges on the host via vectors involving maptrack free list handling.


Затронутые продукты
openSUSE Leap 42.2:xen-4.7.3_03-11.12.1
openSUSE Leap 42.2:xen-devel-4.7.3_03-11.12.1
openSUSE Leap 42.2:xen-doc-html-4.7.3_03-11.12.1
openSUSE Leap 42.2:xen-libs-32bit-4.7.3_03-11.12.1

Ссылки

Описание

arch/x86/mm.c in Xen allows local PV guest OS users to gain host OS privileges via vectors related to map_grant_ref.


Затронутые продукты
openSUSE Leap 42.2:xen-4.7.3_03-11.12.1
openSUSE Leap 42.2:xen-devel-4.7.3_03-11.12.1
openSUSE Leap 42.2:xen-doc-html-4.7.3_03-11.12.1
openSUSE Leap 42.2:xen-libs-32bit-4.7.3_03-11.12.1

Ссылки

Описание

Xen maintains the _GTF_{read,writ}ing bits as appropriate, to inform the guest that a grant is in use. A guest is expected not to modify the grant details while it is in use, whereas the guest is free to modify/reuse the grant entry when it is not in use. Under some circumstances, Xen will clear the status bits too early, incorrectly informing the guest that the grant is no longer in use. A guest may prematurely believe that a granted frame is safely private again, and reuse it in a way which contains sensitive information, while the domain on the far end of the grant is still using the grant. Xen 4.9, 4.8, 4.7, 4.6, and 4.5 are affected.


Затронутые продукты
openSUSE Leap 42.2:xen-4.7.3_03-11.12.1
openSUSE Leap 42.2:xen-devel-4.7.3_03-11.12.1
openSUSE Leap 42.2:xen-doc-html-4.7.3_03-11.12.1
openSUSE Leap 42.2:xen-libs-32bit-4.7.3_03-11.12.1

Ссылки
Уязвимость openSUSE-SU-2017:2398-1