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

exploitDog

suse-cvrf логотип

SUSE-SU-2018:3927-1

Опубликовано: 27 нояб. 2018
Источник: suse-cvrf

Описание

Security update for qemu

This update for qemu fixes the following issues:

Security issues fixed:

  • CVE-2018-10839: Fixed NE2000 NIC emulation support that is vulnerable to an integer overflow, which could lead to buffer overflow issue. It could occur when receiving packets over the network. A user inside guest could use this flaw to crash the Qemu process resulting in DoS (bsc#1110910).
  • CVE-2018-15746: Fixed qemu-seccomp.c that might allow local OS guest users to cause a denial of service (guest crash) by leveraging mishandling of the seccomp policy for threads other than the main thread (bsc#1106222).
  • CVE-2018-16847: Fixed an OOB heap buffer r/w access issue that was found in the NVM Express Controller emulation in QEMU. It could occur in nvme_cmb_ops routines in nvme device. A guest user/process could use this flaw to crash the QEMU process resulting in DoS or potentially run arbitrary code with privileges of the QEMU process (bsc#1114529).
  • CVE-2018-17958: Fixed a Buffer Overflow in rtl8139_do_receive in hw/net/rtl8139.c because an incorrect integer data type is used (bsc#1111006).
  • CVE-2018-17962: Fixed a Buffer Overflow in pcnet_receive in hw/net/pcnet.c because an incorrect integer data type is used (bsc#1111010).
  • CVE-2018-17963: Fixed qemu_deliver_packet_iov in net/net.c that accepts packet sizes greater than INT_MAX, which allows attackers to cause a denial of service or possibly have unspecified other impact. (bsc#1111013)
  • CVE-2018-18849: Fixed an out of bounds memory access issue that was found in the LSI53C895A SCSI Host Bus Adapter emulation while writing a message in lsi_do_msgin. It could occur during migration if the 'msg_len' field has an invalid value. A user/process could use this flaw to crash the Qemu process resulting in DoS (bsc#1114422).

Non-security issues fixed:

  • Fix slowness in arm32 emulation (bsc#1112499).
  • In order to improve spectre mitigation for s390x, add a new feature in the QEMU cpu model to provide the etoken cpu feature for guests (bsc#1107489).

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

SUSE Linux Enterprise Module for Basesystem 15
qemu-tools-2.11.2-9.12.2
SUSE Linux Enterprise Module for Server Applications 15
qemu-2.11.2-9.12.2
qemu-arm-2.11.2-9.12.2
qemu-block-curl-2.11.2-9.12.2
qemu-block-iscsi-2.11.2-9.12.2
qemu-block-rbd-2.11.2-9.12.2
qemu-block-ssh-2.11.2-9.12.2
qemu-guest-agent-2.11.2-9.12.2
qemu-ipxe-1.0.0+-9.12.2
qemu-kvm-2.11.2-9.12.2
qemu-lang-2.11.2-9.12.2
qemu-ppc-2.11.2-9.12.2
qemu-s390-2.11.2-9.12.2
qemu-seabios-1.11.0-9.12.2
qemu-sgabios-8-9.12.2
qemu-vgabios-1.11.0-9.12.2
qemu-x86-2.11.2-9.12.2

Описание

Qemu emulator <= 3.0.0 built with the NE2000 NIC emulation support is vulnerable to an integer overflow, which could lead to buffer overflow issue. It could occur when receiving packets over the network. A user inside guest could use this flaw to crash the Qemu process resulting in DoS.


Затронутые продукты
SUSE Linux Enterprise Module for Basesystem 15:qemu-tools-2.11.2-9.12.2
SUSE Linux Enterprise Module for Server Applications 15:qemu-2.11.2-9.12.2
SUSE Linux Enterprise Module for Server Applications 15:qemu-arm-2.11.2-9.12.2
SUSE Linux Enterprise Module for Server Applications 15:qemu-block-curl-2.11.2-9.12.2

Ссылки

Описание

qemu-seccomp.c in QEMU might allow local OS guest users to cause a denial of service (guest crash) by leveraging mishandling of the seccomp policy for threads other than the main thread.


Затронутые продукты
SUSE Linux Enterprise Module for Basesystem 15:qemu-tools-2.11.2-9.12.2
SUSE Linux Enterprise Module for Server Applications 15:qemu-2.11.2-9.12.2
SUSE Linux Enterprise Module for Server Applications 15:qemu-arm-2.11.2-9.12.2
SUSE Linux Enterprise Module for Server Applications 15:qemu-block-curl-2.11.2-9.12.2

Ссылки

Описание

An OOB heap buffer r/w access issue was found in the NVM Express Controller emulation in QEMU. It could occur in nvme_cmb_ops routines in nvme device. A guest user/process could use this flaw to crash the QEMU process resulting in DoS or potentially run arbitrary code with privileges of the QEMU process.


Затронутые продукты
SUSE Linux Enterprise Module for Basesystem 15:qemu-tools-2.11.2-9.12.2
SUSE Linux Enterprise Module for Server Applications 15:qemu-2.11.2-9.12.2
SUSE Linux Enterprise Module for Server Applications 15:qemu-arm-2.11.2-9.12.2
SUSE Linux Enterprise Module for Server Applications 15:qemu-block-curl-2.11.2-9.12.2

Ссылки

Описание

Qemu has a Buffer Overflow in rtl8139_do_receive in hw/net/rtl8139.c because an incorrect integer data type is used.


Затронутые продукты
SUSE Linux Enterprise Module for Basesystem 15:qemu-tools-2.11.2-9.12.2
SUSE Linux Enterprise Module for Server Applications 15:qemu-2.11.2-9.12.2
SUSE Linux Enterprise Module for Server Applications 15:qemu-arm-2.11.2-9.12.2
SUSE Linux Enterprise Module for Server Applications 15:qemu-block-curl-2.11.2-9.12.2

Ссылки

Описание

Qemu has a Buffer Overflow in pcnet_receive in hw/net/pcnet.c because an incorrect integer data type is used.


Затронутые продукты
SUSE Linux Enterprise Module for Basesystem 15:qemu-tools-2.11.2-9.12.2
SUSE Linux Enterprise Module for Server Applications 15:qemu-2.11.2-9.12.2
SUSE Linux Enterprise Module for Server Applications 15:qemu-arm-2.11.2-9.12.2
SUSE Linux Enterprise Module for Server Applications 15:qemu-block-curl-2.11.2-9.12.2

Ссылки

Описание

qemu_deliver_packet_iov in net/net.c in Qemu accepts packet sizes greater than INT_MAX, which allows attackers to cause a denial of service or possibly have unspecified other impact.


Затронутые продукты
SUSE Linux Enterprise Module for Basesystem 15:qemu-tools-2.11.2-9.12.2
SUSE Linux Enterprise Module for Server Applications 15:qemu-2.11.2-9.12.2
SUSE Linux Enterprise Module for Server Applications 15:qemu-arm-2.11.2-9.12.2
SUSE Linux Enterprise Module for Server Applications 15:qemu-block-curl-2.11.2-9.12.2

Ссылки

Описание

In Qemu 3.0.0, lsi_do_msgin in hw/scsi/lsi53c895a.c allows out-of-bounds access by triggering an invalid msg_len value.


Затронутые продукты
SUSE Linux Enterprise Module for Basesystem 15:qemu-tools-2.11.2-9.12.2
SUSE Linux Enterprise Module for Server Applications 15:qemu-2.11.2-9.12.2
SUSE Linux Enterprise Module for Server Applications 15:qemu-arm-2.11.2-9.12.2
SUSE Linux Enterprise Module for Server Applications 15:qemu-block-curl-2.11.2-9.12.2

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