suse-su-2019:0827-1
Vulnerability from csaf_suse
Published
2019-04-01 09:26
Modified
2019-04-01 09:26
Summary
Security update for xen
Notes
Title of the patch
Security update for xen
Description of the patch
This update for xen fixes the following issues:
Security issues fixed:
- CVE-2019-6778: Fixed a heap buffer overflow in tcp_emu() found in slirp (bsc#1123157).
- CVE-2017-13672: Fixed an out of bounds read access during display update (bsc#1056336).
- 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-2018-18849: Fixed an out of bounds msg buffer access which could lead to denial of service (bsc#1114423).
- Fixed an issue which could allow a malicious unprivileged guest userspace process to escalate its privilege
to that of other userspace processes in the same guest and potentially thereby to that
of the guest operating system (bsc#1126201).
- CVE-2018-17958: Fixed an integer overflow leading to a buffer overflow in the
rtl8139 component (bsc#1111007)
- 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)
- 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-2019-9824: Fixed an information leak in SLiRP networking implementation which could allow a user/process
to read uninitialised stack memory contents (bsc#1129623).
- CVE-2018-19961, CVE-2018-19962: Fixed an issue related to insufficient TLB
flushing with AMD IOMMUs, which potentially allowed a guest to escalate its
privileges, may cause a Denial of Service (DoS) affecting the entire host, or
may be able to access data it is not supposed to access. (XSA-275)
(bsc#1115040)
- CVE-2018-19966: Fixed an issue related to a previous fix for XSA-240, which
conflicted with shadow paging and allowed a guest to cause Xen to crash,
resulting in a Denial of Service (DoS) (XSA-280) (bsc#1115047).
- CVE-2018-10839: Fixed an integer overflow leading to a buffer overflow in
the ne2000 component (bsc#1110924).
- 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).
- Fixed an issue which could allow malicious 64bit PV guests to cause a host crash (bsc#1127400).
- Fixed an issue which could allow malicious PV guests may cause a host crash or
gain access to data pertaining to other guests.Additionally, vulnerable configurations
are likely to be unstable even in the absence of an attack (bsc#1126198).
- 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).
- 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 a malicious or buggy x86 PV guest kernels can mount a Denial of Service
attack affecting the whole system (bsc#1126196).
- 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).
- CVE-2018-17962: Fixed an integer overflow leading to a buffer overflow in the
pcnet component (bsc#1111011)
- CVE-2018-18438: Fixed an integer overflow in ccid_card_vscard_read function which could lead to memory corruption (bsc#1112188).
Other issues fixed:
- Upstream bug fixes (bsc#1027519)
- Fixed an issue where XEN SLE12-SP1 domU hangs on SLE12-SP3 HV1108940 (bsc#1108940).
Patchnames
SUSE-2019-827,SUSE-SLE-SERVER-12-2019-827
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for xen", "title": "Title of the patch" }, { "category": "description", "text": "This update for xen fixes the following issues:\n\nSecurity issues fixed:\n\n- CVE-2019-6778: Fixed a heap buffer overflow in tcp_emu() found in slirp (bsc#1123157).\n- CVE-2017-13672: Fixed an out of bounds read access during display update (bsc#1056336).\n- Fixed an issue which could allow malicious or buggy guests with passed through PCI devices to be able to \n escalate their privileges, crash the host, or access data belonging to other guests. Additionally memory \n leaks were also possible (bsc#1126140)\n- Fixed a race condition issue which could allow malicious PV guests to escalate their privilege to that \n of the hypervisor (bsc#1126141).\n- CVE-2018-18849: Fixed an out of bounds msg buffer access which could lead to denial of service (bsc#1114423). \n- Fixed an issue which could allow a malicious unprivileged guest userspace process to escalate its privilege \n to that of other userspace processes in the same guest and potentially thereby to that \n of the guest operating system (bsc#1126201). \n- CVE-2018-17958: Fixed an integer overflow leading to a buffer overflow in the\n rtl8139 component (bsc#1111007)\n- CVE-2018-19967: Fixed HLE constructs that allowed guests to lock up the host,\n resulting in a Denial of Service (DoS). (XSA-282) (bsc#1114988) \n- CVE-2018-19665: Fixed an integer overflow resulting in memory corruption in\n various Bluetooth functions, allowing this to crash qemu process resulting in\n Denial of Service (DoS). (bsc#1117756).\n- CVE-2019-9824: Fixed an information leak in SLiRP networking implementation which could allow a user/process \n to read uninitialised stack memory contents (bsc#1129623).\n- CVE-2018-19961, CVE-2018-19962: Fixed an issue related to insufficient TLB\n flushing with AMD IOMMUs, which potentially allowed a guest to escalate its\n privileges, may cause a Denial of Service (DoS) affecting the entire host, or\n may be able to access data it is not supposed to access. (XSA-275)\n (bsc#1115040)\n- CVE-2018-19966: Fixed an issue related to a previous fix for XSA-240, which\n conflicted with shadow paging and allowed a guest to cause Xen to crash,\n resulting in a Denial of Service (DoS) (XSA-280) (bsc#1115047).\n- CVE-2018-10839: Fixed an integer overflow leading to a buffer overflow in\n the ne2000 component (bsc#1110924).\n- CVE-2018-19965: Fixed an issue related to the INVPCID instruction in case\n non-canonical addresses are accessed, which may allow a guest to cause Xen to\n crash, resulting in a Denial of Service (DoS) affecting the entire host.\n (XSA-279) (bsc#1115045).\n- Fixed an issue which could allow malicious 64bit PV guests to cause a host crash (bsc#1127400).\n- Fixed an issue which could allow malicious PV guests may cause a host crash or \n gain access to data pertaining to other guests.Additionally, vulnerable configurations \n are likely to be unstable even in the absence of an attack (bsc#1126198).\n- Fixed multiple access violations introduced by XENMEM_exchange hypercall which could allow \n a single PV guest to leak arbitrary amounts of memory, leading to a denial of service (bsc#1126192).\n- CVE-2018-17963: Fixed an integer overflow in relation to large packet sizes,\n leading to a denial of service (DoS). (bsc#1111014).\n- Fixed an issue which could allow a malicious or buggy x86 PV guest kernels can mount a Denial of Service\n attack affecting the whole system (bsc#1126196).\n- Fixed an issue which could allow an untrusted PV domain with access to a physical device to DMA into its own \n pagetables leading to privilege escalation (bsc#1126195).\n- CVE-2018-17962: Fixed an integer overflow leading to a buffer overflow in the\n pcnet component (bsc#1111011)\n- CVE-2018-18438: Fixed an integer overflow in ccid_card_vscard_read function which could lead to memory corruption (bsc#1112188).\n\nOther issues fixed: \n\n- Upstream bug fixes (bsc#1027519)\n- Fixed an issue where XEN SLE12-SP1 domU hangs on SLE12-SP3 HV1108940 (bsc#1108940).\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2019-827,SUSE-SLE-SERVER-12-2019-827", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2019_0827-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2019:0827-1", "url": "https://www.suse.com/support/update/announcement/2019/suse-su-20190827-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2019:0827-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2019-April/005275.html" }, { "category": "self", "summary": "SUSE Bug 1027519", "url": "https://bugzilla.suse.com/1027519" }, { "category": "self", "summary": "SUSE Bug 1056336", "url": "https://bugzilla.suse.com/1056336" }, { "category": "self", "summary": "SUSE Bug 1105528", "url": "https://bugzilla.suse.com/1105528" }, { "category": "self", "summary": "SUSE Bug 1108940", "url": "https://bugzilla.suse.com/1108940" }, { "category": "self", "summary": "SUSE Bug 1110924", "url": "https://bugzilla.suse.com/1110924" }, { "category": "self", "summary": "SUSE Bug 1111007", "url": "https://bugzilla.suse.com/1111007" }, { "category": "self", "summary": "SUSE Bug 1111011", "url": "https://bugzilla.suse.com/1111011" }, { "category": "self", "summary": "SUSE Bug 1111014", "url": "https://bugzilla.suse.com/1111014" }, { "category": "self", "summary": "SUSE Bug 1112188", "url": "https://bugzilla.suse.com/1112188" }, { "category": "self", "summary": "SUSE Bug 1114423", "url": "https://bugzilla.suse.com/1114423" }, { "category": "self", "summary": "SUSE Bug 1114988", "url": "https://bugzilla.suse.com/1114988" }, { "category": "self", "summary": "SUSE Bug 1115040", "url": "https://bugzilla.suse.com/1115040" }, { "category": "self", "summary": "SUSE Bug 1115045", "url": "https://bugzilla.suse.com/1115045" }, { "category": "self", "summary": "SUSE Bug 1115047", "url": "https://bugzilla.suse.com/1115047" }, { "category": "self", "summary": "SUSE Bug 1117756", "url": "https://bugzilla.suse.com/1117756" }, { "category": "self", "summary": "SUSE Bug 1123157", "url": "https://bugzilla.suse.com/1123157" }, { "category": "self", "summary": "SUSE Bug 1126140", "url": "https://bugzilla.suse.com/1126140" }, { "category": "self", "summary": "SUSE Bug 1126141", "url": "https://bugzilla.suse.com/1126141" }, { "category": "self", "summary": "SUSE Bug 1126192", "url": "https://bugzilla.suse.com/1126192" }, { "category": "self", "summary": "SUSE Bug 1126195", "url": "https://bugzilla.suse.com/1126195" }, { "category": "self", "summary": "SUSE Bug 1126196", "url": "https://bugzilla.suse.com/1126196" }, { "category": "self", "summary": "SUSE Bug 1126198", "url": "https://bugzilla.suse.com/1126198" }, { "category": "self", "summary": "SUSE Bug 1126201", "url": "https://bugzilla.suse.com/1126201" }, { "category": "self", "summary": "SUSE Bug 1127400", "url": "https://bugzilla.suse.com/1127400" }, { "category": "self", "summary": "SUSE Bug 1129623", "url": "https://bugzilla.suse.com/1129623" }, { "category": "self", "summary": "SUSE CVE CVE-2017-13672 page", "url": "https://www.suse.com/security/cve/CVE-2017-13672/" }, { "category": "self", "summary": "SUSE CVE CVE-2018-10839 page", "url": "https://www.suse.com/security/cve/CVE-2018-10839/" }, { "category": "self", "summary": "SUSE CVE CVE-2018-17958 page", "url": "https://www.suse.com/security/cve/CVE-2018-17958/" }, { "category": "self", "summary": "SUSE CVE CVE-2018-17962 page", "url": "https://www.suse.com/security/cve/CVE-2018-17962/" }, { "category": "self", "summary": "SUSE CVE CVE-2018-17963 page", "url": "https://www.suse.com/security/cve/CVE-2018-17963/" }, { "category": "self", "summary": "SUSE CVE CVE-2018-18438 page", "url": "https://www.suse.com/security/cve/CVE-2018-18438/" }, { "category": "self", "summary": "SUSE CVE CVE-2018-18849 page", "url": "https://www.suse.com/security/cve/CVE-2018-18849/" }, { "category": "self", "summary": "SUSE CVE CVE-2018-19665 page", "url": "https://www.suse.com/security/cve/CVE-2018-19665/" }, { "category": "self", "summary": "SUSE CVE CVE-2018-19961 page", "url": "https://www.suse.com/security/cve/CVE-2018-19961/" }, { "category": "self", "summary": "SUSE CVE CVE-2018-19962 page", "url": "https://www.suse.com/security/cve/CVE-2018-19962/" }, { "category": "self", "summary": "SUSE CVE CVE-2018-19965 page", "url": "https://www.suse.com/security/cve/CVE-2018-19965/" }, { "category": "self", "summary": "SUSE CVE CVE-2018-19966 page", "url": "https://www.suse.com/security/cve/CVE-2018-19966/" }, { "category": "self", "summary": "SUSE CVE CVE-2018-19967 page", "url": "https://www.suse.com/security/cve/CVE-2018-19967/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-6778 page", "url": "https://www.suse.com/security/cve/CVE-2019-6778/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-9824 page", "url": "https://www.suse.com/security/cve/CVE-2019-9824/" } ], "title": "Security update for xen", "tracking": { "current_release_date": "2019-04-01T09:26:41Z", "generator": { "date": "2019-04-01T09:26:41Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2019:0827-1", "initial_release_date": "2019-04-01T09:26:41Z", "revision_history": [ { "date": "2019-04-01T09:26:41Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "xen-4.4.4_40-22.77.1.aarch64", "product": { "name": "xen-4.4.4_40-22.77.1.aarch64", "product_id": "xen-4.4.4_40-22.77.1.aarch64" } }, { "category": "product_version", "name": "xen-devel-4.4.4_40-22.77.1.aarch64", "product": { "name": "xen-devel-4.4.4_40-22.77.1.aarch64", "product_id": "xen-devel-4.4.4_40-22.77.1.aarch64" } }, { "category": "product_version", "name": "xen-doc-html-4.4.4_40-22.77.1.aarch64", "product": { "name": "xen-doc-html-4.4.4_40-22.77.1.aarch64", "product_id": "xen-doc-html-4.4.4_40-22.77.1.aarch64" } }, { "category": "product_version", "name": "xen-libs-4.4.4_40-22.77.1.aarch64", "product": { "name": "xen-libs-4.4.4_40-22.77.1.aarch64", "product_id": "xen-libs-4.4.4_40-22.77.1.aarch64" } }, { "category": "product_version", "name": "xen-tools-4.4.4_40-22.77.1.aarch64", "product": { "name": "xen-tools-4.4.4_40-22.77.1.aarch64", "product_id": "xen-tools-4.4.4_40-22.77.1.aarch64" } }, { "category": "product_version", "name": "xen-tools-domU-4.4.4_40-22.77.1.aarch64", "product": { "name": "xen-tools-domU-4.4.4_40-22.77.1.aarch64", "product_id": "xen-tools-domU-4.4.4_40-22.77.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "xen-libs-64bit-4.4.4_40-22.77.1.aarch64_ilp32", "product": { "name": "xen-libs-64bit-4.4.4_40-22.77.1.aarch64_ilp32", "product_id": "xen-libs-64bit-4.4.4_40-22.77.1.aarch64_ilp32" } } ], "category": "architecture", "name": "aarch64_ilp32" }, { "branches": [ { "category": "product_version", "name": "xen-devel-4.4.4_40-22.77.1.i586", "product": { "name": "xen-devel-4.4.4_40-22.77.1.i586", "product_id": "xen-devel-4.4.4_40-22.77.1.i586" } }, { "category": "product_version", "name": "xen-libs-4.4.4_40-22.77.1.i586", "product": { "name": "xen-libs-4.4.4_40-22.77.1.i586", "product_id": "xen-libs-4.4.4_40-22.77.1.i586" } }, { "category": "product_version", "name": "xen-tools-domU-4.4.4_40-22.77.1.i586", "product": { "name": "xen-tools-domU-4.4.4_40-22.77.1.i586", "product_id": "xen-tools-domU-4.4.4_40-22.77.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "xen-4.4.4_40-22.77.1.x86_64", "product": { "name": "xen-4.4.4_40-22.77.1.x86_64", "product_id": "xen-4.4.4_40-22.77.1.x86_64" } }, { "category": "product_version", "name": "xen-devel-4.4.4_40-22.77.1.x86_64", "product": { "name": "xen-devel-4.4.4_40-22.77.1.x86_64", "product_id": "xen-devel-4.4.4_40-22.77.1.x86_64" } }, { "category": "product_version", "name": "xen-doc-html-4.4.4_40-22.77.1.x86_64", "product": { "name": "xen-doc-html-4.4.4_40-22.77.1.x86_64", "product_id": "xen-doc-html-4.4.4_40-22.77.1.x86_64" } }, { "category": "product_version", "name": "xen-kmp-default-4.4.4_40_k3.12.61_52.146-22.77.1.x86_64", "product": { "name": "xen-kmp-default-4.4.4_40_k3.12.61_52.146-22.77.1.x86_64", "product_id": "xen-kmp-default-4.4.4_40_k3.12.61_52.146-22.77.1.x86_64" } }, { "category": "product_version", "name": "xen-libs-4.4.4_40-22.77.1.x86_64", "product": { "name": "xen-libs-4.4.4_40-22.77.1.x86_64", "product_id": "xen-libs-4.4.4_40-22.77.1.x86_64" } }, { "category": "product_version", "name": "xen-libs-32bit-4.4.4_40-22.77.1.x86_64", "product": { "name": "xen-libs-32bit-4.4.4_40-22.77.1.x86_64", "product_id": "xen-libs-32bit-4.4.4_40-22.77.1.x86_64" } }, { "category": "product_version", "name": "xen-tools-4.4.4_40-22.77.1.x86_64", "product": { "name": "xen-tools-4.4.4_40-22.77.1.x86_64", "product_id": "xen-tools-4.4.4_40-22.77.1.x86_64" } }, { "category": "product_version", "name": "xen-tools-domU-4.4.4_40-22.77.1.x86_64", "product": { "name": "xen-tools-domU-4.4.4_40-22.77.1.x86_64", "product_id": "xen-tools-domU-4.4.4_40-22.77.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Server 12-LTSS", "product": { "name": "SUSE Linux Enterprise Server 12-LTSS", "product_id": "SUSE Linux Enterprise Server 12-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:12" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "xen-4.4.4_40-22.77.1.x86_64 as component of SUSE Linux Enterprise Server 12-LTSS", "product_id": "SUSE Linux Enterprise Server 12-LTSS:xen-4.4.4_40-22.77.1.x86_64" }, "product_reference": "xen-4.4.4_40-22.77.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "xen-doc-html-4.4.4_40-22.77.1.x86_64 as component of SUSE Linux Enterprise Server 12-LTSS", "product_id": "SUSE Linux Enterprise Server 12-LTSS:xen-doc-html-4.4.4_40-22.77.1.x86_64" }, "product_reference": "xen-doc-html-4.4.4_40-22.77.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "xen-kmp-default-4.4.4_40_k3.12.61_52.146-22.77.1.x86_64 as component of SUSE Linux Enterprise Server 12-LTSS", "product_id": "SUSE Linux Enterprise Server 12-LTSS:xen-kmp-default-4.4.4_40_k3.12.61_52.146-22.77.1.x86_64" }, "product_reference": "xen-kmp-default-4.4.4_40_k3.12.61_52.146-22.77.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "xen-libs-4.4.4_40-22.77.1.x86_64 as component of SUSE Linux Enterprise Server 12-LTSS", "product_id": "SUSE Linux Enterprise Server 12-LTSS:xen-libs-4.4.4_40-22.77.1.x86_64" }, "product_reference": "xen-libs-4.4.4_40-22.77.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "xen-libs-32bit-4.4.4_40-22.77.1.x86_64 as component of SUSE Linux Enterprise Server 12-LTSS", "product_id": "SUSE Linux Enterprise Server 12-LTSS:xen-libs-32bit-4.4.4_40-22.77.1.x86_64" }, "product_reference": "xen-libs-32bit-4.4.4_40-22.77.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-4.4.4_40-22.77.1.x86_64 as component of SUSE Linux Enterprise Server 12-LTSS", "product_id": "SUSE Linux Enterprise Server 12-LTSS:xen-tools-4.4.4_40-22.77.1.x86_64" }, "product_reference": "xen-tools-4.4.4_40-22.77.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-domU-4.4.4_40-22.77.1.x86_64 as component of SUSE Linux Enterprise Server 12-LTSS", "product_id": "SUSE Linux Enterprise Server 12-LTSS:xen-tools-domU-4.4.4_40-22.77.1.x86_64" }, "product_reference": "xen-tools-domU-4.4.4_40-22.77.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12-LTSS" } ] }, "vulnerabilities": [ { "cve": "CVE-2017-13672", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2017-13672" } ], "notes": [ { "category": "general", "text": "QEMU (aka Quick Emulator), when built with the VGA display emulator support, allows local guest OS privileged users to cause a denial of service (out-of-bounds read and QEMU process crash) via vectors involving display update.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12-LTSS:xen-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-doc-html-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-kmp-default-4.4.4_40_k3.12.61_52.146-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-libs-32bit-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-libs-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-tools-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-tools-domU-4.4.4_40-22.77.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2017-13672", "url": "https://www.suse.com/security/cve/CVE-2017-13672" }, { "category": "external", "summary": "SUSE Bug 1056334 for CVE-2017-13672", "url": "https://bugzilla.suse.com/1056334" }, { "category": "external", "summary": "SUSE Bug 1056336 for CVE-2017-13672", "url": "https://bugzilla.suse.com/1056336" }, { "category": "external", "summary": "SUSE Bug 1084604 for CVE-2017-13672", "url": "https://bugzilla.suse.com/1084604" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Server 12-LTSS:xen-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-doc-html-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-kmp-default-4.4.4_40_k3.12.61_52.146-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-libs-32bit-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-libs-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-tools-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-tools-domU-4.4.4_40-22.77.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3, "baseSeverity": "LOW", "vectorString": "CVSS:3.0/AV:A/AC:H/PR:L/UI:N/S:C/C:N/I:N/A:L", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Server 12-LTSS:xen-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-doc-html-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-kmp-default-4.4.4_40_k3.12.61_52.146-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-libs-32bit-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-libs-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-tools-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-tools-domU-4.4.4_40-22.77.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2019-04-01T09:26:41Z", "details": "low" } ], "title": "CVE-2017-13672" }, { "cve": "CVE-2018-10839", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2018-10839" } ], "notes": [ { "category": "general", "text": "Qemu emulator \u003c= 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.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12-LTSS:xen-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-doc-html-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-kmp-default-4.4.4_40_k3.12.61_52.146-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-libs-32bit-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-libs-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-tools-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-tools-domU-4.4.4_40-22.77.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2018-10839", "url": "https://www.suse.com/security/cve/CVE-2018-10839" }, { "category": "external", "summary": "SUSE Bug 1110910 for CVE-2018-10839", "url": "https://bugzilla.suse.com/1110910" }, { "category": "external", "summary": "SUSE Bug 1110924 for CVE-2018-10839", "url": "https://bugzilla.suse.com/1110924" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Server 12-LTSS:xen-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-doc-html-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-kmp-default-4.4.4_40_k3.12.61_52.146-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-libs-32bit-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-libs-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-tools-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-tools-domU-4.4.4_40-22.77.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:H", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Server 12-LTSS:xen-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-doc-html-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-kmp-default-4.4.4_40_k3.12.61_52.146-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-libs-32bit-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-libs-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-tools-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-tools-domU-4.4.4_40-22.77.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2019-04-01T09:26:41Z", "details": "moderate" } ], "title": "CVE-2018-10839" }, { "cve": "CVE-2018-17958", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2018-17958" } ], "notes": [ { "category": "general", "text": "Qemu has a Buffer Overflow in rtl8139_do_receive in hw/net/rtl8139.c because an incorrect integer data type is used.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12-LTSS:xen-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-doc-html-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-kmp-default-4.4.4_40_k3.12.61_52.146-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-libs-32bit-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-libs-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-tools-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-tools-domU-4.4.4_40-22.77.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2018-17958", "url": "https://www.suse.com/security/cve/CVE-2018-17958" }, { "category": "external", "summary": "SUSE Bug 1111006 for CVE-2018-17958", "url": "https://bugzilla.suse.com/1111006" }, { "category": "external", "summary": "SUSE Bug 1111007 for CVE-2018-17958", "url": "https://bugzilla.suse.com/1111007" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Server 12-LTSS:xen-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-doc-html-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-kmp-default-4.4.4_40_k3.12.61_52.146-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-libs-32bit-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-libs-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-tools-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-tools-domU-4.4.4_40-22.77.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:H", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Server 12-LTSS:xen-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-doc-html-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-kmp-default-4.4.4_40_k3.12.61_52.146-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-libs-32bit-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-libs-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-tools-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-tools-domU-4.4.4_40-22.77.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2019-04-01T09:26:41Z", "details": "moderate" } ], "title": "CVE-2018-17958" }, { "cve": "CVE-2018-17962", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2018-17962" } ], "notes": [ { "category": "general", "text": "Qemu has a Buffer Overflow in pcnet_receive in hw/net/pcnet.c because an incorrect integer data type is used.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12-LTSS:xen-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-doc-html-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-kmp-default-4.4.4_40_k3.12.61_52.146-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-libs-32bit-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-libs-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-tools-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-tools-domU-4.4.4_40-22.77.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2018-17962", "url": "https://www.suse.com/security/cve/CVE-2018-17962" }, { "category": "external", "summary": "SUSE Bug 1111010 for CVE-2018-17962", "url": "https://bugzilla.suse.com/1111010" }, { "category": "external", "summary": "SUSE Bug 1111011 for CVE-2018-17962", "url": "https://bugzilla.suse.com/1111011" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Server 12-LTSS:xen-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-doc-html-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-kmp-default-4.4.4_40_k3.12.61_52.146-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-libs-32bit-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-libs-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-tools-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-tools-domU-4.4.4_40-22.77.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:H", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Server 12-LTSS:xen-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-doc-html-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-kmp-default-4.4.4_40_k3.12.61_52.146-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-libs-32bit-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-libs-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-tools-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-tools-domU-4.4.4_40-22.77.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2019-04-01T09:26:41Z", "details": "moderate" } ], "title": "CVE-2018-17962" }, { "cve": "CVE-2018-17963", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2018-17963" } ], "notes": [ { "category": "general", "text": "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.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12-LTSS:xen-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-doc-html-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-kmp-default-4.4.4_40_k3.12.61_52.146-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-libs-32bit-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-libs-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-tools-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-tools-domU-4.4.4_40-22.77.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2018-17963", "url": "https://www.suse.com/security/cve/CVE-2018-17963" }, { "category": "external", "summary": "SUSE Bug 1111013 for CVE-2018-17963", "url": "https://bugzilla.suse.com/1111013" }, { "category": "external", "summary": "SUSE Bug 1111014 for CVE-2018-17963", "url": "https://bugzilla.suse.com/1111014" }, { "category": "external", "summary": "SUSE Bug 1178658 for CVE-2018-17963", "url": "https://bugzilla.suse.com/1178658" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Server 12-LTSS:xen-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-doc-html-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-kmp-default-4.4.4_40_k3.12.61_52.146-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-libs-32bit-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-libs-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-tools-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-tools-domU-4.4.4_40-22.77.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:H", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Server 12-LTSS:xen-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-doc-html-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-kmp-default-4.4.4_40_k3.12.61_52.146-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-libs-32bit-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-libs-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-tools-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-tools-domU-4.4.4_40-22.77.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2019-04-01T09:26:41Z", "details": "moderate" } ], "title": "CVE-2018-17963" }, { "cve": "CVE-2018-18438", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2018-18438" } ], "notes": [ { "category": "general", "text": "Qemu has integer overflows because IOReadHandler and its associated functions use a signed integer data type for a size value.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12-LTSS:xen-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-doc-html-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-kmp-default-4.4.4_40_k3.12.61_52.146-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-libs-32bit-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-libs-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-tools-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-tools-domU-4.4.4_40-22.77.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2018-18438", "url": "https://www.suse.com/security/cve/CVE-2018-18438" }, { "category": "external", "summary": "SUSE Bug 1112185 for CVE-2018-18438", "url": "https://bugzilla.suse.com/1112185" }, { "category": "external", "summary": "SUSE Bug 1112188 for CVE-2018-18438", "url": "https://bugzilla.suse.com/1112188" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Server 12-LTSS:xen-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-doc-html-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-kmp-default-4.4.4_40_k3.12.61_52.146-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-libs-32bit-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-libs-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-tools-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-tools-domU-4.4.4_40-22.77.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:L/AC:H/PR:L/UI:N/S:C/C:N/I:L/A:H", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Server 12-LTSS:xen-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-doc-html-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-kmp-default-4.4.4_40_k3.12.61_52.146-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-libs-32bit-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-libs-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-tools-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-tools-domU-4.4.4_40-22.77.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2019-04-01T09:26:41Z", "details": "moderate" } ], "title": "CVE-2018-18438" }, { "cve": "CVE-2018-18849", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2018-18849" } ], "notes": [ { "category": "general", "text": "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.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12-LTSS:xen-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-doc-html-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-kmp-default-4.4.4_40_k3.12.61_52.146-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-libs-32bit-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-libs-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-tools-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-tools-domU-4.4.4_40-22.77.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2018-18849", "url": "https://www.suse.com/security/cve/CVE-2018-18849" }, { "category": "external", "summary": "SUSE Bug 1114422 for CVE-2018-18849", "url": "https://bugzilla.suse.com/1114422" }, { "category": "external", "summary": "SUSE Bug 1114423 for CVE-2018-18849", "url": "https://bugzilla.suse.com/1114423" }, { "category": "external", "summary": "SUSE Bug 1178658 for CVE-2018-18849", "url": "https://bugzilla.suse.com/1178658" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Server 12-LTSS:xen-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-doc-html-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-kmp-default-4.4.4_40_k3.12.61_52.146-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-libs-32bit-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-libs-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-tools-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-tools-domU-4.4.4_40-22.77.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:L/AC:H/PR:L/UI:N/S:C/C:N/I:L/A:H", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Server 12-LTSS:xen-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-doc-html-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-kmp-default-4.4.4_40_k3.12.61_52.146-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-libs-32bit-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-libs-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-tools-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-tools-domU-4.4.4_40-22.77.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2019-04-01T09:26:41Z", "details": "moderate" } ], "title": "CVE-2018-18849" }, { "cve": "CVE-2018-19665", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2018-19665" } ], "notes": [ { "category": "general", "text": "The Bluetooth subsystem in QEMU mishandles negative values for length variables, leading to memory corruption.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12-LTSS:xen-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-doc-html-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-kmp-default-4.4.4_40_k3.12.61_52.146-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-libs-32bit-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-libs-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-tools-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-tools-domU-4.4.4_40-22.77.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2018-19665", "url": "https://www.suse.com/security/cve/CVE-2018-19665" }, { "category": "external", "summary": "SUSE Bug 1117749 for CVE-2018-19665", "url": "https://bugzilla.suse.com/1117749" }, { "category": "external", "summary": "SUSE Bug 1117756 for CVE-2018-19665", "url": "https://bugzilla.suse.com/1117756" }, { "category": "external", "summary": "SUSE Bug 1178658 for CVE-2018-19665", "url": "https://bugzilla.suse.com/1178658" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Server 12-LTSS:xen-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-doc-html-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-kmp-default-4.4.4_40_k3.12.61_52.146-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-libs-32bit-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-libs-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-tools-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-tools-domU-4.4.4_40-22.77.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:L/AC:H/PR:L/UI:N/S:C/C:N/I:L/A:H", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Server 12-LTSS:xen-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-doc-html-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-kmp-default-4.4.4_40_k3.12.61_52.146-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-libs-32bit-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-libs-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-tools-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-tools-domU-4.4.4_40-22.77.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2019-04-01T09:26:41Z", "details": "moderate" } ], "title": "CVE-2018-19665" }, { "cve": "CVE-2018-19961", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2018-19961" } ], "notes": [ { "category": "general", "text": "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.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12-LTSS:xen-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-doc-html-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-kmp-default-4.4.4_40_k3.12.61_52.146-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-libs-32bit-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-libs-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-tools-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-tools-domU-4.4.4_40-22.77.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2018-19961", "url": "https://www.suse.com/security/cve/CVE-2018-19961" }, { "category": "external", "summary": "SUSE Bug 1115040 for CVE-2018-19961", "url": "https://bugzilla.suse.com/1115040" }, { "category": "external", "summary": "SUSE Bug 1178658 for CVE-2018-19961", "url": "https://bugzilla.suse.com/1178658" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Server 12-LTSS:xen-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-doc-html-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-kmp-default-4.4.4_40_k3.12.61_52.146-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-libs-32bit-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-libs-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-tools-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-tools-domU-4.4.4_40-22.77.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.0/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Server 12-LTSS:xen-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-doc-html-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-kmp-default-4.4.4_40_k3.12.61_52.146-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-libs-32bit-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-libs-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-tools-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-tools-domU-4.4.4_40-22.77.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2019-04-01T09:26:41Z", "details": "important" } ], "title": "CVE-2018-19961" }, { "cve": "CVE-2018-19962", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2018-19962" } ], "notes": [ { "category": "general", "text": "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.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12-LTSS:xen-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-doc-html-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-kmp-default-4.4.4_40_k3.12.61_52.146-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-libs-32bit-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-libs-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-tools-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-tools-domU-4.4.4_40-22.77.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2018-19962", "url": "https://www.suse.com/security/cve/CVE-2018-19962" }, { "category": "external", "summary": "SUSE Bug 1115040 for CVE-2018-19962", "url": "https://bugzilla.suse.com/1115040" }, { "category": "external", "summary": "SUSE Bug 1178658 for CVE-2018-19962", "url": "https://bugzilla.suse.com/1178658" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Server 12-LTSS:xen-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-doc-html-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-kmp-default-4.4.4_40_k3.12.61_52.146-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-libs-32bit-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-libs-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-tools-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-tools-domU-4.4.4_40-22.77.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.0/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Server 12-LTSS:xen-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-doc-html-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-kmp-default-4.4.4_40_k3.12.61_52.146-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-libs-32bit-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-libs-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-tools-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-tools-domU-4.4.4_40-22.77.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2019-04-01T09:26:41Z", "details": "important" } ], "title": "CVE-2018-19962" }, { "cve": "CVE-2018-19965", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2018-19965" } ], "notes": [ { "category": "general", "text": "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.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12-LTSS:xen-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-doc-html-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-kmp-default-4.4.4_40_k3.12.61_52.146-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-libs-32bit-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-libs-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-tools-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-tools-domU-4.4.4_40-22.77.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2018-19965", "url": "https://www.suse.com/security/cve/CVE-2018-19965" }, { "category": "external", "summary": "SUSE Bug 1115045 for CVE-2018-19965", "url": "https://bugzilla.suse.com/1115045" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Server 12-LTSS:xen-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-doc-html-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-kmp-default-4.4.4_40_k3.12.61_52.146-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-libs-32bit-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-libs-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-tools-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-tools-domU-4.4.4_40-22.77.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.6, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:L/AC:H/PR:L/UI:N/S:C/C:N/I:N/A:H", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Server 12-LTSS:xen-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-doc-html-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-kmp-default-4.4.4_40_k3.12.61_52.146-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-libs-32bit-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-libs-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-tools-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-tools-domU-4.4.4_40-22.77.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2019-04-01T09:26:41Z", "details": "moderate" } ], "title": "CVE-2018-19965" }, { "cve": "CVE-2018-19966", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2018-19966" } ], "notes": [ { "category": "general", "text": "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.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12-LTSS:xen-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-doc-html-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-kmp-default-4.4.4_40_k3.12.61_52.146-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-libs-32bit-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-libs-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-tools-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-tools-domU-4.4.4_40-22.77.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2018-19966", "url": "https://www.suse.com/security/cve/CVE-2018-19966" }, { "category": "external", "summary": "SUSE Bug 1115047 for CVE-2018-19966", "url": "https://bugzilla.suse.com/1115047" }, { "category": "external", "summary": "SUSE Bug 1178658 for CVE-2018-19966", "url": "https://bugzilla.suse.com/1178658" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Server 12-LTSS:xen-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-doc-html-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-kmp-default-4.4.4_40_k3.12.61_52.146-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-libs-32bit-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-libs-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-tools-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-tools-domU-4.4.4_40-22.77.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:L/A:H", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Server 12-LTSS:xen-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-doc-html-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-kmp-default-4.4.4_40_k3.12.61_52.146-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-libs-32bit-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-libs-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-tools-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-tools-domU-4.4.4_40-22.77.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2019-04-01T09:26:41Z", "details": "moderate" } ], "title": "CVE-2018-19966" }, { "cve": "CVE-2018-19967", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2018-19967" } ], "notes": [ { "category": "general", "text": "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\u0027s mishandling of certain HLE transactions associated with the KACQUIRE instruction prefix.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12-LTSS:xen-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-doc-html-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-kmp-default-4.4.4_40_k3.12.61_52.146-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-libs-32bit-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-libs-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-tools-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-tools-domU-4.4.4_40-22.77.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2018-19967", "url": "https://www.suse.com/security/cve/CVE-2018-19967" }, { "category": "external", "summary": "SUSE Bug 1114988 for CVE-2018-19967", "url": "https://bugzilla.suse.com/1114988" }, { "category": "external", "summary": "SUSE Bug 1178658 for CVE-2018-19967", "url": "https://bugzilla.suse.com/1178658" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Server 12-LTSS:xen-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-doc-html-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-kmp-default-4.4.4_40_k3.12.61_52.146-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-libs-32bit-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-libs-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-tools-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-tools-domU-4.4.4_40-22.77.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.6, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:L/AC:H/PR:L/UI:N/S:C/C:N/I:N/A:H", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Server 12-LTSS:xen-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-doc-html-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-kmp-default-4.4.4_40_k3.12.61_52.146-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-libs-32bit-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-libs-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-tools-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-tools-domU-4.4.4_40-22.77.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2019-04-01T09:26:41Z", "details": "moderate" } ], "title": "CVE-2018-19967" }, { "cve": "CVE-2019-6778", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-6778" } ], "notes": [ { "category": "general", "text": "In QEMU 3.0.0, tcp_emu in slirp/tcp_subr.c has a heap-based buffer overflow.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12-LTSS:xen-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-doc-html-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-kmp-default-4.4.4_40_k3.12.61_52.146-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-libs-32bit-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-libs-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-tools-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-tools-domU-4.4.4_40-22.77.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-6778", "url": "https://www.suse.com/security/cve/CVE-2019-6778" }, { "category": "external", "summary": "SUSE Bug 1123156 for CVE-2019-6778", "url": "https://bugzilla.suse.com/1123156" }, { "category": "external", "summary": "SUSE Bug 1123157 for CVE-2019-6778", "url": "https://bugzilla.suse.com/1123157" }, { "category": "external", "summary": "SUSE Bug 1178658 for CVE-2019-6778", "url": "https://bugzilla.suse.com/1178658" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Server 12-LTSS:xen-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-doc-html-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-kmp-default-4.4.4_40_k3.12.61_52.146-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-libs-32bit-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-libs-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-tools-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-tools-domU-4.4.4_40-22.77.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.0/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Server 12-LTSS:xen-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-doc-html-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-kmp-default-4.4.4_40_k3.12.61_52.146-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-libs-32bit-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-libs-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-tools-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-tools-domU-4.4.4_40-22.77.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2019-04-01T09:26:41Z", "details": "important" } ], "title": "CVE-2019-6778" }, { "cve": "CVE-2019-9824", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-9824" } ], "notes": [ { "category": "general", "text": "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.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12-LTSS:xen-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-doc-html-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-kmp-default-4.4.4_40_k3.12.61_52.146-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-libs-32bit-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-libs-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-tools-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-tools-domU-4.4.4_40-22.77.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-9824", "url": "https://www.suse.com/security/cve/CVE-2019-9824" }, { "category": "external", "summary": "SUSE Bug 1118900 for CVE-2019-9824", "url": "https://bugzilla.suse.com/1118900" }, { "category": "external", "summary": "SUSE Bug 1129622 for CVE-2019-9824", "url": "https://bugzilla.suse.com/1129622" }, { "category": "external", "summary": "SUSE Bug 1129623 for CVE-2019-9824", "url": "https://bugzilla.suse.com/1129623" }, { "category": "external", "summary": "SUSE Bug 1178658 for CVE-2019-9824", "url": "https://bugzilla.suse.com/1178658" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Server 12-LTSS:xen-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-doc-html-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-kmp-default-4.4.4_40_k3.12.61_52.146-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-libs-32bit-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-libs-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-tools-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-tools-domU-4.4.4_40-22.77.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 2.8, "baseSeverity": "LOW", "vectorString": "CVSS:3.0/AV:L/AC:H/PR:L/UI:N/S:C/C:L/I:N/A:N", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Server 12-LTSS:xen-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-doc-html-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-kmp-default-4.4.4_40_k3.12.61_52.146-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-libs-32bit-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-libs-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-tools-4.4.4_40-22.77.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:xen-tools-domU-4.4.4_40-22.77.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2019-04-01T09:26:41Z", "details": "low" } ], "title": "CVE-2019-9824" } ] }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…
Loading…