Описание
Security update for xen
This update for xen fixes the following issues:
Security issues fixed:
- CVE-2018-19965: Fixed an issue related to the INVPCID instruction in case non-canonical addresses are accessed, which may allow a guest to cause Xen to crash, resulting in a Denial of Service (DoS) affecting the entire host. (XSA-279) (bsc#1115045)
- CVE-2018-18849: Fixed an out of bounds memory access issue was found in the LSI53C895A SCSI Host Bus Adapter emulation while writing a message in lsi_do_msgin (bsc#1114423).
- CVE-2018-19665: Fixed an integer overflow resulting in memory corruption in various Bluetooth functions, allowing this to crash qemu process resulting in Denial of Service (DoS). (bsc#1117756).
- CVE-2018-18438: Fixed an integer overflow in ccid_card_vscard_read function which could allow memory corruption (bsc#1112188).
- CVE-2018-17962: Fixed an integer overflow leading to a buffer overflow in the pcnet component (bsc#1111011)
- CVE-2018-17963: Fixed an integer overflow in relation to large packet sizes, leading to a denial of service (DoS). (bsc#1111014)
- Fixed an issue which could allow an untrusted PV domain with access to a physical device to DMA into its own pagetables leading to privilege escalation (bsc#1126195).
- Fixed an issue which could allow a malicious or buggy x86 PV guest kernels can mount a Denial of Service attack affecting the whole system (bsc#1126196).
- CVE-2018-17958: Fixed an integer overflow which could lead to buffer overflow (bsc#1111007).
- CVE-2018-10839: Fixed an integer overflow leading to a buffer overflow in the ne2000 component (bsc#1110924).
- CVE-2019-6778: Fixed a heap buffer overflow in tcp_emu() found in slirp (bsc#1123157).
- CVE-2018-19966: Fixed issue introduced by XSA-240 that could have caused conflicts with shadow paging (XSA-280)(bsc#1115047).
- CVE-2018-19967: Fixed HLE constructs that allowed guests to lock up the host, resulting in a Denial of Service (DoS). (XSA-282) (bsc#1114988).
- Fixed multiple access violations introduced by XENMEM_exchange hypercall which could allow a single PV guest to leak arbitrary amounts of memory, leading to a denial of service (bsc#1126192).
- Fixed an issue which could allow malicious or buggy guests with passed through PCI devices to be able to escalate their privileges, crash the host, or access data belonging to other guests. Additionally memory leaks were also possible (bsc#1126140).
- Fixed a race condition issue which could allow malicious PV guests to escalate their privilege to that of the hypervisor (bsc#1126141).
- CVE-2019-9824: Fixed an information leak in SLiRP networking implementation which could allow a user/process to read uninitialised stack memory contents (bsc#1129623).
Список пакетов
SUSE Linux Enterprise Point of Sale 11 SP3
Ссылки
- Link for SUSE-SU-2019:14011-1
- E-Mail link for SUSE-SU-2019:14011-1
- SUSE Security Ratings
- SUSE Bug 1110924
- SUSE Bug 1111007
- SUSE Bug 1111011
- SUSE Bug 1111014
- SUSE Bug 1112188
- SUSE Bug 1114423
- SUSE Bug 1114988
- SUSE Bug 1115040
- SUSE Bug 1115045
- SUSE Bug 1115047
- SUSE Bug 1117756
- SUSE Bug 1123157
- SUSE Bug 1126140
- SUSE Bug 1126141
- SUSE Bug 1126192
- SUSE Bug 1126195
- SUSE Bug 1126196
Описание
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.
Затронутые продукты
Ссылки
- CVE-2018-10839
- SUSE Bug 1110910
- SUSE Bug 1110924
Описание
Qemu has a Buffer Overflow in rtl8139_do_receive in hw/net/rtl8139.c because an incorrect integer data type is used.
Затронутые продукты
Ссылки
- CVE-2018-17958
- SUSE Bug 1111006
- SUSE Bug 1111007
Описание
Qemu has a Buffer Overflow in pcnet_receive in hw/net/pcnet.c because an incorrect integer data type is used.
Затронутые продукты
Ссылки
- CVE-2018-17962
- SUSE Bug 1111010
- SUSE Bug 1111011
Описание
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.
Затронутые продукты
Ссылки
- CVE-2018-17963
- SUSE Bug 1111013
- SUSE Bug 1111014
- SUSE Bug 1178658
Описание
Qemu has integer overflows because IOReadHandler and its associated functions use a signed integer data type for a size value.
Затронутые продукты
Ссылки
- CVE-2018-18438
- SUSE Bug 1112185
- SUSE Bug 1112188
Описание
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.
Затронутые продукты
Ссылки
- CVE-2018-18849
- SUSE Bug 1114422
- SUSE Bug 1114423
- SUSE Bug 1178658
Описание
The Bluetooth subsystem in QEMU mishandles negative values for length variables, leading to memory corruption.
Затронутые продукты
Ссылки
- CVE-2018-19665
- SUSE Bug 1117749
- SUSE Bug 1117756
- SUSE Bug 1178658
Описание
An issue was discovered in Xen through 4.11.x on AMD x86 platforms, possibly allowing guest OS users to gain host OS privileges because TLB flushes do not always occur after IOMMU mapping changes.
Затронутые продукты
Ссылки
- CVE-2018-19961
- SUSE Bug 1115040
- SUSE Bug 1178658
Описание
An issue was discovered in Xen through 4.11.x on AMD x86 platforms, possibly allowing guest OS users to gain host OS privileges because small IOMMU mappings are unsafely combined into larger ones.
Затронутые продукты
Ссылки
- CVE-2018-19962
- SUSE Bug 1115040
- SUSE Bug 1178658
Описание
An issue was discovered in Xen through 4.11.x allowing 64-bit PV guest OS users to cause a denial of service (host OS crash) because #GP[0] can occur after a non-canonical address is passed to the TLB flushing code. NOTE: this issue exists because of an incorrect CVE-2017-5754 (aka Meltdown) mitigation.
Затронутые продукты
Ссылки
- CVE-2018-19965
- SUSE Bug 1115045
Описание
An issue was discovered in Xen through 4.11.x allowing x86 PV guest OS users to cause a denial of service (host OS crash) or possibly gain host OS privileges because of an interpretation conflict for a union data structure associated with shadow paging. NOTE: this issue exists because of an incorrect fix for CVE-2017-15595.
Затронутые продукты
Ссылки
- CVE-2018-19966
- SUSE Bug 1115047
- SUSE Bug 1178658
Описание
An issue was discovered in Xen through 4.11.x on Intel x86 platforms allowing guest OS users to cause a denial of service (host OS hang) because Xen does not work around Intel's mishandling of certain HLE transactions associated with the KACQUIRE instruction prefix.
Затронутые продукты
Ссылки
- CVE-2018-19967
- SUSE Bug 1114988
- SUSE Bug 1178658
Описание
In QEMU 3.0.0, tcp_emu in slirp/tcp_subr.c has a heap-based buffer overflow.
Затронутые продукты
Ссылки
- CVE-2019-6778
- SUSE Bug 1123156
- SUSE Bug 1123157
- SUSE Bug 1178658
Описание
tcp_emu in slirp/tcp_subr.c (aka slirp/src/tcp_subr.c) in QEMU 3.0.0 uses uninitialized data in an snprintf call, leading to Information disclosure.
Затронутые продукты
Ссылки
- CVE-2019-9824
- SUSE Bug 1118900
- SUSE Bug 1129622
- SUSE Bug 1129623
- SUSE Bug 1178658