Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2018-18438 (GCVE-0-2018-18438)
Vulnerability from cvelistv5
Published
2018-10-19 22:00
Modified
2024-08-05 11:08
Severity ?
VLAI Severity ?
EPSS score ?
CWE
- n/a
Summary
Qemu has integer overflows because IOReadHandler and its associated functions use a signed integer data type for a size value.
References
► | URL | Tags | |||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-08-05T11:08:21.832Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "name": "105953", "tags": [ "vdb-entry", "x_refsource_BID", "x_transferred" ], "url": "http://www.securityfocus.com/bid/105953" }, { "name": "[qemu-devel] 20181012 [PATCH v2 07/11] chardev: Let IOReadHandler use unsigned type", "tags": [ "mailing-list", "x_refsource_MLIST", "x_transferred" ], "url": "https://lists.gnu.org/archive/html/qemu-devel/2018-10/msg02402.html" }, { "name": "[qemu-devel] 20181012 [PATCH v2 00/11] chardev: Convert IO handlers to use unsigned type", "tags": [ "mailing-list", "x_refsource_MLIST", "x_transferred" ], "url": "https://lists.gnu.org/archive/html/qemu-devel/2018-10/msg02396.html" }, { "name": "[oss-security] 20181017 CVE-2018-18438 Qemu: Integer overflow in ccid_card_vscard_read() allows memory corruption", "tags": [ "mailing-list", "x_refsource_MLIST", "x_transferred" ], "url": "http://www.openwall.com/lists/oss-security/2018/10/17/3" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "product": "n/a", "vendor": "n/a", "versions": [ { "status": "affected", "version": "n/a" } ] } ], "datePublic": "2018-10-12T00:00:00", "descriptions": [ { "lang": "en", "value": "Qemu has integer overflows because IOReadHandler and its associated functions use a signed integer data type for a size value." } ], "problemTypes": [ { "descriptions": [ { "description": "n/a", "lang": "en", "type": "text" } ] } ], "providerMetadata": { "dateUpdated": "2018-11-20T10:57:01", "orgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca", "shortName": "mitre" }, "references": [ { "name": "105953", "tags": [ "vdb-entry", "x_refsource_BID" ], "url": "http://www.securityfocus.com/bid/105953" }, { "name": "[qemu-devel] 20181012 [PATCH v2 07/11] chardev: Let IOReadHandler use unsigned type", "tags": [ "mailing-list", "x_refsource_MLIST" ], "url": "https://lists.gnu.org/archive/html/qemu-devel/2018-10/msg02402.html" }, { "name": "[qemu-devel] 20181012 [PATCH v2 00/11] chardev: Convert IO handlers to use unsigned type", "tags": [ "mailing-list", "x_refsource_MLIST" ], "url": "https://lists.gnu.org/archive/html/qemu-devel/2018-10/msg02396.html" }, { "name": "[oss-security] 20181017 CVE-2018-18438 Qemu: Integer overflow in ccid_card_vscard_read() allows memory corruption", "tags": [ "mailing-list", "x_refsource_MLIST" ], "url": "http://www.openwall.com/lists/oss-security/2018/10/17/3" } ], "x_legacyV4Record": { "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2018-18438", "STATE": "PUBLIC" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "n/a", "version": { "version_data": [ { "version_value": "n/a" } ] } } ] }, "vendor_name": "n/a" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "Qemu has integer overflows because IOReadHandler and its associated functions use a signed integer data type for a size value." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "n/a" } ] } ] }, "references": { "reference_data": [ { "name": "105953", "refsource": "BID", "url": "http://www.securityfocus.com/bid/105953" }, { "name": "[qemu-devel] 20181012 [PATCH v2 07/11] chardev: Let IOReadHandler use unsigned type", "refsource": "MLIST", "url": "https://lists.gnu.org/archive/html/qemu-devel/2018-10/msg02402.html" }, { "name": "[qemu-devel] 20181012 [PATCH v2 00/11] chardev: Convert IO handlers to use unsigned type", "refsource": "MLIST", "url": "https://lists.gnu.org/archive/html/qemu-devel/2018-10/msg02396.html" }, { "name": "[oss-security] 20181017 CVE-2018-18438 Qemu: Integer overflow in ccid_card_vscard_read() allows memory corruption", "refsource": "MLIST", "url": "http://www.openwall.com/lists/oss-security/2018/10/17/3" } ] } } } }, "cveMetadata": { "assignerOrgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca", "assignerShortName": "mitre", "cveId": "CVE-2018-18438", "datePublished": "2018-10-19T22:00:00", "dateReserved": "2018-10-17T00:00:00", "dateUpdated": "2024-08-05T11:08:21.832Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "vulnerability-lookup:meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2018-18438\",\"sourceIdentifier\":\"cve@mitre.org\",\"published\":\"2018-10-19T22:29:02.287\",\"lastModified\":\"2024-11-21T03:55:56.193\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Qemu has integer overflows because IOReadHandler and its associated functions use a signed integer data type for a size value.\"},{\"lang\":\"es\",\"value\":\"Qemu tiene desbordamientos de enteros debido a que IOReadHandler y sus funciones asociadas emplean un tipo de datos de enteros firmados para un valor tama\u00f1o.\"}],\"metrics\":{\"cvssMetricV30\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.0\",\"vectorString\":\"CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":5.5,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.8,\"impactScore\":3.6}],\"cvssMetricV2\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"2.0\",\"vectorString\":\"AV:L/AC:L/Au:N/C:N/I:N/A:P\",\"baseScore\":2.1,\"accessVector\":\"LOCAL\",\"accessComplexity\":\"LOW\",\"authentication\":\"NONE\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"PARTIAL\"},\"baseSeverity\":\"LOW\",\"exploitabilityScore\":3.9,\"impactScore\":2.9,\"acInsufInfo\":false,\"obtainAllPrivilege\":false,\"obtainUserPrivilege\":false,\"obtainOtherPrivilege\":false,\"userInteractionRequired\":false}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-190\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:qemu:qemu:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"6D9E0C78-9678-4CEE-9389-962CF618A51F\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:redhat:enterprise_linux:6.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"2F6AB192-9D7D-4A9A-8995-E53A9DE9EAFC\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:redhat:enterprise_linux:7.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"142AD0DD-4CF3-4D74-9442-459CE3347E3A\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:redhat:openstack:8:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"E8B8C725-34CF-4340-BE7B-37E58CF706D6\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:redhat:openstack:9:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"F40C26BE-56CB-4022-A1D8-3CA0A8F87F4B\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:redhat:openstack:10:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"E722FEF7-58A6-47AD-B1D0-DB0B71B0C7AA\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:redhat:openstack:12:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"4D4AC996-B340-4A14-86F7-FF83B4D5EC8F\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:redhat:openstack:13:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"704CFA1A-953E-4105-BFBE-406034B83DED\"}]}]}],\"references\":[{\"url\":\"http://www.openwall.com/lists/oss-security/2018/10/17/3\",\"source\":\"cve@mitre.org\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"http://www.securityfocus.com/bid/105953\",\"source\":\"cve@mitre.org\",\"tags\":[\"Third Party Advisory\",\"VDB Entry\"]},{\"url\":\"https://lists.gnu.org/archive/html/qemu-devel/2018-10/msg02396.html\",\"source\":\"cve@mitre.org\",\"tags\":[\"Mailing List\",\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://lists.gnu.org/archive/html/qemu-devel/2018-10/msg02402.html\",\"source\":\"cve@mitre.org\",\"tags\":[\"Mailing List\",\"Patch\",\"Third Party Advisory\"]},{\"url\":\"http://www.openwall.com/lists/oss-security/2018/10/17/3\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"http://www.securityfocus.com/bid/105953\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\",\"VDB Entry\"]},{\"url\":\"https://lists.gnu.org/archive/html/qemu-devel/2018-10/msg02396.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://lists.gnu.org/archive/html/qemu-devel/2018-10/msg02402.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Patch\",\"Third Party Advisory\"]}]}}" } }
ghsa-5g5x-38wg-3rxr
Vulnerability from github
Published
2022-05-13 01:07
Modified
2022-05-13 01:07
Severity ?
VLAI Severity ?
Details
Qemu has integer overflows because IOReadHandler and its associated functions use a signed integer data type for a size value.
{ "affected": [], "aliases": [ "CVE-2018-18438" ], "database_specific": { "cwe_ids": [ "CWE-190" ], "github_reviewed": false, "github_reviewed_at": null, "nvd_published_at": "2018-10-19T22:29:00Z", "severity": "MODERATE" }, "details": "Qemu has integer overflows because IOReadHandler and its associated functions use a signed integer data type for a size value.", "id": "GHSA-5g5x-38wg-3rxr", "modified": "2022-05-13T01:07:33Z", "published": "2022-05-13T01:07:33Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-18438" }, { "type": "WEB", "url": "https://lists.gnu.org/archive/html/qemu-devel/2018-10/msg02396.html" }, { "type": "WEB", "url": "https://lists.gnu.org/archive/html/qemu-devel/2018-10/msg02402.html" }, { "type": "WEB", "url": "http://www.openwall.com/lists/oss-security/2018/10/17/3" }, { "type": "WEB", "url": "http://www.securityfocus.com/bid/105953" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "type": "CVSS_V3" } ] }
suse-su-2019:14011-1
Vulnerability from csaf_suse
Published
2019-04-03 09:06
Modified
2019-04-03 09:06
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-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).
Patchnames
sleposp3-xen-14011
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-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- CVE-2018-18849: Fixed an out of bounds memory access issue was found in the \n LSI53C895A SCSI Host Bus Adapter emulation while writing a message in lsi_do_msgin (bsc#1114423).\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-2018-18438: Fixed an integer overflow in ccid_card_vscard_read function which could allow memory corruption (bsc#1112188).\n- CVE-2018-17962: Fixed an integer overflow leading to a buffer overflow in the\n pcnet component (bsc#1111011)\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 an untrusted PV domain with access to a physical device to DMA into its own \n pagetables leading to privilege escalation (bsc#1126195).\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- CVE-2018-17958: Fixed an integer overflow which could lead to buffer overflow (bsc#1111007).\n- CVE-2018-10839: Fixed an integer overflow leading to a buffer overflow in\n the ne2000 component (bsc#1110924).\n- CVE-2019-6778: Fixed a heap buffer overflow in tcp_emu() found in slirp (bsc#1123157).\n- CVE-2018-19966: Fixed issue introduced by XSA-240 that could have caused conflicts with shadow paging (XSA-280)(bsc#1115047).\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- 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- 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-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", "title": "Description of the patch" }, { "category": "details", "text": "sleposp3-xen-14011", "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_14011-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2019:14011-1", "url": "https://www.suse.com/support/update/announcement/2019/suse-su-201914011-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2019:14011-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2019-April/005287.html" }, { "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 1129623", "url": "https://bugzilla.suse.com/1129623" }, { "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-03T09:06:19Z", "generator": { "date": "2019-04-03T09:06:19Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2019:14011-1", "initial_release_date": "2019-04-03T09:06:19Z", "revision_history": [ { "date": "2019-04-03T09:06:19Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "xen-kmp-default-4.2.5_21_3.0.101_0.47.106.59-45.30.1.i586", "product": { "name": "xen-kmp-default-4.2.5_21_3.0.101_0.47.106.59-45.30.1.i586", "product_id": "xen-kmp-default-4.2.5_21_3.0.101_0.47.106.59-45.30.1.i586" } }, { "category": "product_version", "name": "xen-kmp-pae-4.2.5_21_3.0.101_0.47.106.59-45.30.1.i586", "product": { "name": "xen-kmp-pae-4.2.5_21_3.0.101_0.47.106.59-45.30.1.i586", "product_id": "xen-kmp-pae-4.2.5_21_3.0.101_0.47.106.59-45.30.1.i586" } }, { "category": "product_version", "name": "xen-libs-4.2.5_21-45.30.1.i586", "product": { "name": "xen-libs-4.2.5_21-45.30.1.i586", "product_id": "xen-libs-4.2.5_21-45.30.1.i586" } }, { "category": "product_version", "name": "xen-tools-domU-4.2.5_21-45.30.1.i586", "product": { "name": "xen-tools-domU-4.2.5_21-45.30.1.i586", "product_id": "xen-tools-domU-4.2.5_21-45.30.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Point of Sale 11 SP3", "product": { "name": "SUSE Linux Enterprise Point of Sale 11 SP3", "product_id": "SUSE Linux Enterprise Point of Sale 11 SP3", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-pos:11:sp3" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "xen-kmp-default-4.2.5_21_3.0.101_0.47.106.59-45.30.1.i586 as component of SUSE Linux Enterprise Point of Sale 11 SP3", "product_id": "SUSE Linux Enterprise Point of Sale 11 SP3:xen-kmp-default-4.2.5_21_3.0.101_0.47.106.59-45.30.1.i586" }, "product_reference": "xen-kmp-default-4.2.5_21_3.0.101_0.47.106.59-45.30.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Point of Sale 11 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "xen-kmp-pae-4.2.5_21_3.0.101_0.47.106.59-45.30.1.i586 as component of SUSE Linux Enterprise Point of Sale 11 SP3", "product_id": "SUSE Linux Enterprise Point of Sale 11 SP3:xen-kmp-pae-4.2.5_21_3.0.101_0.47.106.59-45.30.1.i586" }, "product_reference": "xen-kmp-pae-4.2.5_21_3.0.101_0.47.106.59-45.30.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Point of Sale 11 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "xen-libs-4.2.5_21-45.30.1.i586 as component of SUSE Linux Enterprise Point of Sale 11 SP3", "product_id": "SUSE Linux Enterprise Point of Sale 11 SP3:xen-libs-4.2.5_21-45.30.1.i586" }, "product_reference": "xen-libs-4.2.5_21-45.30.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Point of Sale 11 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-domU-4.2.5_21-45.30.1.i586 as component of SUSE Linux Enterprise Point of Sale 11 SP3", "product_id": "SUSE Linux Enterprise Point of Sale 11 SP3:xen-tools-domU-4.2.5_21-45.30.1.i586" }, "product_reference": "xen-tools-domU-4.2.5_21-45.30.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Point of Sale 11 SP3" } ] }, "vulnerabilities": [ { "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 Point of Sale 11 SP3:xen-kmp-default-4.2.5_21_3.0.101_0.47.106.59-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-kmp-pae-4.2.5_21_3.0.101_0.47.106.59-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-libs-4.2.5_21-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-tools-domU-4.2.5_21-45.30.1.i586" ] }, "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 Point of Sale 11 SP3:xen-kmp-default-4.2.5_21_3.0.101_0.47.106.59-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-kmp-pae-4.2.5_21_3.0.101_0.47.106.59-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-libs-4.2.5_21-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-tools-domU-4.2.5_21-45.30.1.i586" ] } ], "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 Point of Sale 11 SP3:xen-kmp-default-4.2.5_21_3.0.101_0.47.106.59-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-kmp-pae-4.2.5_21_3.0.101_0.47.106.59-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-libs-4.2.5_21-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-tools-domU-4.2.5_21-45.30.1.i586" ] } ], "threats": [ { "category": "impact", "date": "2019-04-03T09:06:19Z", "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 Point of Sale 11 SP3:xen-kmp-default-4.2.5_21_3.0.101_0.47.106.59-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-kmp-pae-4.2.5_21_3.0.101_0.47.106.59-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-libs-4.2.5_21-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-tools-domU-4.2.5_21-45.30.1.i586" ] }, "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 Point of Sale 11 SP3:xen-kmp-default-4.2.5_21_3.0.101_0.47.106.59-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-kmp-pae-4.2.5_21_3.0.101_0.47.106.59-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-libs-4.2.5_21-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-tools-domU-4.2.5_21-45.30.1.i586" ] } ], "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 Point of Sale 11 SP3:xen-kmp-default-4.2.5_21_3.0.101_0.47.106.59-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-kmp-pae-4.2.5_21_3.0.101_0.47.106.59-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-libs-4.2.5_21-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-tools-domU-4.2.5_21-45.30.1.i586" ] } ], "threats": [ { "category": "impact", "date": "2019-04-03T09:06:19Z", "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 Point of Sale 11 SP3:xen-kmp-default-4.2.5_21_3.0.101_0.47.106.59-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-kmp-pae-4.2.5_21_3.0.101_0.47.106.59-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-libs-4.2.5_21-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-tools-domU-4.2.5_21-45.30.1.i586" ] }, "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 Point of Sale 11 SP3:xen-kmp-default-4.2.5_21_3.0.101_0.47.106.59-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-kmp-pae-4.2.5_21_3.0.101_0.47.106.59-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-libs-4.2.5_21-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-tools-domU-4.2.5_21-45.30.1.i586" ] } ], "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 Point of Sale 11 SP3:xen-kmp-default-4.2.5_21_3.0.101_0.47.106.59-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-kmp-pae-4.2.5_21_3.0.101_0.47.106.59-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-libs-4.2.5_21-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-tools-domU-4.2.5_21-45.30.1.i586" ] } ], "threats": [ { "category": "impact", "date": "2019-04-03T09:06:19Z", "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 Point of Sale 11 SP3:xen-kmp-default-4.2.5_21_3.0.101_0.47.106.59-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-kmp-pae-4.2.5_21_3.0.101_0.47.106.59-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-libs-4.2.5_21-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-tools-domU-4.2.5_21-45.30.1.i586" ] }, "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 Point of Sale 11 SP3:xen-kmp-default-4.2.5_21_3.0.101_0.47.106.59-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-kmp-pae-4.2.5_21_3.0.101_0.47.106.59-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-libs-4.2.5_21-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-tools-domU-4.2.5_21-45.30.1.i586" ] } ], "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 Point of Sale 11 SP3:xen-kmp-default-4.2.5_21_3.0.101_0.47.106.59-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-kmp-pae-4.2.5_21_3.0.101_0.47.106.59-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-libs-4.2.5_21-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-tools-domU-4.2.5_21-45.30.1.i586" ] } ], "threats": [ { "category": "impact", "date": "2019-04-03T09:06:19Z", "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 Point of Sale 11 SP3:xen-kmp-default-4.2.5_21_3.0.101_0.47.106.59-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-kmp-pae-4.2.5_21_3.0.101_0.47.106.59-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-libs-4.2.5_21-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-tools-domU-4.2.5_21-45.30.1.i586" ] }, "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 Point of Sale 11 SP3:xen-kmp-default-4.2.5_21_3.0.101_0.47.106.59-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-kmp-pae-4.2.5_21_3.0.101_0.47.106.59-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-libs-4.2.5_21-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-tools-domU-4.2.5_21-45.30.1.i586" ] } ], "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 Point of Sale 11 SP3:xen-kmp-default-4.2.5_21_3.0.101_0.47.106.59-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-kmp-pae-4.2.5_21_3.0.101_0.47.106.59-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-libs-4.2.5_21-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-tools-domU-4.2.5_21-45.30.1.i586" ] } ], "threats": [ { "category": "impact", "date": "2019-04-03T09:06:19Z", "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 Point of Sale 11 SP3:xen-kmp-default-4.2.5_21_3.0.101_0.47.106.59-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-kmp-pae-4.2.5_21_3.0.101_0.47.106.59-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-libs-4.2.5_21-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-tools-domU-4.2.5_21-45.30.1.i586" ] }, "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 Point of Sale 11 SP3:xen-kmp-default-4.2.5_21_3.0.101_0.47.106.59-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-kmp-pae-4.2.5_21_3.0.101_0.47.106.59-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-libs-4.2.5_21-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-tools-domU-4.2.5_21-45.30.1.i586" ] } ], "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 Point of Sale 11 SP3:xen-kmp-default-4.2.5_21_3.0.101_0.47.106.59-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-kmp-pae-4.2.5_21_3.0.101_0.47.106.59-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-libs-4.2.5_21-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-tools-domU-4.2.5_21-45.30.1.i586" ] } ], "threats": [ { "category": "impact", "date": "2019-04-03T09:06:19Z", "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 Point of Sale 11 SP3:xen-kmp-default-4.2.5_21_3.0.101_0.47.106.59-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-kmp-pae-4.2.5_21_3.0.101_0.47.106.59-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-libs-4.2.5_21-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-tools-domU-4.2.5_21-45.30.1.i586" ] }, "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 Point of Sale 11 SP3:xen-kmp-default-4.2.5_21_3.0.101_0.47.106.59-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-kmp-pae-4.2.5_21_3.0.101_0.47.106.59-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-libs-4.2.5_21-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-tools-domU-4.2.5_21-45.30.1.i586" ] } ], "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 Point of Sale 11 SP3:xen-kmp-default-4.2.5_21_3.0.101_0.47.106.59-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-kmp-pae-4.2.5_21_3.0.101_0.47.106.59-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-libs-4.2.5_21-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-tools-domU-4.2.5_21-45.30.1.i586" ] } ], "threats": [ { "category": "impact", "date": "2019-04-03T09:06:19Z", "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 Point of Sale 11 SP3:xen-kmp-default-4.2.5_21_3.0.101_0.47.106.59-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-kmp-pae-4.2.5_21_3.0.101_0.47.106.59-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-libs-4.2.5_21-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-tools-domU-4.2.5_21-45.30.1.i586" ] }, "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 Point of Sale 11 SP3:xen-kmp-default-4.2.5_21_3.0.101_0.47.106.59-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-kmp-pae-4.2.5_21_3.0.101_0.47.106.59-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-libs-4.2.5_21-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-tools-domU-4.2.5_21-45.30.1.i586" ] } ], "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 Point of Sale 11 SP3:xen-kmp-default-4.2.5_21_3.0.101_0.47.106.59-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-kmp-pae-4.2.5_21_3.0.101_0.47.106.59-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-libs-4.2.5_21-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-tools-domU-4.2.5_21-45.30.1.i586" ] } ], "threats": [ { "category": "impact", "date": "2019-04-03T09:06:19Z", "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 Point of Sale 11 SP3:xen-kmp-default-4.2.5_21_3.0.101_0.47.106.59-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-kmp-pae-4.2.5_21_3.0.101_0.47.106.59-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-libs-4.2.5_21-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-tools-domU-4.2.5_21-45.30.1.i586" ] }, "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 Point of Sale 11 SP3:xen-kmp-default-4.2.5_21_3.0.101_0.47.106.59-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-kmp-pae-4.2.5_21_3.0.101_0.47.106.59-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-libs-4.2.5_21-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-tools-domU-4.2.5_21-45.30.1.i586" ] } ], "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 Point of Sale 11 SP3:xen-kmp-default-4.2.5_21_3.0.101_0.47.106.59-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-kmp-pae-4.2.5_21_3.0.101_0.47.106.59-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-libs-4.2.5_21-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-tools-domU-4.2.5_21-45.30.1.i586" ] } ], "threats": [ { "category": "impact", "date": "2019-04-03T09:06:19Z", "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 Point of Sale 11 SP3:xen-kmp-default-4.2.5_21_3.0.101_0.47.106.59-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-kmp-pae-4.2.5_21_3.0.101_0.47.106.59-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-libs-4.2.5_21-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-tools-domU-4.2.5_21-45.30.1.i586" ] }, "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 Point of Sale 11 SP3:xen-kmp-default-4.2.5_21_3.0.101_0.47.106.59-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-kmp-pae-4.2.5_21_3.0.101_0.47.106.59-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-libs-4.2.5_21-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-tools-domU-4.2.5_21-45.30.1.i586" ] } ], "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 Point of Sale 11 SP3:xen-kmp-default-4.2.5_21_3.0.101_0.47.106.59-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-kmp-pae-4.2.5_21_3.0.101_0.47.106.59-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-libs-4.2.5_21-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-tools-domU-4.2.5_21-45.30.1.i586" ] } ], "threats": [ { "category": "impact", "date": "2019-04-03T09:06:19Z", "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 Point of Sale 11 SP3:xen-kmp-default-4.2.5_21_3.0.101_0.47.106.59-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-kmp-pae-4.2.5_21_3.0.101_0.47.106.59-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-libs-4.2.5_21-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-tools-domU-4.2.5_21-45.30.1.i586" ] }, "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 Point of Sale 11 SP3:xen-kmp-default-4.2.5_21_3.0.101_0.47.106.59-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-kmp-pae-4.2.5_21_3.0.101_0.47.106.59-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-libs-4.2.5_21-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-tools-domU-4.2.5_21-45.30.1.i586" ] } ], "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 Point of Sale 11 SP3:xen-kmp-default-4.2.5_21_3.0.101_0.47.106.59-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-kmp-pae-4.2.5_21_3.0.101_0.47.106.59-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-libs-4.2.5_21-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-tools-domU-4.2.5_21-45.30.1.i586" ] } ], "threats": [ { "category": "impact", "date": "2019-04-03T09:06:19Z", "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 Point of Sale 11 SP3:xen-kmp-default-4.2.5_21_3.0.101_0.47.106.59-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-kmp-pae-4.2.5_21_3.0.101_0.47.106.59-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-libs-4.2.5_21-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-tools-domU-4.2.5_21-45.30.1.i586" ] }, "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 Point of Sale 11 SP3:xen-kmp-default-4.2.5_21_3.0.101_0.47.106.59-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-kmp-pae-4.2.5_21_3.0.101_0.47.106.59-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-libs-4.2.5_21-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-tools-domU-4.2.5_21-45.30.1.i586" ] } ], "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 Point of Sale 11 SP3:xen-kmp-default-4.2.5_21_3.0.101_0.47.106.59-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-kmp-pae-4.2.5_21_3.0.101_0.47.106.59-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-libs-4.2.5_21-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-tools-domU-4.2.5_21-45.30.1.i586" ] } ], "threats": [ { "category": "impact", "date": "2019-04-03T09:06:19Z", "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 Point of Sale 11 SP3:xen-kmp-default-4.2.5_21_3.0.101_0.47.106.59-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-kmp-pae-4.2.5_21_3.0.101_0.47.106.59-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-libs-4.2.5_21-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-tools-domU-4.2.5_21-45.30.1.i586" ] }, "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 Point of Sale 11 SP3:xen-kmp-default-4.2.5_21_3.0.101_0.47.106.59-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-kmp-pae-4.2.5_21_3.0.101_0.47.106.59-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-libs-4.2.5_21-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-tools-domU-4.2.5_21-45.30.1.i586" ] } ], "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 Point of Sale 11 SP3:xen-kmp-default-4.2.5_21_3.0.101_0.47.106.59-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-kmp-pae-4.2.5_21_3.0.101_0.47.106.59-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-libs-4.2.5_21-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-tools-domU-4.2.5_21-45.30.1.i586" ] } ], "threats": [ { "category": "impact", "date": "2019-04-03T09:06:19Z", "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 Point of Sale 11 SP3:xen-kmp-default-4.2.5_21_3.0.101_0.47.106.59-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-kmp-pae-4.2.5_21_3.0.101_0.47.106.59-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-libs-4.2.5_21-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-tools-domU-4.2.5_21-45.30.1.i586" ] }, "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 Point of Sale 11 SP3:xen-kmp-default-4.2.5_21_3.0.101_0.47.106.59-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-kmp-pae-4.2.5_21_3.0.101_0.47.106.59-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-libs-4.2.5_21-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-tools-domU-4.2.5_21-45.30.1.i586" ] } ], "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 Point of Sale 11 SP3:xen-kmp-default-4.2.5_21_3.0.101_0.47.106.59-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-kmp-pae-4.2.5_21_3.0.101_0.47.106.59-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-libs-4.2.5_21-45.30.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:xen-tools-domU-4.2.5_21-45.30.1.i586" ] } ], "threats": [ { "category": "impact", "date": "2019-04-03T09:06:19Z", "details": "low" } ], "title": "CVE-2019-9824" } ] }
suse-su-2019:13921-1
Vulnerability from csaf_suse
Published
2019-01-02 10:40
Modified
2019-01-02 10:40
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 vulnerabilities fixed:
- 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-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-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-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-2018-18849: Fixed an out of bounds memory access in the LSI53C895A SCSI
host bus adapter emulation, which allowed a user and/or process to crash the
qemu process resulting in a Denial of Service (DoS). (bsc#1114423)
- Fixed an integer overflow in ccid_card_vscard_read(), which allowed for
memory corruption. (bsc#1112188)
- CVE-2017-13672: Fixed an out of bounds read access during display update
(bsc#1056336)
- CVE-2018-17958: Fixed an integer overflow leading to a buffer overflow in the
rtl8139 component (bsc#1111007)
- 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)
- CVE-2018-10839: Fixed an integer overflow leading to a buffer overflow in
the ne2000 component (bsc#1110924)
Other bugs fixed:
- Fixed an issue related to a domU hang on SLE12-SP3 HV (bsc#1108940)
- Upstream bug fixes (bsc#1027519)
- Fixed crashing VMs when migrating between dom0 hosts (bsc#1031382)
- Fixed an issue with xpti=no-dom0 not working as expected (bsc#1105528)
Patchnames
sdksp4-xen-13921,slessp4-xen-13921
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 vulnerabilities fixed:\n\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-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- 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-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-2018-18849: Fixed an out of bounds memory access in the LSI53C895A SCSI\n host bus adapter emulation, which allowed a user and/or process to crash the\n qemu process resulting in a Denial of Service (DoS). (bsc#1114423)\n- Fixed an integer overflow in ccid_card_vscard_read(), which allowed for\n memory corruption. (bsc#1112188)\n- CVE-2017-13672: Fixed an out of bounds read access during display update\n (bsc#1056336)\n- CVE-2018-17958: Fixed an integer overflow leading to a buffer overflow in the\n rtl8139 component (bsc#1111007)\n- CVE-2018-17962: Fixed an integer overflow leading to a buffer overflow in the\n pcnet component (bsc#1111011)\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- CVE-2018-10839: Fixed an integer overflow leading to a buffer overflow in\n the ne2000 component (bsc#1110924)\n\nOther bugs fixed:\n\n- Fixed an issue related to a domU hang on SLE12-SP3 HV (bsc#1108940)\n- Upstream bug fixes (bsc#1027519)\n- Fixed crashing VMs when migrating between dom0 hosts (bsc#1031382)\n- Fixed an issue with xpti=no-dom0 not working as expected (bsc#1105528)\n", "title": "Description of the patch" }, { "category": "details", "text": "sdksp4-xen-13921,slessp4-xen-13921", "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_13921-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2019:13921-1", "url": "https://www.suse.com/support/update/announcement/2019/suse-su-201913921-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2019:13921-1", "url": "https://www.suse.com/support/update/announcement/2019/suse-su-201913921-1.html" }, { "category": "self", "summary": "SUSE Bug 1027519", "url": "https://bugzilla.suse.com/1027519" }, { "category": "self", "summary": "SUSE Bug 1031382", "url": "https://bugzilla.suse.com/1031382" }, { "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 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/" } ], "title": "Security update for xen", "tracking": { "current_release_date": "2019-01-02T10:40:18Z", "generator": { "date": "2019-01-02T10:40:18Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2019:13921-1", "initial_release_date": "2019-01-02T10:40:18Z", "revision_history": [ { "date": "2019-01-02T10:40:18Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "xen-devel-4.4.4_38-61.40.1.i586", "product": { "name": "xen-devel-4.4.4_38-61.40.1.i586", "product_id": "xen-devel-4.4.4_38-61.40.1.i586" } }, { "category": "product_version", "name": "xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.i586", "product": { "name": "xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.i586", "product_id": "xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.i586" } }, { "category": "product_version", "name": "xen-kmp-pae-4.4.4_38_3.0.101_108.84-61.40.1.i586", "product": { "name": "xen-kmp-pae-4.4.4_38_3.0.101_108.84-61.40.1.i586", "product_id": "xen-kmp-pae-4.4.4_38_3.0.101_108.84-61.40.1.i586" } }, { "category": "product_version", "name": "xen-libs-4.4.4_38-61.40.1.i586", "product": { "name": "xen-libs-4.4.4_38-61.40.1.i586", "product_id": "xen-libs-4.4.4_38-61.40.1.i586" } }, { "category": "product_version", "name": "xen-tools-domU-4.4.4_38-61.40.1.i586", "product": { "name": "xen-tools-domU-4.4.4_38-61.40.1.i586", "product_id": "xen-tools-domU-4.4.4_38-61.40.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "xen-devel-4.4.4_38-61.40.1.x86_64", "product": { "name": "xen-devel-4.4.4_38-61.40.1.x86_64", "product_id": "xen-devel-4.4.4_38-61.40.1.x86_64" } }, { "category": "product_version", "name": "xen-4.4.4_38-61.40.1.x86_64", "product": { "name": "xen-4.4.4_38-61.40.1.x86_64", "product_id": "xen-4.4.4_38-61.40.1.x86_64" } }, { "category": "product_version", "name": "xen-doc-html-4.4.4_38-61.40.1.x86_64", "product": { "name": "xen-doc-html-4.4.4_38-61.40.1.x86_64", "product_id": "xen-doc-html-4.4.4_38-61.40.1.x86_64" } }, { "category": "product_version", "name": "xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.x86_64", "product": { "name": "xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.x86_64", "product_id": "xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.x86_64" } }, { "category": "product_version", "name": "xen-libs-4.4.4_38-61.40.1.x86_64", "product": { "name": "xen-libs-4.4.4_38-61.40.1.x86_64", "product_id": "xen-libs-4.4.4_38-61.40.1.x86_64" } }, { "category": "product_version", "name": "xen-libs-32bit-4.4.4_38-61.40.1.x86_64", "product": { "name": "xen-libs-32bit-4.4.4_38-61.40.1.x86_64", "product_id": "xen-libs-32bit-4.4.4_38-61.40.1.x86_64" } }, { "category": "product_version", "name": "xen-tools-4.4.4_38-61.40.1.x86_64", "product": { "name": "xen-tools-4.4.4_38-61.40.1.x86_64", "product_id": "xen-tools-4.4.4_38-61.40.1.x86_64" } }, { "category": "product_version", "name": "xen-tools-domU-4.4.4_38-61.40.1.x86_64", "product": { "name": "xen-tools-domU-4.4.4_38-61.40.1.x86_64", "product_id": "xen-tools-domU-4.4.4_38-61.40.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Software Development Kit 11 SP4", "product": { "name": "SUSE Linux Enterprise Software Development Kit 11 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 11 SP4", "product_identification_helper": { "cpe": "cpe:/a:suse:sle-sdk:11:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 11 SP4", "product": { "name": "SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4", "product_identification_helper": { "cpe": "cpe:/o:suse:suse_sles:11:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:11:sp4" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "xen-devel-4.4.4_38-61.40.1.i586 as component of SUSE Linux Enterprise Software Development Kit 11 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_38-61.40.1.i586" }, "product_reference": "xen-devel-4.4.4_38-61.40.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "xen-devel-4.4.4_38-61.40.1.x86_64 as component of SUSE Linux Enterprise Software Development Kit 11 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_38-61.40.1.x86_64" }, "product_reference": "xen-devel-4.4.4_38-61.40.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "xen-4.4.4_38-61.40.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:xen-4.4.4_38-61.40.1.x86_64" }, "product_reference": "xen-4.4.4_38-61.40.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "xen-doc-html-4.4.4_38-61.40.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:xen-doc-html-4.4.4_38-61.40.1.x86_64" }, "product_reference": "xen-doc-html-4.4.4_38-61.40.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.i586 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.i586" }, "product_reference": "xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.x86_64" }, "product_reference": "xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "xen-kmp-pae-4.4.4_38_3.0.101_108.84-61.40.1.i586 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:xen-kmp-pae-4.4.4_38_3.0.101_108.84-61.40.1.i586" }, "product_reference": "xen-kmp-pae-4.4.4_38_3.0.101_108.84-61.40.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "xen-libs-4.4.4_38-61.40.1.i586 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_38-61.40.1.i586" }, "product_reference": "xen-libs-4.4.4_38-61.40.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "xen-libs-4.4.4_38-61.40.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_38-61.40.1.x86_64" }, "product_reference": "xen-libs-4.4.4_38-61.40.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "xen-libs-32bit-4.4.4_38-61.40.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:xen-libs-32bit-4.4.4_38-61.40.1.x86_64" }, "product_reference": "xen-libs-32bit-4.4.4_38-61.40.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-4.4.4_38-61.40.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:xen-tools-4.4.4_38-61.40.1.x86_64" }, "product_reference": "xen-tools-4.4.4_38-61.40.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-domU-4.4.4_38-61.40.1.i586 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.i586" }, "product_reference": "xen-tools-domU-4.4.4_38-61.40.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-domU-4.4.4_38-61.40.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.x86_64" }, "product_reference": "xen-tools-domU-4.4.4_38-61.40.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "xen-4.4.4_38-61.40.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-4.4.4_38-61.40.1.x86_64" }, "product_reference": "xen-4.4.4_38-61.40.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "xen-doc-html-4.4.4_38-61.40.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-doc-html-4.4.4_38-61.40.1.x86_64" }, "product_reference": "xen-doc-html-4.4.4_38-61.40.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.i586" }, "product_reference": "xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.x86_64" }, "product_reference": "xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "xen-kmp-pae-4.4.4_38_3.0.101_108.84-61.40.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-pae-4.4.4_38_3.0.101_108.84-61.40.1.i586" }, "product_reference": "xen-kmp-pae-4.4.4_38_3.0.101_108.84-61.40.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "xen-libs-4.4.4_38-61.40.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_38-61.40.1.i586" }, "product_reference": "xen-libs-4.4.4_38-61.40.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "xen-libs-4.4.4_38-61.40.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_38-61.40.1.x86_64" }, "product_reference": "xen-libs-4.4.4_38-61.40.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "xen-libs-32bit-4.4.4_38-61.40.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-32bit-4.4.4_38-61.40.1.x86_64" }, "product_reference": "xen-libs-32bit-4.4.4_38-61.40.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-4.4.4_38-61.40.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-4.4.4_38-61.40.1.x86_64" }, "product_reference": "xen-tools-4.4.4_38-61.40.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-domU-4.4.4_38-61.40.1.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.i586" }, "product_reference": "xen-tools-domU-4.4.4_38-61.40.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-domU-4.4.4_38-61.40.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.x86_64" }, "product_reference": "xen-tools-domU-4.4.4_38-61.40.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" } ] }, "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 11 SP4:xen-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-doc-html-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-pae-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-libs-32bit-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-tools-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-doc-html-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-pae-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-32bit-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_38-61.40.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 11 SP4:xen-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-doc-html-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-pae-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-libs-32bit-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-tools-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-doc-html-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-pae-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-32bit-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_38-61.40.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 11 SP4:xen-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-doc-html-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-pae-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-libs-32bit-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-tools-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-doc-html-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-pae-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-32bit-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_38-61.40.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2019-01-02T10:40:18Z", "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 11 SP4:xen-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-doc-html-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-pae-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-libs-32bit-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-tools-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-doc-html-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-pae-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-32bit-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_38-61.40.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 11 SP4:xen-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-doc-html-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-pae-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-libs-32bit-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-tools-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-doc-html-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-pae-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-32bit-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_38-61.40.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 11 SP4:xen-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-doc-html-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-pae-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-libs-32bit-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-tools-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-doc-html-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-pae-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-32bit-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_38-61.40.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2019-01-02T10:40:18Z", "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 11 SP4:xen-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-doc-html-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-pae-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-libs-32bit-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-tools-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-doc-html-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-pae-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-32bit-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_38-61.40.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 11 SP4:xen-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-doc-html-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-pae-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-libs-32bit-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-tools-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-doc-html-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-pae-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-32bit-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_38-61.40.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 11 SP4:xen-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-doc-html-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-pae-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-libs-32bit-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-tools-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-doc-html-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-pae-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-32bit-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_38-61.40.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2019-01-02T10:40:18Z", "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 11 SP4:xen-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-doc-html-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-pae-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-libs-32bit-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-tools-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-doc-html-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-pae-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-32bit-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_38-61.40.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 11 SP4:xen-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-doc-html-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-pae-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-libs-32bit-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-tools-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-doc-html-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-pae-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-32bit-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_38-61.40.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 11 SP4:xen-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-doc-html-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-pae-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-libs-32bit-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-tools-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-doc-html-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-pae-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-32bit-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_38-61.40.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2019-01-02T10:40:18Z", "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 11 SP4:xen-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-doc-html-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-pae-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-libs-32bit-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-tools-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-doc-html-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-pae-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-32bit-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_38-61.40.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 11 SP4:xen-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-doc-html-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-pae-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-libs-32bit-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-tools-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-doc-html-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-pae-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-32bit-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_38-61.40.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 11 SP4:xen-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-doc-html-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-pae-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-libs-32bit-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-tools-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-doc-html-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-pae-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-32bit-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_38-61.40.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2019-01-02T10:40:18Z", "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 11 SP4:xen-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-doc-html-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-pae-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-libs-32bit-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-tools-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-doc-html-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-pae-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-32bit-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_38-61.40.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 11 SP4:xen-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-doc-html-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-pae-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-libs-32bit-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-tools-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-doc-html-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-pae-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-32bit-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_38-61.40.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 11 SP4:xen-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-doc-html-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-pae-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-libs-32bit-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-tools-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-doc-html-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-pae-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-32bit-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_38-61.40.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2019-01-02T10:40:18Z", "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 11 SP4:xen-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-doc-html-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-pae-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-libs-32bit-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-tools-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-doc-html-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-pae-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-32bit-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_38-61.40.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 11 SP4:xen-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-doc-html-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-pae-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-libs-32bit-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-tools-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-doc-html-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-pae-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-32bit-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_38-61.40.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 11 SP4:xen-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-doc-html-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-pae-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-libs-32bit-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-tools-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-doc-html-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-pae-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-32bit-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_38-61.40.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2019-01-02T10:40:18Z", "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 11 SP4:xen-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-doc-html-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-pae-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-libs-32bit-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-tools-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-doc-html-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-pae-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-32bit-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_38-61.40.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 11 SP4:xen-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-doc-html-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-pae-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-libs-32bit-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-tools-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-doc-html-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-pae-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-32bit-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_38-61.40.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 11 SP4:xen-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-doc-html-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-pae-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-libs-32bit-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-tools-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-doc-html-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-pae-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-32bit-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_38-61.40.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2019-01-02T10:40:18Z", "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 11 SP4:xen-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-doc-html-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-pae-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-libs-32bit-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-tools-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-doc-html-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-pae-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-32bit-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_38-61.40.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 11 SP4:xen-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-doc-html-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-pae-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-libs-32bit-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-tools-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-doc-html-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-pae-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-32bit-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_38-61.40.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 11 SP4:xen-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-doc-html-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-pae-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-libs-32bit-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-tools-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-doc-html-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-pae-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-32bit-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_38-61.40.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2019-01-02T10:40:18Z", "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 11 SP4:xen-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-doc-html-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-pae-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-libs-32bit-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-tools-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-doc-html-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-pae-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-32bit-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_38-61.40.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 11 SP4:xen-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-doc-html-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-pae-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-libs-32bit-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-tools-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-doc-html-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-pae-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-32bit-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_38-61.40.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 11 SP4:xen-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-doc-html-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-pae-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-libs-32bit-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-tools-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-doc-html-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-pae-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-32bit-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_38-61.40.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2019-01-02T10:40:18Z", "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 11 SP4:xen-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-doc-html-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-pae-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-libs-32bit-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-tools-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-doc-html-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-pae-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-32bit-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_38-61.40.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 11 SP4:xen-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-doc-html-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-pae-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-libs-32bit-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-tools-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-doc-html-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-pae-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-32bit-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_38-61.40.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 11 SP4:xen-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-doc-html-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-pae-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-libs-32bit-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-tools-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-doc-html-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-pae-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-32bit-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_38-61.40.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2019-01-02T10:40:18Z", "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 11 SP4:xen-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-doc-html-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-pae-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-libs-32bit-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-tools-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-doc-html-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-pae-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-32bit-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_38-61.40.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 11 SP4:xen-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-doc-html-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-pae-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-libs-32bit-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-tools-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-doc-html-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-pae-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-32bit-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_38-61.40.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 11 SP4:xen-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-doc-html-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-pae-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-libs-32bit-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-tools-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-doc-html-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-pae-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-32bit-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_38-61.40.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2019-01-02T10:40:18Z", "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 11 SP4:xen-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-doc-html-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-pae-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-libs-32bit-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-tools-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-doc-html-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-pae-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-32bit-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_38-61.40.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 11 SP4:xen-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-doc-html-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-pae-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-libs-32bit-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-tools-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-doc-html-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-pae-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-32bit-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_38-61.40.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 11 SP4:xen-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-doc-html-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-kmp-pae-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-libs-32bit-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-tools-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-doc-html-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_38_3.0.101_108.84-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-pae-4.4.4_38_3.0.101_108.84-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-32bit-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_38-61.40.1.x86_64", "SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_38-61.40.1.i586", "SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_38-61.40.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2019-01-02T10:40:18Z", "details": "moderate" } ], "title": "CVE-2018-19967" } ] }
suse-su-2018:3987-1
Vulnerability from csaf_suse
Published
2018-12-05 13:48
Modified
2018-12-05 13:48
Summary
Security update for kvm
Notes
Title of the patch
Security update for kvm
Description of the patch
This update for kvm 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-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).
- CVE-2018-18438: Fixed integer overflows because IOReadHandler and its associated functions use a signed integer data type for a size value (bnc#1112185).
Patchnames
sleposp3-kvm-13894,slessp3-kvm-13894
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": "moderate" }, "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 kvm", "title": "Title of the patch" }, { "category": "description", "text": "This update for kvm fixes the following issues:\n\nSecurity issues fixed:\n\n- 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).\n- 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).\n- 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).\n- 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).\n- 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)\n- 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 \u0027msg_len\u0027 field has an invalid value. A user/process could use this flaw to crash the Qemu process resulting in DoS (bsc#1114422).\n- CVE-2018-18438: Fixed integer overflows because IOReadHandler and its associated functions use a signed integer data type for a size value (bnc#1112185).\n", "title": "Description of the patch" }, { "category": "details", "text": "sleposp3-kvm-13894,slessp3-kvm-13894", "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-2018_3987-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2018:3987-1", "url": "https://www.suse.com/support/update/announcement/2018/suse-su-20183987-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2018:3987-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2018-December/004921.html" }, { "category": "self", "summary": "SUSE Bug 1106222", "url": "https://bugzilla.suse.com/1106222" }, { "category": "self", "summary": "SUSE Bug 1110910", "url": "https://bugzilla.suse.com/1110910" }, { "category": "self", "summary": "SUSE Bug 1111006", "url": "https://bugzilla.suse.com/1111006" }, { "category": "self", "summary": "SUSE Bug 1111010", "url": "https://bugzilla.suse.com/1111010" }, { "category": "self", "summary": "SUSE Bug 1111013", "url": "https://bugzilla.suse.com/1111013" }, { "category": "self", "summary": "SUSE Bug 1112185", "url": "https://bugzilla.suse.com/1112185" }, { "category": "self", "summary": "SUSE Bug 1114422", "url": "https://bugzilla.suse.com/1114422" }, { "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-15746 page", "url": "https://www.suse.com/security/cve/CVE-2018-15746/" }, { "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/" } ], "title": "Security update for kvm", "tracking": { "current_release_date": "2018-12-05T13:48:59Z", "generator": { "date": "2018-12-05T13:48:59Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2018:3987-1", "initial_release_date": "2018-12-05T13:48:59Z", "revision_history": [ { "date": "2018-12-05T13:48:59Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "kvm-1.4.2-53.26.2.i586", "product": { "name": "kvm-1.4.2-53.26.2.i586", "product_id": "kvm-1.4.2-53.26.2.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "kvm-1.4.2-53.26.2.s390x", "product": { "name": "kvm-1.4.2-53.26.2.s390x", "product_id": "kvm-1.4.2-53.26.2.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "kvm-1.4.2-53.26.2.x86_64", "product": { "name": "kvm-1.4.2-53.26.2.x86_64", "product_id": "kvm-1.4.2-53.26.2.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Point of Sale 11 SP3", "product": { "name": "SUSE Linux Enterprise Point of Sale 11 SP3", "product_id": "SUSE Linux Enterprise Point of Sale 11 SP3", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-pos:11:sp3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 11 SP3-LTSS", "product": { "name": "SUSE Linux Enterprise Server 11 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP3-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:suse_sles_ltss:11:sp3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 11 SP3-TERADATA", "product": { "name": "SUSE Linux Enterprise Server 11 SP3-TERADATA", "product_id": "SUSE Linux Enterprise Server 11 SP3-TERADATA", "product_identification_helper": { "cpe": "cpe:/o:suse:sles:11:sp3:teradata" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "kvm-1.4.2-53.26.2.i586 as component of SUSE Linux Enterprise Point of Sale 11 SP3", "product_id": "SUSE Linux Enterprise Point of Sale 11 SP3:kvm-1.4.2-53.26.2.i586" }, "product_reference": "kvm-1.4.2-53.26.2.i586", "relates_to_product_reference": "SUSE Linux Enterprise Point of Sale 11 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "kvm-1.4.2-53.26.2.i586 as component of SUSE Linux Enterprise Server 11 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP3-LTSS:kvm-1.4.2-53.26.2.i586" }, "product_reference": "kvm-1.4.2-53.26.2.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kvm-1.4.2-53.26.2.s390x as component of SUSE Linux Enterprise Server 11 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP3-LTSS:kvm-1.4.2-53.26.2.s390x" }, "product_reference": "kvm-1.4.2-53.26.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kvm-1.4.2-53.26.2.x86_64 as component of SUSE Linux Enterprise Server 11 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP3-LTSS:kvm-1.4.2-53.26.2.x86_64" }, "product_reference": "kvm-1.4.2-53.26.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kvm-1.4.2-53.26.2.i586 as component of SUSE Linux Enterprise Server 11 SP3-TERADATA", "product_id": "SUSE Linux Enterprise Server 11 SP3-TERADATA:kvm-1.4.2-53.26.2.i586" }, "product_reference": "kvm-1.4.2-53.26.2.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP3-TERADATA" }, { "category": "default_component_of", "full_product_name": { "name": "kvm-1.4.2-53.26.2.s390x as component of SUSE Linux Enterprise Server 11 SP3-TERADATA", "product_id": "SUSE Linux Enterprise Server 11 SP3-TERADATA:kvm-1.4.2-53.26.2.s390x" }, "product_reference": "kvm-1.4.2-53.26.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP3-TERADATA" }, { "category": "default_component_of", "full_product_name": { "name": "kvm-1.4.2-53.26.2.x86_64 as component of SUSE Linux Enterprise Server 11 SP3-TERADATA", "product_id": "SUSE Linux Enterprise Server 11 SP3-TERADATA:kvm-1.4.2-53.26.2.x86_64" }, "product_reference": "kvm-1.4.2-53.26.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP3-TERADATA" } ] }, "vulnerabilities": [ { "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 Point of Sale 11 SP3:kvm-1.4.2-53.26.2.i586", "SUSE Linux Enterprise Server 11 SP3-LTSS:kvm-1.4.2-53.26.2.i586", "SUSE Linux Enterprise Server 11 SP3-LTSS:kvm-1.4.2-53.26.2.s390x", "SUSE Linux Enterprise Server 11 SP3-LTSS:kvm-1.4.2-53.26.2.x86_64", "SUSE Linux Enterprise Server 11 SP3-TERADATA:kvm-1.4.2-53.26.2.i586", "SUSE Linux Enterprise Server 11 SP3-TERADATA:kvm-1.4.2-53.26.2.s390x", "SUSE Linux Enterprise Server 11 SP3-TERADATA:kvm-1.4.2-53.26.2.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 Point of Sale 11 SP3:kvm-1.4.2-53.26.2.i586", "SUSE Linux Enterprise Server 11 SP3-LTSS:kvm-1.4.2-53.26.2.i586", "SUSE Linux Enterprise Server 11 SP3-LTSS:kvm-1.4.2-53.26.2.s390x", "SUSE Linux Enterprise Server 11 SP3-LTSS:kvm-1.4.2-53.26.2.x86_64", "SUSE Linux Enterprise Server 11 SP3-TERADATA:kvm-1.4.2-53.26.2.i586", "SUSE Linux Enterprise Server 11 SP3-TERADATA:kvm-1.4.2-53.26.2.s390x", "SUSE Linux Enterprise Server 11 SP3-TERADATA:kvm-1.4.2-53.26.2.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 Point of Sale 11 SP3:kvm-1.4.2-53.26.2.i586", "SUSE Linux Enterprise Server 11 SP3-LTSS:kvm-1.4.2-53.26.2.i586", "SUSE Linux Enterprise Server 11 SP3-LTSS:kvm-1.4.2-53.26.2.s390x", "SUSE Linux Enterprise Server 11 SP3-LTSS:kvm-1.4.2-53.26.2.x86_64", "SUSE Linux Enterprise Server 11 SP3-TERADATA:kvm-1.4.2-53.26.2.i586", "SUSE Linux Enterprise Server 11 SP3-TERADATA:kvm-1.4.2-53.26.2.s390x", "SUSE Linux Enterprise Server 11 SP3-TERADATA:kvm-1.4.2-53.26.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2018-12-05T13:48:59Z", "details": "moderate" } ], "title": "CVE-2018-10839" }, { "cve": "CVE-2018-15746", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2018-15746" } ], "notes": [ { "category": "general", "text": "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.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Point of Sale 11 SP3:kvm-1.4.2-53.26.2.i586", "SUSE Linux Enterprise Server 11 SP3-LTSS:kvm-1.4.2-53.26.2.i586", "SUSE Linux Enterprise Server 11 SP3-LTSS:kvm-1.4.2-53.26.2.s390x", "SUSE Linux Enterprise Server 11 SP3-LTSS:kvm-1.4.2-53.26.2.x86_64", "SUSE Linux Enterprise Server 11 SP3-TERADATA:kvm-1.4.2-53.26.2.i586", "SUSE Linux Enterprise Server 11 SP3-TERADATA:kvm-1.4.2-53.26.2.s390x", "SUSE Linux Enterprise Server 11 SP3-TERADATA:kvm-1.4.2-53.26.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2018-15746", "url": "https://www.suse.com/security/cve/CVE-2018-15746" }, { "category": "external", "summary": "SUSE Bug 1106222 for CVE-2018-15746", "url": "https://bugzilla.suse.com/1106222" } ], "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 Point of Sale 11 SP3:kvm-1.4.2-53.26.2.i586", "SUSE Linux Enterprise Server 11 SP3-LTSS:kvm-1.4.2-53.26.2.i586", "SUSE Linux Enterprise Server 11 SP3-LTSS:kvm-1.4.2-53.26.2.s390x", "SUSE Linux Enterprise Server 11 SP3-LTSS:kvm-1.4.2-53.26.2.x86_64", "SUSE Linux Enterprise Server 11 SP3-TERADATA:kvm-1.4.2-53.26.2.i586", "SUSE Linux Enterprise Server 11 SP3-TERADATA:kvm-1.4.2-53.26.2.s390x", "SUSE Linux Enterprise Server 11 SP3-TERADATA:kvm-1.4.2-53.26.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:L/AC:H/PR:L/UI:N/S:C/C:L/I:L/A:L", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Point of Sale 11 SP3:kvm-1.4.2-53.26.2.i586", "SUSE Linux Enterprise Server 11 SP3-LTSS:kvm-1.4.2-53.26.2.i586", "SUSE Linux Enterprise Server 11 SP3-LTSS:kvm-1.4.2-53.26.2.s390x", "SUSE Linux Enterprise Server 11 SP3-LTSS:kvm-1.4.2-53.26.2.x86_64", "SUSE Linux Enterprise Server 11 SP3-TERADATA:kvm-1.4.2-53.26.2.i586", "SUSE Linux Enterprise Server 11 SP3-TERADATA:kvm-1.4.2-53.26.2.s390x", "SUSE Linux Enterprise Server 11 SP3-TERADATA:kvm-1.4.2-53.26.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2018-12-05T13:48:59Z", "details": "moderate" } ], "title": "CVE-2018-15746" }, { "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 Point of Sale 11 SP3:kvm-1.4.2-53.26.2.i586", "SUSE Linux Enterprise Server 11 SP3-LTSS:kvm-1.4.2-53.26.2.i586", "SUSE Linux Enterprise Server 11 SP3-LTSS:kvm-1.4.2-53.26.2.s390x", "SUSE Linux Enterprise Server 11 SP3-LTSS:kvm-1.4.2-53.26.2.x86_64", "SUSE Linux Enterprise Server 11 SP3-TERADATA:kvm-1.4.2-53.26.2.i586", "SUSE Linux Enterprise Server 11 SP3-TERADATA:kvm-1.4.2-53.26.2.s390x", "SUSE Linux Enterprise Server 11 SP3-TERADATA:kvm-1.4.2-53.26.2.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 Point of Sale 11 SP3:kvm-1.4.2-53.26.2.i586", "SUSE Linux Enterprise Server 11 SP3-LTSS:kvm-1.4.2-53.26.2.i586", "SUSE Linux Enterprise Server 11 SP3-LTSS:kvm-1.4.2-53.26.2.s390x", "SUSE Linux Enterprise Server 11 SP3-LTSS:kvm-1.4.2-53.26.2.x86_64", "SUSE Linux Enterprise Server 11 SP3-TERADATA:kvm-1.4.2-53.26.2.i586", "SUSE Linux Enterprise Server 11 SP3-TERADATA:kvm-1.4.2-53.26.2.s390x", "SUSE Linux Enterprise Server 11 SP3-TERADATA:kvm-1.4.2-53.26.2.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 Point of Sale 11 SP3:kvm-1.4.2-53.26.2.i586", "SUSE Linux Enterprise Server 11 SP3-LTSS:kvm-1.4.2-53.26.2.i586", "SUSE Linux Enterprise Server 11 SP3-LTSS:kvm-1.4.2-53.26.2.s390x", "SUSE Linux Enterprise Server 11 SP3-LTSS:kvm-1.4.2-53.26.2.x86_64", "SUSE Linux Enterprise Server 11 SP3-TERADATA:kvm-1.4.2-53.26.2.i586", "SUSE Linux Enterprise Server 11 SP3-TERADATA:kvm-1.4.2-53.26.2.s390x", "SUSE Linux Enterprise Server 11 SP3-TERADATA:kvm-1.4.2-53.26.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2018-12-05T13:48:59Z", "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 Point of Sale 11 SP3:kvm-1.4.2-53.26.2.i586", "SUSE Linux Enterprise Server 11 SP3-LTSS:kvm-1.4.2-53.26.2.i586", "SUSE Linux Enterprise Server 11 SP3-LTSS:kvm-1.4.2-53.26.2.s390x", "SUSE Linux Enterprise Server 11 SP3-LTSS:kvm-1.4.2-53.26.2.x86_64", "SUSE Linux Enterprise Server 11 SP3-TERADATA:kvm-1.4.2-53.26.2.i586", "SUSE Linux Enterprise Server 11 SP3-TERADATA:kvm-1.4.2-53.26.2.s390x", "SUSE Linux Enterprise Server 11 SP3-TERADATA:kvm-1.4.2-53.26.2.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 Point of Sale 11 SP3:kvm-1.4.2-53.26.2.i586", "SUSE Linux Enterprise Server 11 SP3-LTSS:kvm-1.4.2-53.26.2.i586", "SUSE Linux Enterprise Server 11 SP3-LTSS:kvm-1.4.2-53.26.2.s390x", "SUSE Linux Enterprise Server 11 SP3-LTSS:kvm-1.4.2-53.26.2.x86_64", "SUSE Linux Enterprise Server 11 SP3-TERADATA:kvm-1.4.2-53.26.2.i586", "SUSE Linux Enterprise Server 11 SP3-TERADATA:kvm-1.4.2-53.26.2.s390x", "SUSE Linux Enterprise Server 11 SP3-TERADATA:kvm-1.4.2-53.26.2.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 Point of Sale 11 SP3:kvm-1.4.2-53.26.2.i586", "SUSE Linux Enterprise Server 11 SP3-LTSS:kvm-1.4.2-53.26.2.i586", "SUSE Linux Enterprise Server 11 SP3-LTSS:kvm-1.4.2-53.26.2.s390x", "SUSE Linux Enterprise Server 11 SP3-LTSS:kvm-1.4.2-53.26.2.x86_64", "SUSE Linux Enterprise Server 11 SP3-TERADATA:kvm-1.4.2-53.26.2.i586", "SUSE Linux Enterprise Server 11 SP3-TERADATA:kvm-1.4.2-53.26.2.s390x", "SUSE Linux Enterprise Server 11 SP3-TERADATA:kvm-1.4.2-53.26.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2018-12-05T13:48:59Z", "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 Point of Sale 11 SP3:kvm-1.4.2-53.26.2.i586", "SUSE Linux Enterprise Server 11 SP3-LTSS:kvm-1.4.2-53.26.2.i586", "SUSE Linux Enterprise Server 11 SP3-LTSS:kvm-1.4.2-53.26.2.s390x", "SUSE Linux Enterprise Server 11 SP3-LTSS:kvm-1.4.2-53.26.2.x86_64", "SUSE Linux Enterprise Server 11 SP3-TERADATA:kvm-1.4.2-53.26.2.i586", "SUSE Linux Enterprise Server 11 SP3-TERADATA:kvm-1.4.2-53.26.2.s390x", "SUSE Linux Enterprise Server 11 SP3-TERADATA:kvm-1.4.2-53.26.2.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 Point of Sale 11 SP3:kvm-1.4.2-53.26.2.i586", "SUSE Linux Enterprise Server 11 SP3-LTSS:kvm-1.4.2-53.26.2.i586", "SUSE Linux Enterprise Server 11 SP3-LTSS:kvm-1.4.2-53.26.2.s390x", "SUSE Linux Enterprise Server 11 SP3-LTSS:kvm-1.4.2-53.26.2.x86_64", "SUSE Linux Enterprise Server 11 SP3-TERADATA:kvm-1.4.2-53.26.2.i586", "SUSE Linux Enterprise Server 11 SP3-TERADATA:kvm-1.4.2-53.26.2.s390x", "SUSE Linux Enterprise Server 11 SP3-TERADATA:kvm-1.4.2-53.26.2.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 Point of Sale 11 SP3:kvm-1.4.2-53.26.2.i586", "SUSE Linux Enterprise Server 11 SP3-LTSS:kvm-1.4.2-53.26.2.i586", "SUSE Linux Enterprise Server 11 SP3-LTSS:kvm-1.4.2-53.26.2.s390x", "SUSE Linux Enterprise Server 11 SP3-LTSS:kvm-1.4.2-53.26.2.x86_64", "SUSE Linux Enterprise Server 11 SP3-TERADATA:kvm-1.4.2-53.26.2.i586", "SUSE Linux Enterprise Server 11 SP3-TERADATA:kvm-1.4.2-53.26.2.s390x", "SUSE Linux Enterprise Server 11 SP3-TERADATA:kvm-1.4.2-53.26.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2018-12-05T13:48:59Z", "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 Point of Sale 11 SP3:kvm-1.4.2-53.26.2.i586", "SUSE Linux Enterprise Server 11 SP3-LTSS:kvm-1.4.2-53.26.2.i586", "SUSE Linux Enterprise Server 11 SP3-LTSS:kvm-1.4.2-53.26.2.s390x", "SUSE Linux Enterprise Server 11 SP3-LTSS:kvm-1.4.2-53.26.2.x86_64", "SUSE Linux Enterprise Server 11 SP3-TERADATA:kvm-1.4.2-53.26.2.i586", "SUSE Linux Enterprise Server 11 SP3-TERADATA:kvm-1.4.2-53.26.2.s390x", "SUSE Linux Enterprise Server 11 SP3-TERADATA:kvm-1.4.2-53.26.2.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 Point of Sale 11 SP3:kvm-1.4.2-53.26.2.i586", "SUSE Linux Enterprise Server 11 SP3-LTSS:kvm-1.4.2-53.26.2.i586", "SUSE Linux Enterprise Server 11 SP3-LTSS:kvm-1.4.2-53.26.2.s390x", "SUSE Linux Enterprise Server 11 SP3-LTSS:kvm-1.4.2-53.26.2.x86_64", "SUSE Linux Enterprise Server 11 SP3-TERADATA:kvm-1.4.2-53.26.2.i586", "SUSE Linux Enterprise Server 11 SP3-TERADATA:kvm-1.4.2-53.26.2.s390x", "SUSE Linux Enterprise Server 11 SP3-TERADATA:kvm-1.4.2-53.26.2.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 Point of Sale 11 SP3:kvm-1.4.2-53.26.2.i586", "SUSE Linux Enterprise Server 11 SP3-LTSS:kvm-1.4.2-53.26.2.i586", "SUSE Linux Enterprise Server 11 SP3-LTSS:kvm-1.4.2-53.26.2.s390x", "SUSE Linux Enterprise Server 11 SP3-LTSS:kvm-1.4.2-53.26.2.x86_64", "SUSE Linux Enterprise Server 11 SP3-TERADATA:kvm-1.4.2-53.26.2.i586", "SUSE Linux Enterprise Server 11 SP3-TERADATA:kvm-1.4.2-53.26.2.s390x", "SUSE Linux Enterprise Server 11 SP3-TERADATA:kvm-1.4.2-53.26.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2018-12-05T13:48:59Z", "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 Point of Sale 11 SP3:kvm-1.4.2-53.26.2.i586", "SUSE Linux Enterprise Server 11 SP3-LTSS:kvm-1.4.2-53.26.2.i586", "SUSE Linux Enterprise Server 11 SP3-LTSS:kvm-1.4.2-53.26.2.s390x", "SUSE Linux Enterprise Server 11 SP3-LTSS:kvm-1.4.2-53.26.2.x86_64", "SUSE Linux Enterprise Server 11 SP3-TERADATA:kvm-1.4.2-53.26.2.i586", "SUSE Linux Enterprise Server 11 SP3-TERADATA:kvm-1.4.2-53.26.2.s390x", "SUSE Linux Enterprise Server 11 SP3-TERADATA:kvm-1.4.2-53.26.2.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 Point of Sale 11 SP3:kvm-1.4.2-53.26.2.i586", "SUSE Linux Enterprise Server 11 SP3-LTSS:kvm-1.4.2-53.26.2.i586", "SUSE Linux Enterprise Server 11 SP3-LTSS:kvm-1.4.2-53.26.2.s390x", "SUSE Linux Enterprise Server 11 SP3-LTSS:kvm-1.4.2-53.26.2.x86_64", "SUSE Linux Enterprise Server 11 SP3-TERADATA:kvm-1.4.2-53.26.2.i586", "SUSE Linux Enterprise Server 11 SP3-TERADATA:kvm-1.4.2-53.26.2.s390x", "SUSE Linux Enterprise Server 11 SP3-TERADATA:kvm-1.4.2-53.26.2.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 Point of Sale 11 SP3:kvm-1.4.2-53.26.2.i586", "SUSE Linux Enterprise Server 11 SP3-LTSS:kvm-1.4.2-53.26.2.i586", "SUSE Linux Enterprise Server 11 SP3-LTSS:kvm-1.4.2-53.26.2.s390x", "SUSE Linux Enterprise Server 11 SP3-LTSS:kvm-1.4.2-53.26.2.x86_64", "SUSE Linux Enterprise Server 11 SP3-TERADATA:kvm-1.4.2-53.26.2.i586", "SUSE Linux Enterprise Server 11 SP3-TERADATA:kvm-1.4.2-53.26.2.s390x", "SUSE Linux Enterprise Server 11 SP3-TERADATA:kvm-1.4.2-53.26.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2018-12-05T13:48:59Z", "details": "moderate" } ], "title": "CVE-2018-18849" } ] }
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" } ] }
suse-su-2018:3975-1
Vulnerability from csaf_suse
Published
2018-12-04 16:27
Modified
2018-12-04 16:27
Summary
Security update for kvm
Notes
Title of the patch
Security update for kvm
Description of the patch
This update for kvm 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-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).
- CVE-2018-18438: Fixed integer overflows because IOReadHandler and its associated functions use a signed integer data type for a size value (bnc#1112185).
Patchnames
slessp4-kvm-13891
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": "moderate" }, "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 kvm", "title": "Title of the patch" }, { "category": "description", "text": "This update for kvm fixes the following issues:\n\nSecurity issues fixed:\n\n- 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).\n- 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).\n- 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).\n- 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).\n- 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)\n- 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 \u0027msg_len\u0027 field has an invalid value. A user/process could use this flaw to crash the Qemu process resulting in DoS (bsc#1114422).\n- CVE-2018-18438: Fixed integer overflows because IOReadHandler and its associated functions use a signed integer data type for a size value (bnc#1112185).\n", "title": "Description of the patch" }, { "category": "details", "text": "slessp4-kvm-13891", "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-2018_3975-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2018:3975-1", "url": "https://www.suse.com/support/update/announcement/2018/suse-su-20183975-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2018:3975-1", "url": "https://www.suse.com/support/update/announcement/2018/suse-su-20183975-1.html" }, { "category": "self", "summary": "SUSE Bug 1106222", "url": "https://bugzilla.suse.com/1106222" }, { "category": "self", "summary": "SUSE Bug 1110910", "url": "https://bugzilla.suse.com/1110910" }, { "category": "self", "summary": "SUSE Bug 1111006", "url": "https://bugzilla.suse.com/1111006" }, { "category": "self", "summary": "SUSE Bug 1111010", "url": "https://bugzilla.suse.com/1111010" }, { "category": "self", "summary": "SUSE Bug 1111013", "url": "https://bugzilla.suse.com/1111013" }, { "category": "self", "summary": "SUSE Bug 1112185", "url": "https://bugzilla.suse.com/1112185" }, { "category": "self", "summary": "SUSE Bug 1114422", "url": "https://bugzilla.suse.com/1114422" }, { "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-15746 page", "url": "https://www.suse.com/security/cve/CVE-2018-15746/" }, { "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/" } ], "title": "Security update for kvm", "tracking": { "current_release_date": "2018-12-04T16:27:54Z", "generator": { "date": "2018-12-04T16:27:54Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2018:3975-1", "initial_release_date": "2018-12-04T16:27:54Z", "revision_history": [ { "date": "2018-12-04T16:27:54Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "kvm-1.4.2-60.18.2.i586", "product": { "name": "kvm-1.4.2-60.18.2.i586", "product_id": "kvm-1.4.2-60.18.2.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "kvm-1.4.2-60.18.2.s390x", "product": { "name": "kvm-1.4.2-60.18.2.s390x", "product_id": "kvm-1.4.2-60.18.2.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "kvm-1.4.2-60.18.2.x86_64", "product": { "name": "kvm-1.4.2-60.18.2.x86_64", "product_id": "kvm-1.4.2-60.18.2.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Server 11 SP4", "product": { "name": "SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4", "product_identification_helper": { "cpe": "cpe:/o:suse:suse_sles:11:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:11:sp4" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "kvm-1.4.2-60.18.2.i586 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:kvm-1.4.2-60.18.2.i586" }, "product_reference": "kvm-1.4.2-60.18.2.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "kvm-1.4.2-60.18.2.s390x as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:kvm-1.4.2-60.18.2.s390x" }, "product_reference": "kvm-1.4.2-60.18.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "kvm-1.4.2-60.18.2.x86_64 as component of SUSE Linux Enterprise Server 11 SP4", "product_id": "SUSE Linux Enterprise Server 11 SP4:kvm-1.4.2-60.18.2.x86_64" }, "product_reference": "kvm-1.4.2-60.18.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "kvm-1.4.2-60.18.2.i586 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kvm-1.4.2-60.18.2.i586" }, "product_reference": "kvm-1.4.2-60.18.2.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "kvm-1.4.2-60.18.2.s390x as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kvm-1.4.2-60.18.2.s390x" }, "product_reference": "kvm-1.4.2-60.18.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "kvm-1.4.2-60.18.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 11 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kvm-1.4.2-60.18.2.x86_64" }, "product_reference": "kvm-1.4.2-60.18.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 11 SP4" } ] }, "vulnerabilities": [ { "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 11 SP4:kvm-1.4.2-60.18.2.i586", "SUSE Linux Enterprise Server 11 SP4:kvm-1.4.2-60.18.2.s390x", "SUSE Linux Enterprise Server 11 SP4:kvm-1.4.2-60.18.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kvm-1.4.2-60.18.2.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kvm-1.4.2-60.18.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kvm-1.4.2-60.18.2.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 11 SP4:kvm-1.4.2-60.18.2.i586", "SUSE Linux Enterprise Server 11 SP4:kvm-1.4.2-60.18.2.s390x", "SUSE Linux Enterprise Server 11 SP4:kvm-1.4.2-60.18.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kvm-1.4.2-60.18.2.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kvm-1.4.2-60.18.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kvm-1.4.2-60.18.2.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 11 SP4:kvm-1.4.2-60.18.2.i586", "SUSE Linux Enterprise Server 11 SP4:kvm-1.4.2-60.18.2.s390x", "SUSE Linux Enterprise Server 11 SP4:kvm-1.4.2-60.18.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kvm-1.4.2-60.18.2.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kvm-1.4.2-60.18.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kvm-1.4.2-60.18.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2018-12-04T16:27:54Z", "details": "moderate" } ], "title": "CVE-2018-10839" }, { "cve": "CVE-2018-15746", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2018-15746" } ], "notes": [ { "category": "general", "text": "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.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4:kvm-1.4.2-60.18.2.i586", "SUSE Linux Enterprise Server 11 SP4:kvm-1.4.2-60.18.2.s390x", "SUSE Linux Enterprise Server 11 SP4:kvm-1.4.2-60.18.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kvm-1.4.2-60.18.2.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kvm-1.4.2-60.18.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kvm-1.4.2-60.18.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2018-15746", "url": "https://www.suse.com/security/cve/CVE-2018-15746" }, { "category": "external", "summary": "SUSE Bug 1106222 for CVE-2018-15746", "url": "https://bugzilla.suse.com/1106222" } ], "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 11 SP4:kvm-1.4.2-60.18.2.i586", "SUSE Linux Enterprise Server 11 SP4:kvm-1.4.2-60.18.2.s390x", "SUSE Linux Enterprise Server 11 SP4:kvm-1.4.2-60.18.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kvm-1.4.2-60.18.2.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kvm-1.4.2-60.18.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kvm-1.4.2-60.18.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:L/AC:H/PR:L/UI:N/S:C/C:L/I:L/A:L", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Server 11 SP4:kvm-1.4.2-60.18.2.i586", "SUSE Linux Enterprise Server 11 SP4:kvm-1.4.2-60.18.2.s390x", "SUSE Linux Enterprise Server 11 SP4:kvm-1.4.2-60.18.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kvm-1.4.2-60.18.2.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kvm-1.4.2-60.18.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kvm-1.4.2-60.18.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2018-12-04T16:27:54Z", "details": "moderate" } ], "title": "CVE-2018-15746" }, { "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 11 SP4:kvm-1.4.2-60.18.2.i586", "SUSE Linux Enterprise Server 11 SP4:kvm-1.4.2-60.18.2.s390x", "SUSE Linux Enterprise Server 11 SP4:kvm-1.4.2-60.18.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kvm-1.4.2-60.18.2.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kvm-1.4.2-60.18.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kvm-1.4.2-60.18.2.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 11 SP4:kvm-1.4.2-60.18.2.i586", "SUSE Linux Enterprise Server 11 SP4:kvm-1.4.2-60.18.2.s390x", "SUSE Linux Enterprise Server 11 SP4:kvm-1.4.2-60.18.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kvm-1.4.2-60.18.2.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kvm-1.4.2-60.18.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kvm-1.4.2-60.18.2.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 11 SP4:kvm-1.4.2-60.18.2.i586", "SUSE Linux Enterprise Server 11 SP4:kvm-1.4.2-60.18.2.s390x", "SUSE Linux Enterprise Server 11 SP4:kvm-1.4.2-60.18.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kvm-1.4.2-60.18.2.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kvm-1.4.2-60.18.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kvm-1.4.2-60.18.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2018-12-04T16:27:54Z", "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 11 SP4:kvm-1.4.2-60.18.2.i586", "SUSE Linux Enterprise Server 11 SP4:kvm-1.4.2-60.18.2.s390x", "SUSE Linux Enterprise Server 11 SP4:kvm-1.4.2-60.18.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kvm-1.4.2-60.18.2.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kvm-1.4.2-60.18.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kvm-1.4.2-60.18.2.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 11 SP4:kvm-1.4.2-60.18.2.i586", "SUSE Linux Enterprise Server 11 SP4:kvm-1.4.2-60.18.2.s390x", "SUSE Linux Enterprise Server 11 SP4:kvm-1.4.2-60.18.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kvm-1.4.2-60.18.2.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kvm-1.4.2-60.18.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kvm-1.4.2-60.18.2.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 11 SP4:kvm-1.4.2-60.18.2.i586", "SUSE Linux Enterprise Server 11 SP4:kvm-1.4.2-60.18.2.s390x", "SUSE Linux Enterprise Server 11 SP4:kvm-1.4.2-60.18.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kvm-1.4.2-60.18.2.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kvm-1.4.2-60.18.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kvm-1.4.2-60.18.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2018-12-04T16:27:54Z", "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 11 SP4:kvm-1.4.2-60.18.2.i586", "SUSE Linux Enterprise Server 11 SP4:kvm-1.4.2-60.18.2.s390x", "SUSE Linux Enterprise Server 11 SP4:kvm-1.4.2-60.18.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kvm-1.4.2-60.18.2.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kvm-1.4.2-60.18.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kvm-1.4.2-60.18.2.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 11 SP4:kvm-1.4.2-60.18.2.i586", "SUSE Linux Enterprise Server 11 SP4:kvm-1.4.2-60.18.2.s390x", "SUSE Linux Enterprise Server 11 SP4:kvm-1.4.2-60.18.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kvm-1.4.2-60.18.2.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kvm-1.4.2-60.18.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kvm-1.4.2-60.18.2.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 11 SP4:kvm-1.4.2-60.18.2.i586", "SUSE Linux Enterprise Server 11 SP4:kvm-1.4.2-60.18.2.s390x", "SUSE Linux Enterprise Server 11 SP4:kvm-1.4.2-60.18.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kvm-1.4.2-60.18.2.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kvm-1.4.2-60.18.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kvm-1.4.2-60.18.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2018-12-04T16:27:54Z", "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 11 SP4:kvm-1.4.2-60.18.2.i586", "SUSE Linux Enterprise Server 11 SP4:kvm-1.4.2-60.18.2.s390x", "SUSE Linux Enterprise Server 11 SP4:kvm-1.4.2-60.18.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kvm-1.4.2-60.18.2.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kvm-1.4.2-60.18.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kvm-1.4.2-60.18.2.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 11 SP4:kvm-1.4.2-60.18.2.i586", "SUSE Linux Enterprise Server 11 SP4:kvm-1.4.2-60.18.2.s390x", "SUSE Linux Enterprise Server 11 SP4:kvm-1.4.2-60.18.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kvm-1.4.2-60.18.2.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kvm-1.4.2-60.18.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kvm-1.4.2-60.18.2.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 11 SP4:kvm-1.4.2-60.18.2.i586", "SUSE Linux Enterprise Server 11 SP4:kvm-1.4.2-60.18.2.s390x", "SUSE Linux Enterprise Server 11 SP4:kvm-1.4.2-60.18.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kvm-1.4.2-60.18.2.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kvm-1.4.2-60.18.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kvm-1.4.2-60.18.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2018-12-04T16:27:54Z", "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 11 SP4:kvm-1.4.2-60.18.2.i586", "SUSE Linux Enterprise Server 11 SP4:kvm-1.4.2-60.18.2.s390x", "SUSE Linux Enterprise Server 11 SP4:kvm-1.4.2-60.18.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kvm-1.4.2-60.18.2.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kvm-1.4.2-60.18.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kvm-1.4.2-60.18.2.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 11 SP4:kvm-1.4.2-60.18.2.i586", "SUSE Linux Enterprise Server 11 SP4:kvm-1.4.2-60.18.2.s390x", "SUSE Linux Enterprise Server 11 SP4:kvm-1.4.2-60.18.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kvm-1.4.2-60.18.2.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kvm-1.4.2-60.18.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kvm-1.4.2-60.18.2.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 11 SP4:kvm-1.4.2-60.18.2.i586", "SUSE Linux Enterprise Server 11 SP4:kvm-1.4.2-60.18.2.s390x", "SUSE Linux Enterprise Server 11 SP4:kvm-1.4.2-60.18.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kvm-1.4.2-60.18.2.i586", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kvm-1.4.2-60.18.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 11 SP4:kvm-1.4.2-60.18.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2018-12-04T16:27:54Z", "details": "moderate" } ], "title": "CVE-2018-18849" } ] }
suse-su-2019:0825-1
Vulnerability from csaf_suse
Published
2019-04-01 09:25
Modified
2019-04-01 09:25
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-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#1114423).
- 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 in Bluetooth routines allows memory corruption (bsc#1117756).
- CVE-2018-18438: Fixed an integer overflow in ccid_card_vscard_read function which allows memory corruption (bsc#1112188).
- CVE-2018-17962: Fixed a Buffer Overflow in pcnet_receive in hw/net/pcnet.c because an incorrect integer data type is used (bsc#1111011).
- 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-19961 CVE-2018-19962: Fixed insufficient TLB flushing / improper large page mappings with AMD IOMMUs (XSA-275)(bsc#1115040).
- 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#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 a Buffer Overflow in rtl8139_do_receive in hw/net/rtl8139.c because an incorrect integer data type is used (bsc#1111007).
- CVE-2018-10839: Fixed an integer overflow which could lead to a buffer overflow issue (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-2017-13672: Fixed an out of bounds read access during display update (bsc#1056336).
- 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).
Patchnames
SUSE-2019-825,SUSE-SLE-SAP-12-SP1-2019-825,SUSE-SLE-SERVER-12-SP1-2019-825
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-2018-18849: Fixed an out of bounds memory access issue that was found in the LSI53C895A SCSI Host Bus Adapter \n emulation while writing a message in lsi_do_msgin. It could occur during migration if the \u0027msg_len\u0027 field has an invalid \n value. A user/process could use this flaw to crash the Qemu process resulting in DoS (bsc#1114423).\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 in Bluetooth routines allows memory corruption (bsc#1117756).\n- CVE-2018-18438: Fixed an integer overflow in ccid_card_vscard_read function which allows memory corruption (bsc#1112188).\n- CVE-2018-17962: Fixed a Buffer Overflow in pcnet_receive in hw/net/pcnet.c because an incorrect integer data type is used (bsc#1111011).\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-19961 CVE-2018-19962: Fixed insufficient TLB flushing / improper large page mappings with AMD IOMMUs (XSA-275)(bsc#1115040).\n- CVE-2018-17963: Fixed qemu_deliver_packet_iov in net/net.c that accepts packet sizes greater than INT_MAX, which allows attackers \n to cause a denial of service or possibly have unspecified other impact. (bsc#1111014)\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- 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- 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#1111007).\n- CVE-2018-10839: Fixed an integer overflow which could lead to a buffer overflow issue (bsc#1110924).\n- CVE-2019-6778: Fixed a heap buffer overflow in tcp_emu() found in slirp (bsc#1123157).\n- CVE-2018-19966: Fixed issue introduced by XSA-240 that could have caused conflicts with shadow paging (XSA-280)(bsc#1115047).\n- CVE-2017-13672: Fixed an out of bounds read access during display update (bsc#1056336).\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- 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-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", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2019-825,SUSE-SLE-SAP-12-SP1-2019-825,SUSE-SLE-SERVER-12-SP1-2019-825", "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_0825-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2019:0825-1", "url": "https://www.suse.com/support/update/announcement/2019/suse-su-20190825-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2019:0825-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2019-April/005276.html" }, { "category": "self", "summary": "SUSE Bug 1056336", "url": "https://bugzilla.suse.com/1056336" }, { "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 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 1126201", "url": "https://bugzilla.suse.com/1126201" }, { "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-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:25:46Z", "generator": { "date": "2019-04-01T09:25:46Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2019:0825-1", "initial_release_date": "2019-04-01T09:25:46Z", "revision_history": [ { "date": "2019-04-01T09:25:46Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "xen-devel-4.5.5_28-22.58.1.i586", "product": { "name": "xen-devel-4.5.5_28-22.58.1.i586", "product_id": "xen-devel-4.5.5_28-22.58.1.i586" } }, { "category": "product_version", "name": "xen-libs-4.5.5_28-22.58.1.i586", "product": { "name": "xen-libs-4.5.5_28-22.58.1.i586", "product_id": "xen-libs-4.5.5_28-22.58.1.i586" } }, { "category": "product_version", "name": "xen-tools-domU-4.5.5_28-22.58.1.i586", "product": { "name": "xen-tools-domU-4.5.5_28-22.58.1.i586", "product_id": "xen-tools-domU-4.5.5_28-22.58.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "xen-4.5.5_28-22.58.1.x86_64", "product": { "name": "xen-4.5.5_28-22.58.1.x86_64", "product_id": "xen-4.5.5_28-22.58.1.x86_64" } }, { "category": "product_version", "name": "xen-devel-4.5.5_28-22.58.1.x86_64", "product": { "name": "xen-devel-4.5.5_28-22.58.1.x86_64", "product_id": "xen-devel-4.5.5_28-22.58.1.x86_64" } }, { "category": "product_version", "name": "xen-doc-html-4.5.5_28-22.58.1.x86_64", "product": { "name": "xen-doc-html-4.5.5_28-22.58.1.x86_64", "product_id": "xen-doc-html-4.5.5_28-22.58.1.x86_64" } }, { "category": "product_version", "name": "xen-kmp-default-4.5.5_28_k3.12.74_60.64.107-22.58.1.x86_64", "product": { "name": "xen-kmp-default-4.5.5_28_k3.12.74_60.64.107-22.58.1.x86_64", "product_id": "xen-kmp-default-4.5.5_28_k3.12.74_60.64.107-22.58.1.x86_64" } }, { "category": "product_version", "name": "xen-libs-4.5.5_28-22.58.1.x86_64", "product": { "name": "xen-libs-4.5.5_28-22.58.1.x86_64", "product_id": "xen-libs-4.5.5_28-22.58.1.x86_64" } }, { "category": "product_version", "name": "xen-libs-32bit-4.5.5_28-22.58.1.x86_64", "product": { "name": "xen-libs-32bit-4.5.5_28-22.58.1.x86_64", "product_id": "xen-libs-32bit-4.5.5_28-22.58.1.x86_64" } }, { "category": "product_version", "name": "xen-tools-4.5.5_28-22.58.1.x86_64", "product": { "name": "xen-tools-4.5.5_28-22.58.1.x86_64", "product_id": "xen-tools-4.5.5_28-22.58.1.x86_64" } }, { "category": "product_version", "name": "xen-tools-domU-4.5.5_28-22.58.1.x86_64", "product": { "name": "xen-tools-domU-4.5.5_28-22.58.1.x86_64", "product_id": "xen-tools-domU-4.5.5_28-22.58.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP1", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP1", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:12:sp1" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 12 SP1-LTSS", "product": { "name": "SUSE Linux Enterprise Server 12 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP1-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:12:sp1" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "xen-4.5.5_28-22.58.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-4.5.5_28-22.58.1.x86_64" }, "product_reference": "xen-4.5.5_28-22.58.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "xen-doc-html-4.5.5_28-22.58.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-doc-html-4.5.5_28-22.58.1.x86_64" }, "product_reference": "xen-doc-html-4.5.5_28-22.58.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "xen-kmp-default-4.5.5_28_k3.12.74_60.64.107-22.58.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-kmp-default-4.5.5_28_k3.12.74_60.64.107-22.58.1.x86_64" }, "product_reference": "xen-kmp-default-4.5.5_28_k3.12.74_60.64.107-22.58.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "xen-libs-4.5.5_28-22.58.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-libs-4.5.5_28-22.58.1.x86_64" }, "product_reference": "xen-libs-4.5.5_28-22.58.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "xen-libs-32bit-4.5.5_28-22.58.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-libs-32bit-4.5.5_28-22.58.1.x86_64" }, "product_reference": "xen-libs-32bit-4.5.5_28-22.58.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-4.5.5_28-22.58.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-tools-4.5.5_28-22.58.1.x86_64" }, "product_reference": "xen-tools-4.5.5_28-22.58.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-domU-4.5.5_28-22.58.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-tools-domU-4.5.5_28-22.58.1.x86_64" }, "product_reference": "xen-tools-domU-4.5.5_28-22.58.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "xen-4.5.5_28-22.58.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-4.5.5_28-22.58.1.x86_64" }, "product_reference": "xen-4.5.5_28-22.58.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "xen-doc-html-4.5.5_28-22.58.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-doc-html-4.5.5_28-22.58.1.x86_64" }, "product_reference": "xen-doc-html-4.5.5_28-22.58.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "xen-kmp-default-4.5.5_28_k3.12.74_60.64.107-22.58.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-kmp-default-4.5.5_28_k3.12.74_60.64.107-22.58.1.x86_64" }, "product_reference": "xen-kmp-default-4.5.5_28_k3.12.74_60.64.107-22.58.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "xen-libs-4.5.5_28-22.58.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-libs-4.5.5_28-22.58.1.x86_64" }, "product_reference": "xen-libs-4.5.5_28-22.58.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "xen-libs-32bit-4.5.5_28-22.58.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-libs-32bit-4.5.5_28-22.58.1.x86_64" }, "product_reference": "xen-libs-32bit-4.5.5_28-22.58.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-4.5.5_28-22.58.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-tools-4.5.5_28-22.58.1.x86_64" }, "product_reference": "xen-tools-4.5.5_28-22.58.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-domU-4.5.5_28-22.58.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-tools-domU-4.5.5_28-22.58.1.x86_64" }, "product_reference": "xen-tools-domU-4.5.5_28-22.58.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1-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 SP1-LTSS:xen-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-doc-html-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-kmp-default-4.5.5_28_k3.12.74_60.64.107-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-libs-32bit-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-libs-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-tools-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-tools-domU-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-doc-html-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-kmp-default-4.5.5_28_k3.12.74_60.64.107-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-libs-32bit-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-libs-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-tools-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-tools-domU-4.5.5_28-22.58.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 SP1-LTSS:xen-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-doc-html-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-kmp-default-4.5.5_28_k3.12.74_60.64.107-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-libs-32bit-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-libs-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-tools-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-tools-domU-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-doc-html-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-kmp-default-4.5.5_28_k3.12.74_60.64.107-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-libs-32bit-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-libs-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-tools-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-tools-domU-4.5.5_28-22.58.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 SP1-LTSS:xen-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-doc-html-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-kmp-default-4.5.5_28_k3.12.74_60.64.107-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-libs-32bit-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-libs-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-tools-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-tools-domU-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-doc-html-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-kmp-default-4.5.5_28_k3.12.74_60.64.107-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-libs-32bit-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-libs-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-tools-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-tools-domU-4.5.5_28-22.58.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2019-04-01T09:25:46Z", "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 SP1-LTSS:xen-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-doc-html-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-kmp-default-4.5.5_28_k3.12.74_60.64.107-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-libs-32bit-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-libs-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-tools-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-tools-domU-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-doc-html-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-kmp-default-4.5.5_28_k3.12.74_60.64.107-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-libs-32bit-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-libs-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-tools-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-tools-domU-4.5.5_28-22.58.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 SP1-LTSS:xen-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-doc-html-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-kmp-default-4.5.5_28_k3.12.74_60.64.107-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-libs-32bit-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-libs-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-tools-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-tools-domU-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-doc-html-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-kmp-default-4.5.5_28_k3.12.74_60.64.107-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-libs-32bit-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-libs-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-tools-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-tools-domU-4.5.5_28-22.58.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 SP1-LTSS:xen-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-doc-html-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-kmp-default-4.5.5_28_k3.12.74_60.64.107-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-libs-32bit-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-libs-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-tools-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-tools-domU-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-doc-html-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-kmp-default-4.5.5_28_k3.12.74_60.64.107-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-libs-32bit-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-libs-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-tools-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-tools-domU-4.5.5_28-22.58.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2019-04-01T09:25:46Z", "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 SP1-LTSS:xen-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-doc-html-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-kmp-default-4.5.5_28_k3.12.74_60.64.107-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-libs-32bit-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-libs-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-tools-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-tools-domU-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-doc-html-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-kmp-default-4.5.5_28_k3.12.74_60.64.107-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-libs-32bit-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-libs-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-tools-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-tools-domU-4.5.5_28-22.58.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 SP1-LTSS:xen-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-doc-html-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-kmp-default-4.5.5_28_k3.12.74_60.64.107-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-libs-32bit-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-libs-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-tools-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-tools-domU-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-doc-html-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-kmp-default-4.5.5_28_k3.12.74_60.64.107-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-libs-32bit-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-libs-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-tools-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-tools-domU-4.5.5_28-22.58.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 SP1-LTSS:xen-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-doc-html-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-kmp-default-4.5.5_28_k3.12.74_60.64.107-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-libs-32bit-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-libs-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-tools-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-tools-domU-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-doc-html-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-kmp-default-4.5.5_28_k3.12.74_60.64.107-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-libs-32bit-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-libs-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-tools-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-tools-domU-4.5.5_28-22.58.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2019-04-01T09:25:46Z", "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 SP1-LTSS:xen-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-doc-html-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-kmp-default-4.5.5_28_k3.12.74_60.64.107-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-libs-32bit-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-libs-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-tools-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-tools-domU-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-doc-html-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-kmp-default-4.5.5_28_k3.12.74_60.64.107-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-libs-32bit-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-libs-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-tools-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-tools-domU-4.5.5_28-22.58.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 SP1-LTSS:xen-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-doc-html-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-kmp-default-4.5.5_28_k3.12.74_60.64.107-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-libs-32bit-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-libs-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-tools-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-tools-domU-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-doc-html-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-kmp-default-4.5.5_28_k3.12.74_60.64.107-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-libs-32bit-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-libs-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-tools-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-tools-domU-4.5.5_28-22.58.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 SP1-LTSS:xen-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-doc-html-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-kmp-default-4.5.5_28_k3.12.74_60.64.107-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-libs-32bit-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-libs-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-tools-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-tools-domU-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-doc-html-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-kmp-default-4.5.5_28_k3.12.74_60.64.107-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-libs-32bit-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-libs-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-tools-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-tools-domU-4.5.5_28-22.58.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2019-04-01T09:25:46Z", "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 SP1-LTSS:xen-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-doc-html-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-kmp-default-4.5.5_28_k3.12.74_60.64.107-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-libs-32bit-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-libs-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-tools-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-tools-domU-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-doc-html-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-kmp-default-4.5.5_28_k3.12.74_60.64.107-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-libs-32bit-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-libs-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-tools-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-tools-domU-4.5.5_28-22.58.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 SP1-LTSS:xen-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-doc-html-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-kmp-default-4.5.5_28_k3.12.74_60.64.107-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-libs-32bit-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-libs-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-tools-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-tools-domU-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-doc-html-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-kmp-default-4.5.5_28_k3.12.74_60.64.107-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-libs-32bit-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-libs-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-tools-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-tools-domU-4.5.5_28-22.58.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 SP1-LTSS:xen-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-doc-html-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-kmp-default-4.5.5_28_k3.12.74_60.64.107-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-libs-32bit-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-libs-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-tools-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-tools-domU-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-doc-html-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-kmp-default-4.5.5_28_k3.12.74_60.64.107-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-libs-32bit-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-libs-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-tools-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-tools-domU-4.5.5_28-22.58.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2019-04-01T09:25:46Z", "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 SP1-LTSS:xen-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-doc-html-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-kmp-default-4.5.5_28_k3.12.74_60.64.107-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-libs-32bit-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-libs-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-tools-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-tools-domU-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-doc-html-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-kmp-default-4.5.5_28_k3.12.74_60.64.107-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-libs-32bit-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-libs-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-tools-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-tools-domU-4.5.5_28-22.58.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 SP1-LTSS:xen-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-doc-html-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-kmp-default-4.5.5_28_k3.12.74_60.64.107-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-libs-32bit-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-libs-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-tools-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-tools-domU-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-doc-html-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-kmp-default-4.5.5_28_k3.12.74_60.64.107-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-libs-32bit-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-libs-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-tools-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-tools-domU-4.5.5_28-22.58.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 SP1-LTSS:xen-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-doc-html-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-kmp-default-4.5.5_28_k3.12.74_60.64.107-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-libs-32bit-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-libs-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-tools-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-tools-domU-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-doc-html-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-kmp-default-4.5.5_28_k3.12.74_60.64.107-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-libs-32bit-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-libs-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-tools-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-tools-domU-4.5.5_28-22.58.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2019-04-01T09:25:46Z", "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 SP1-LTSS:xen-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-doc-html-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-kmp-default-4.5.5_28_k3.12.74_60.64.107-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-libs-32bit-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-libs-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-tools-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-tools-domU-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-doc-html-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-kmp-default-4.5.5_28_k3.12.74_60.64.107-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-libs-32bit-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-libs-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-tools-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-tools-domU-4.5.5_28-22.58.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 SP1-LTSS:xen-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-doc-html-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-kmp-default-4.5.5_28_k3.12.74_60.64.107-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-libs-32bit-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-libs-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-tools-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-tools-domU-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-doc-html-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-kmp-default-4.5.5_28_k3.12.74_60.64.107-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-libs-32bit-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-libs-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-tools-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-tools-domU-4.5.5_28-22.58.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 SP1-LTSS:xen-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-doc-html-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-kmp-default-4.5.5_28_k3.12.74_60.64.107-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-libs-32bit-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-libs-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-tools-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-tools-domU-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-doc-html-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-kmp-default-4.5.5_28_k3.12.74_60.64.107-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-libs-32bit-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-libs-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-tools-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-tools-domU-4.5.5_28-22.58.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2019-04-01T09:25:46Z", "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 SP1-LTSS:xen-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-doc-html-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-kmp-default-4.5.5_28_k3.12.74_60.64.107-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-libs-32bit-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-libs-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-tools-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-tools-domU-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-doc-html-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-kmp-default-4.5.5_28_k3.12.74_60.64.107-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-libs-32bit-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-libs-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-tools-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-tools-domU-4.5.5_28-22.58.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 SP1-LTSS:xen-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-doc-html-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-kmp-default-4.5.5_28_k3.12.74_60.64.107-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-libs-32bit-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-libs-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-tools-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-tools-domU-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-doc-html-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-kmp-default-4.5.5_28_k3.12.74_60.64.107-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-libs-32bit-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-libs-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-tools-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-tools-domU-4.5.5_28-22.58.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 SP1-LTSS:xen-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-doc-html-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-kmp-default-4.5.5_28_k3.12.74_60.64.107-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-libs-32bit-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-libs-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-tools-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-tools-domU-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-doc-html-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-kmp-default-4.5.5_28_k3.12.74_60.64.107-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-libs-32bit-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-libs-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-tools-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-tools-domU-4.5.5_28-22.58.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2019-04-01T09:25:46Z", "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 SP1-LTSS:xen-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-doc-html-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-kmp-default-4.5.5_28_k3.12.74_60.64.107-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-libs-32bit-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-libs-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-tools-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-tools-domU-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-doc-html-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-kmp-default-4.5.5_28_k3.12.74_60.64.107-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-libs-32bit-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-libs-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-tools-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-tools-domU-4.5.5_28-22.58.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 SP1-LTSS:xen-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-doc-html-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-kmp-default-4.5.5_28_k3.12.74_60.64.107-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-libs-32bit-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-libs-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-tools-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-tools-domU-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-doc-html-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-kmp-default-4.5.5_28_k3.12.74_60.64.107-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-libs-32bit-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-libs-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-tools-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-tools-domU-4.5.5_28-22.58.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 SP1-LTSS:xen-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-doc-html-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-kmp-default-4.5.5_28_k3.12.74_60.64.107-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-libs-32bit-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-libs-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-tools-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-tools-domU-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-doc-html-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-kmp-default-4.5.5_28_k3.12.74_60.64.107-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-libs-32bit-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-libs-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-tools-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-tools-domU-4.5.5_28-22.58.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2019-04-01T09:25:46Z", "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 SP1-LTSS:xen-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-doc-html-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-kmp-default-4.5.5_28_k3.12.74_60.64.107-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-libs-32bit-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-libs-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-tools-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-tools-domU-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-doc-html-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-kmp-default-4.5.5_28_k3.12.74_60.64.107-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-libs-32bit-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-libs-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-tools-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-tools-domU-4.5.5_28-22.58.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 SP1-LTSS:xen-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-doc-html-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-kmp-default-4.5.5_28_k3.12.74_60.64.107-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-libs-32bit-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-libs-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-tools-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-tools-domU-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-doc-html-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-kmp-default-4.5.5_28_k3.12.74_60.64.107-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-libs-32bit-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-libs-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-tools-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-tools-domU-4.5.5_28-22.58.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 SP1-LTSS:xen-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-doc-html-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-kmp-default-4.5.5_28_k3.12.74_60.64.107-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-libs-32bit-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-libs-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-tools-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-tools-domU-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-doc-html-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-kmp-default-4.5.5_28_k3.12.74_60.64.107-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-libs-32bit-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-libs-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-tools-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-tools-domU-4.5.5_28-22.58.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2019-04-01T09:25:46Z", "details": "important" } ], "title": "CVE-2018-19962" }, { "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 SP1-LTSS:xen-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-doc-html-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-kmp-default-4.5.5_28_k3.12.74_60.64.107-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-libs-32bit-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-libs-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-tools-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-tools-domU-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-doc-html-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-kmp-default-4.5.5_28_k3.12.74_60.64.107-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-libs-32bit-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-libs-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-tools-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-tools-domU-4.5.5_28-22.58.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 SP1-LTSS:xen-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-doc-html-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-kmp-default-4.5.5_28_k3.12.74_60.64.107-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-libs-32bit-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-libs-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-tools-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-tools-domU-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-doc-html-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-kmp-default-4.5.5_28_k3.12.74_60.64.107-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-libs-32bit-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-libs-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-tools-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-tools-domU-4.5.5_28-22.58.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 SP1-LTSS:xen-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-doc-html-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-kmp-default-4.5.5_28_k3.12.74_60.64.107-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-libs-32bit-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-libs-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-tools-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-tools-domU-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-doc-html-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-kmp-default-4.5.5_28_k3.12.74_60.64.107-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-libs-32bit-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-libs-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-tools-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-tools-domU-4.5.5_28-22.58.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2019-04-01T09:25:46Z", "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 SP1-LTSS:xen-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-doc-html-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-kmp-default-4.5.5_28_k3.12.74_60.64.107-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-libs-32bit-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-libs-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-tools-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-tools-domU-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-doc-html-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-kmp-default-4.5.5_28_k3.12.74_60.64.107-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-libs-32bit-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-libs-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-tools-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-tools-domU-4.5.5_28-22.58.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 SP1-LTSS:xen-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-doc-html-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-kmp-default-4.5.5_28_k3.12.74_60.64.107-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-libs-32bit-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-libs-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-tools-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-tools-domU-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-doc-html-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-kmp-default-4.5.5_28_k3.12.74_60.64.107-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-libs-32bit-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-libs-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-tools-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-tools-domU-4.5.5_28-22.58.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 SP1-LTSS:xen-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-doc-html-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-kmp-default-4.5.5_28_k3.12.74_60.64.107-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-libs-32bit-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-libs-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-tools-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-tools-domU-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-doc-html-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-kmp-default-4.5.5_28_k3.12.74_60.64.107-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-libs-32bit-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-libs-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-tools-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-tools-domU-4.5.5_28-22.58.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2019-04-01T09:25:46Z", "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 SP1-LTSS:xen-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-doc-html-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-kmp-default-4.5.5_28_k3.12.74_60.64.107-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-libs-32bit-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-libs-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-tools-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-tools-domU-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-doc-html-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-kmp-default-4.5.5_28_k3.12.74_60.64.107-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-libs-32bit-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-libs-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-tools-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-tools-domU-4.5.5_28-22.58.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 SP1-LTSS:xen-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-doc-html-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-kmp-default-4.5.5_28_k3.12.74_60.64.107-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-libs-32bit-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-libs-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-tools-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-tools-domU-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-doc-html-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-kmp-default-4.5.5_28_k3.12.74_60.64.107-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-libs-32bit-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-libs-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-tools-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-tools-domU-4.5.5_28-22.58.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 SP1-LTSS:xen-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-doc-html-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-kmp-default-4.5.5_28_k3.12.74_60.64.107-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-libs-32bit-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-libs-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-tools-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-tools-domU-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-doc-html-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-kmp-default-4.5.5_28_k3.12.74_60.64.107-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-libs-32bit-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-libs-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-tools-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-tools-domU-4.5.5_28-22.58.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2019-04-01T09:25:46Z", "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 SP1-LTSS:xen-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-doc-html-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-kmp-default-4.5.5_28_k3.12.74_60.64.107-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-libs-32bit-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-libs-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-tools-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-tools-domU-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-doc-html-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-kmp-default-4.5.5_28_k3.12.74_60.64.107-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-libs-32bit-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-libs-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-tools-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-tools-domU-4.5.5_28-22.58.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 SP1-LTSS:xen-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-doc-html-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-kmp-default-4.5.5_28_k3.12.74_60.64.107-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-libs-32bit-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-libs-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-tools-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-tools-domU-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-doc-html-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-kmp-default-4.5.5_28_k3.12.74_60.64.107-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-libs-32bit-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-libs-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-tools-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-tools-domU-4.5.5_28-22.58.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 SP1-LTSS:xen-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-doc-html-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-kmp-default-4.5.5_28_k3.12.74_60.64.107-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-libs-32bit-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-libs-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-tools-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:xen-tools-domU-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-doc-html-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-kmp-default-4.5.5_28_k3.12.74_60.64.107-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-libs-32bit-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-libs-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-tools-4.5.5_28-22.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:xen-tools-domU-4.5.5_28-22.58.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2019-04-01T09:25:46Z", "details": "low" } ], "title": "CVE-2019-9824" } ] }
fkie_cve-2018-18438
Vulnerability from fkie_nvd
Published
2018-10-19 22:29
Modified
2024-11-21 03:55
Severity ?
Summary
Qemu has integer overflows because IOReadHandler and its associated functions use a signed integer data type for a size value.
References
▶ | URL | Tags | |
---|---|---|---|
cve@mitre.org | http://www.openwall.com/lists/oss-security/2018/10/17/3 | Mailing List, Third Party Advisory | |
cve@mitre.org | http://www.securityfocus.com/bid/105953 | Third Party Advisory, VDB Entry | |
cve@mitre.org | https://lists.gnu.org/archive/html/qemu-devel/2018-10/msg02396.html | Mailing List, Patch, Third Party Advisory | |
cve@mitre.org | https://lists.gnu.org/archive/html/qemu-devel/2018-10/msg02402.html | Mailing List, Patch, Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | http://www.openwall.com/lists/oss-security/2018/10/17/3 | Mailing List, Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | http://www.securityfocus.com/bid/105953 | Third Party Advisory, VDB Entry | |
af854a3a-2127-422b-91ae-364da2661108 | https://lists.gnu.org/archive/html/qemu-devel/2018-10/msg02396.html | Mailing List, Patch, Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://lists.gnu.org/archive/html/qemu-devel/2018-10/msg02402.html | Mailing List, Patch, Third Party Advisory |
Impacted products
{ "configurations": [ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:qemu:qemu:-:*:*:*:*:*:*:*", "matchCriteriaId": "6D9E0C78-9678-4CEE-9389-962CF618A51F", "vulnerable": true } ], "negate": false, "operator": "OR" } ] }, { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:o:redhat:enterprise_linux:6.0:*:*:*:*:*:*:*", "matchCriteriaId": "2F6AB192-9D7D-4A9A-8995-E53A9DE9EAFC", "vulnerable": true }, { "criteria": "cpe:2.3:o:redhat:enterprise_linux:7.0:*:*:*:*:*:*:*", "matchCriteriaId": "142AD0DD-4CF3-4D74-9442-459CE3347E3A", "vulnerable": true } ], "negate": false, "operator": "OR" } ] }, { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:redhat:openstack:8:*:*:*:*:*:*:*", "matchCriteriaId": "E8B8C725-34CF-4340-BE7B-37E58CF706D6", "vulnerable": true }, { "criteria": "cpe:2.3:a:redhat:openstack:9:*:*:*:*:*:*:*", "matchCriteriaId": "F40C26BE-56CB-4022-A1D8-3CA0A8F87F4B", "vulnerable": true }, { "criteria": "cpe:2.3:a:redhat:openstack:10:*:*:*:*:*:*:*", "matchCriteriaId": "E722FEF7-58A6-47AD-B1D0-DB0B71B0C7AA", "vulnerable": true }, { "criteria": "cpe:2.3:a:redhat:openstack:12:*:*:*:*:*:*:*", "matchCriteriaId": "4D4AC996-B340-4A14-86F7-FF83B4D5EC8F", "vulnerable": true }, { "criteria": "cpe:2.3:a:redhat:openstack:13:*:*:*:*:*:*:*", "matchCriteriaId": "704CFA1A-953E-4105-BFBE-406034B83DED", "vulnerable": true } ], "negate": false, "operator": "OR" } ] } ], "cveTags": [], "descriptions": [ { "lang": "en", "value": "Qemu has integer overflows because IOReadHandler and its associated functions use a signed integer data type for a size value." }, { "lang": "es", "value": "Qemu tiene desbordamientos de enteros debido a que IOReadHandler y sus funciones asociadas emplean un tipo de datos de enteros firmados para un valor tama\u00f1o." } ], "id": "CVE-2018-18438", "lastModified": "2024-11-21T03:55:56.193", "metrics": { "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "LOW", "cvssData": { "accessComplexity": "LOW", "accessVector": "LOCAL", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 2.1, "confidentialityImpact": "NONE", "integrityImpact": "NONE", "vectorString": "AV:L/AC:L/Au:N/C:N/I:N/A:P", "version": "2.0" }, "exploitabilityScore": 3.9, "impactScore": 2.9, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "source": "nvd@nist.gov", "type": "Primary", "userInteractionRequired": false } ], "cvssMetricV30": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 5.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.0" }, "exploitabilityScore": 1.8, "impactScore": 3.6, "source": "nvd@nist.gov", "type": "Primary" } ] }, "published": "2018-10-19T22:29:02.287", "references": [ { "source": "cve@mitre.org", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "http://www.openwall.com/lists/oss-security/2018/10/17/3" }, { "source": "cve@mitre.org", "tags": [ "Third Party Advisory", "VDB Entry" ], "url": "http://www.securityfocus.com/bid/105953" }, { "source": "cve@mitre.org", "tags": [ "Mailing List", "Patch", "Third Party Advisory" ], "url": "https://lists.gnu.org/archive/html/qemu-devel/2018-10/msg02396.html" }, { "source": "cve@mitre.org", "tags": [ "Mailing List", "Patch", "Third Party Advisory" ], "url": "https://lists.gnu.org/archive/html/qemu-devel/2018-10/msg02402.html" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "http://www.openwall.com/lists/oss-security/2018/10/17/3" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Third Party Advisory", "VDB Entry" ], "url": "http://www.securityfocus.com/bid/105953" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Mailing List", "Patch", "Third Party Advisory" ], "url": "https://lists.gnu.org/archive/html/qemu-devel/2018-10/msg02396.html" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Mailing List", "Patch", "Third Party Advisory" ], "url": "https://lists.gnu.org/archive/html/qemu-devel/2018-10/msg02402.html" } ], "sourceIdentifier": "cve@mitre.org", "vulnStatus": "Modified", "weaknesses": [ { "description": [ { "lang": "en", "value": "CWE-190" } ], "source": "nvd@nist.gov", "type": "Primary" } ] }
gsd-2018-18438
Vulnerability from gsd
Modified
2023-12-13 01:22
Details
Qemu has integer overflows because IOReadHandler and its associated functions use a signed integer data type for a size value.
Aliases
Aliases
{ "GSD": { "alias": "CVE-2018-18438", "description": "Qemu has integer overflows because IOReadHandler and its associated functions use a signed integer data type for a size value.", "id": "GSD-2018-18438", "references": [ "https://www.suse.com/security/cve/CVE-2018-18438.html", "https://linux.oracle.com/cve/CVE-2018-18438.html" ] }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2018-18438" ], "details": "Qemu has integer overflows because IOReadHandler and its associated functions use a signed integer data type for a size value.", "id": "GSD-2018-18438", "modified": "2023-12-13T01:22:36.270069Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2018-18438", "STATE": "PUBLIC" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "n/a", "version": { "version_data": [ { "version_value": "n/a" } ] } } ] }, "vendor_name": "n/a" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "Qemu has integer overflows because IOReadHandler and its associated functions use a signed integer data type for a size value." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "n/a" } ] } ] }, "references": { "reference_data": [ { "name": "105953", "refsource": "BID", "url": "http://www.securityfocus.com/bid/105953" }, { "name": "[qemu-devel] 20181012 [PATCH v2 07/11] chardev: Let IOReadHandler use unsigned type", "refsource": "MLIST", "url": "https://lists.gnu.org/archive/html/qemu-devel/2018-10/msg02402.html" }, { "name": "[qemu-devel] 20181012 [PATCH v2 00/11] chardev: Convert IO handlers to use unsigned type", "refsource": "MLIST", "url": "https://lists.gnu.org/archive/html/qemu-devel/2018-10/msg02396.html" }, { "name": "[oss-security] 20181017 CVE-2018-18438 Qemu: Integer overflow in ccid_card_vscard_read() allows memory corruption", "refsource": "MLIST", "url": "http://www.openwall.com/lists/oss-security/2018/10/17/3" } ] } }, "nvd.nist.gov": { "configurations": { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:qemu:qemu:-:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true } ], "operator": "OR" }, { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:o:redhat:enterprise_linux:6.0:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:o:redhat:enterprise_linux:7.0:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true } ], "operator": "OR" }, { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:redhat:openstack:9:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:redhat:openstack:10:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:redhat:openstack:12:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:redhat:openstack:13:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:redhat:openstack:8:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true } ], "operator": "OR" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2018-18438" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "value": "Qemu has integer overflows because IOReadHandler and its associated functions use a signed integer data type for a size value." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "CWE-190" } ] } ] }, "references": { "reference_data": [ { "name": "[qemu-devel] 20181012 [PATCH v2 07/11] chardev: Let IOReadHandler use unsigned type", "refsource": "MLIST", "tags": [ "Third Party Advisory", "Mailing List", "Patch" ], "url": "https://lists.gnu.org/archive/html/qemu-devel/2018-10/msg02402.html" }, { "name": "[qemu-devel] 20181012 [PATCH v2 00/11] chardev: Convert IO handlers to use unsigned type", "refsource": "MLIST", "tags": [ "Mailing List", "Patch", "Third Party Advisory" ], "url": "https://lists.gnu.org/archive/html/qemu-devel/2018-10/msg02396.html" }, { "name": "[oss-security] 20181017 CVE-2018-18438 Qemu: Integer overflow in ccid_card_vscard_read() allows memory corruption", "refsource": "MLIST", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "http://www.openwall.com/lists/oss-security/2018/10/17/3" }, { "name": "105953", "refsource": "BID", "tags": [ "Third Party Advisory", "VDB Entry" ], "url": "http://www.securityfocus.com/bid/105953" } ] } }, "impact": { "baseMetricV2": { "acInsufInfo": false, "cvssV2": { "accessComplexity": "LOW", "accessVector": "LOCAL", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 2.1, "confidentialityImpact": "NONE", "integrityImpact": "NONE", "vectorString": "AV:L/AC:L/Au:N/C:N/I:N/A:P", "version": "2.0" }, "exploitabilityScore": 3.9, "impactScore": 2.9, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "severity": "LOW", "userInteractionRequired": false }, "baseMetricV3": { "cvssV3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 5.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.0" }, "exploitabilityScore": 1.8, "impactScore": 3.6 } }, "lastModifiedDate": "2021-08-04T17:15Z", "publishedDate": "2018-10-19T22:29Z" } } }
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…